Age | Commit message (Expand) | Author |
2020-12-07 | log: Clarify that failure to read fee_estimates.dat is non-fatal | MarcoFalke |
2020-12-07 | refactor: Replace uses ChainActive() in interfaces/chain.cpp | Russell Yanofsky |
2020-12-07 | Merge #20568: doc: Use FeeModes doc helper in estimatesmartfee | Wladimir J. van der Laan |
2020-12-07 | refactor: Get rid of more redundant chain methods | Russell Yanofsky |
2020-12-07 | log: Clarify that failure to write fee_estimates.dat is non-fatal | MarcoFalke |
2020-12-07 | Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ... | MarcoFalke |
2020-12-07 | [net processing] Add RemovePeer() | John Newbery |
2020-12-07 | [net processing] Make GetPeerRef const | John Newbery |
2020-12-07 | [net_processing] Move peer_map to PeerManager | John Newbery |
2020-12-07 | Merge #20138: net: Assume that SetCommonVersion is called at most once per peer | MarcoFalke |
2020-12-07 | doc: Update wallet database installation guide for macOS | Hennadii Stepanov |
2020-12-07 | build: Use Homebrew's sqlite package if it is available | Hennadii Stepanov |
2020-12-07 | Merge #20468: build: warn when generating man pages for binaries built from a... | Wladimir J. van der Laan |
2020-12-07 | Merge #20482: Add depends qt fix for ARM macs | Wladimir J. van der Laan |
2020-12-07 | rpc: Use FeeModes doc helper in estimatesmartfee | MarcoFalke |
2020-12-07 | Merge #19847: rpc, refactor: Avoid duplicate set lookup in gettxoutproof | Jonas Schnelli |
2020-12-07 | Merge #19832: p2p: Put disconnecting logs into BCLog::NET category | MarcoFalke |
2020-12-07 | Merge #20476: contrib: Add test for ELF symbol-check | fanquake |
2020-12-07 | [doc] Tidy up Tor doc (more stringent) | wodry |
2020-12-07 | Merge #20577: doc: libconsensus: add missing error code description, fix NBit... | fanquake |
2020-12-06 | Merge #19893: test: Remove or explain syncwithvalidationinterfacequeue | MarcoFalke |
2020-12-06 | Merge #20581: Don't make "in" parameters look like "out"/"in-out" parameters:... | MarcoFalke |
2020-12-06 | Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t... | practicalswift |
2020-12-05 | doc: libbitcoinconsensus: add missing error code description, fix NBitcoin link | Sebastian Falbesoner |
2020-12-05 | Merge #20572: ci: Adjust Cirrus CI task names (follow up) | MarcoFalke |
2020-12-04 | test: add coverage for passing fee rate as a string | Jon Atack |
2020-12-04 | ci: Adjust Cirrus CI task names (follow up) | Hennadii Stepanov |
2020-12-04 | wallet, bugfix: allow send to take string fee rate values | Jon Atack |
2020-12-04 | rpc: Reject empty txids in gettxoutproof | João Barbosa |
2020-12-04 | rpc, refactor: Avoid duplicate set lookup in gettxoutproof | João Barbosa |
2020-12-04 | wallet: List all wallets in non-SQLite or non-BDB builds | Russell Yanofsky |
2020-12-04 | Merge #20562: tests: Test that a fully signed tx given to signrawtx is unchanged | MarcoFalke |
2020-12-04 | refactor: Consolidate redundant wallet database path and exists functions | Russell Yanofsky |
2020-12-04 | refactor: Drop call to GetWalletEnv in wallet salvage code | Russell Yanofsky |
2020-12-04 | refactor: Replace ListWalletDir() function with ListDatabases() | Russell Yanofsky |
2020-12-04 | MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir | Russell Yanofsky |
2020-12-04 | Merge #20566: refactor: Use C++17 std::array where possible | MarcoFalke |
2020-12-04 | Merge #20565: Android : Ensure pic build for bdb | fanquake |
2020-12-04 | [net processing] Move GetNodeStateStats into PeerManager | John Newbery |
2020-12-04 | build, refactor: Check that Homebrew's qt5 package is actually installed | Hennadii Stepanov |
2020-12-04 | net: Assume that SetCommonVersion is called at most once per peer | MarcoFalke |
2020-12-04 | Merge #20255: util: Add Assume() identity function | MarcoFalke |
2020-12-04 | Merge #20200: doc: rename CODEOWNERS to REVIEWERS | Wladimir J. van der Laan |
2020-12-04 | Merge #20563: build: Check that Homebrew's berkeley-db4 package is actually i... | Jonas Schnelli |
2020-12-04 | test: Add option to git-subtree-check to do full check, add help | Wladimir J. van der Laan |
2020-12-04 | refactor: Use C++17 std::array where possible | MarcoFalke |
2020-12-04 | Merge #20182: ci: Build with --enable-werror by default, and document exceptions | MarcoFalke |
2020-12-04 | Android : Ensure pic build for bdb | Block Mechanic |
2020-12-03 | build: Check that Homebrew's berkeley-db4 package is actually installed | Hennadii Stepanov |
2020-12-03 | tests: Test that a fully signed tx given to signrawtx is unchanged | Andrew Chow |