Age | Commit message (Expand) | Author |
2021-09-21 | doc: Fix RPC result documentation | MarcoFalke |
2021-09-21 | Merge bitcoin/bitcoin#22831: test: add addpeeraddress "tried", test addrman c... | merge-script |
2021-09-16 | Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha... | fanquake |
2021-09-15 | Allow passing "tried" to rpc addpeeraddress to call CAddrMan::Good() | Jon Atack |
2021-09-02 | Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCs | MarcoFalke |
2021-08-26 | Remove GetAddrName | MarcoFalke |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-08-15 | [addrman] Merge the two Add() functions | Amiti Uttarwar |
2021-08-15 | Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewallet | Samuel Dobson |
2021-08-14 | Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-ups | fanquake |
2021-08-11 | Merge bitcoin/bitcoin#22653: refactor: Rename JoinErrors and re-use it | fanquake |
2021-08-10 | Add a new RPC command: restorewallet | lsilva01 |
2021-08-09 | Merge bitcoin/bitcoin#21800: mempool/validation: mempool ancestor/descendant ... | fanquake |
2021-08-09 | Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors | Samuel Dobson |
2021-08-09 | Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr... | Samuel Dobson |
2021-08-06 | refactor: Reuse MakeUnorderedList where possible | Hennadii Stepanov |
2021-08-05 | misc package validation doc improvements | glozow |
2021-08-04 | p2p, rpc, test: address rate-limiting follow-ups | Jon Atack |
2021-08-04 | Merge bitcoin/bitcoin#22621: make ParseOutputType return a std::optional<Outp... | MarcoFalke |
2021-08-04 | make ParseOutputType return a std::optional<OutputType> | fanquake |
2021-08-03 | p2p, rpc: address relay fixups | Jon Atack |
2021-08-03 | Merge bitcoin/bitcoin#21528: [p2p] Reduce addr blackholes | fanquake |
2021-07-29 | [RPC] Add field to getpeerinfo to indicate if addr relay is enabled | Amiti Uttarwar |
2021-07-28 | Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio... | MarcoFalke |
2021-07-28 | Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups | W. J. van der Laan |
2021-07-25 | rpc: Block until synced if coinstatsindex is used in gettxoutsetinfo | Fabian Jahr |
2021-07-25 | rpc: Add missing gettxoutsetinfo help docs | Fabian Jahr |
2021-07-22 | doc: GetTransaction()/getrawtransaction follow-ups to #22383 | John Newbery |
2021-07-22 | Merge bitcoin/bitcoin#22383: rpc: Prefer to use txindex if available for GetT... | MarcoFalke |
2021-07-21 | Merge bitcoin/bitcoin#21934: RPC/blockchain: getblockchaininfo: Include versi... | MarcoFalke |
2021-07-21 | Merge bitcoin/bitcoin#22407: rpc: Return block time in getblockchaininfo | MarcoFalke |
2021-07-20 | Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ... | fanquake |
2021-07-20 | rpc: Return block time in getblockchaininfo | João Barbosa |
2021-07-19 | Merge bitcoin/bitcoin#22387: Rate limit the processing of rumoured addresses | W. J. van der Laan |
2021-07-18 | Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compile ... | fanquake |
2021-07-15 | Add logging and addr rate limiting statistics | Pieter Wuille |
2021-07-15 | Merge bitcoin/bitcoin#22385: refactor: Use DeploymentEnabled to hide VB deplo... | MarcoFalke |
2021-07-12 | fix incorrect testmempoolaccept doc | glozow |
2021-07-12 | net, rpc: Enable AddrFetch connections for functional testing | Martin Zumsande |
2021-07-10 | wallet, rpc: add listdescriptors private option | S3RK |
2021-07-05 | Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough | Hennadii Stepanov |
2021-07-03 | prefer to use txindex if available for GetTransaction | Jameson Lopp |
2021-07-01 | Use DeploymentEnabled to hide VB deployments | MarcoFalke |
2021-07-01 | doc: Move buried deployment doc to the enum that enumerates them | MarcoFalke |
2021-07-01 | Change SignTransaction's input_errors to use bilingual_str | Andrew Chow |
2021-06-30 | [refactor] versionbits: make VersionBitsCache a full class | Anthony Towns |
2021-06-30 | [refactor] rpc/blockchain.cpp: SoftForkPushBack | Anthony Towns |
2021-06-30 | [move-only] Rename versionbitsinfo to deploymentinfo | Anthony Towns |
2021-06-30 | scripted-diff: rename versionbitscache | Anthony Towns |
2021-06-30 | [refactor] Add versionbits deployments to deploymentstatus.h | Anthony Towns |