aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-08Send and require SENDADDRV2 before VERACKPieter Wuille
2020-12-08Remove unused bits from service flags enumMarcoFalke
2020-12-08Squashed 'src/crc32c/' changes from 224988680f..b5ef9be675MarcoFalke
2020-12-08util: Allow use of C++14 chrono literalsMarcoFalke
2020-12-08Merge #20422: build: mac deployment unificationfanquake
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-12-07Merge #20561: p2p: periodically clear m_addr_knownWladimir J. van der Laan
2020-12-07Merge #20535: test: Fix intermittent feature_taproot issueWladimir J. van der Laan
2020-12-07Don't send 'sendaddrv2' to pre-70016 softwarePieter Wuille
2020-12-07wallet: document that tx in CreateTransaction is purely an out-paramMarcoFalke
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-12-07log: Clarify that failure to read fee_estimates.dat is non-fatalMarcoFalke
2020-12-07refactor: Replace uses ChainActive() in interfaces/chain.cppRussell Yanofsky
2020-12-07Merge #20568: doc: Use FeeModes doc helper in estimatesmartfeeWladimir J. van der Laan
2020-12-07refactor: Get rid of more redundant chain methodsRussell Yanofsky
2020-12-07log: Clarify that failure to write fee_estimates.dat is non-fatalMarcoFalke
2020-12-07Merge #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 constJohn Newbery
2020-12-07[net_processing] Move peer_map to PeerManagerJohn Newbery
2020-12-07Merge #20138: net: Assume that SetCommonVersion is called at most once per peerMarcoFalke
2020-12-07doc: Update wallet database installation guide for macOSHennadii Stepanov
2020-12-07build: Use Homebrew's sqlite package if it is availableHennadii Stepanov
2020-12-07Merge #20468: build: warn when generating man pages for binaries built from a...Wladimir J. van der Laan
2020-12-07Merge #20482: Add depends qt fix for ARM macsWladimir J. van der Laan
2020-12-07rpc: Use FeeModes doc helper in estimatesmartfeeMarcoFalke
2020-12-07Merge #19847: rpc, refactor: Avoid duplicate set lookup in gettxoutproofJonas Schnelli
2020-12-07Merge #19832: p2p: Put disconnecting logs into BCLog::NET categoryMarcoFalke
2020-12-07Merge #20476: contrib: Add test for ELF symbol-checkfanquake
2020-12-07[doc] Tidy up Tor doc (more stringent)wodry
2020-12-07Merge #20577: doc: libconsensus: add missing error code description, fix NBit...fanquake
2020-12-06Merge #19893: test: Remove or explain syncwithvalidationinterfacequeueMarcoFalke
2020-12-06Merge #20581: Don't make "in" parameters look like "out"/"in-out" parameters:...MarcoFalke
2020-12-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
2020-12-05doc: libbitcoinconsensus: add missing error code description, fix NBitcoin linkSebastian Falbesoner
2020-12-05Merge #20572: ci: Adjust Cirrus CI task names (follow up)MarcoFalke
2020-12-04test: add coverage for passing fee rate as a stringJon Atack
2020-12-04ci: Adjust Cirrus CI task names (follow up)Hennadii Stepanov
2020-12-04wallet, bugfix: allow send to take string fee rate valuesJon Atack
2020-12-04rpc: Reject empty txids in gettxoutproofJoão Barbosa
2020-12-04rpc, refactor: Avoid duplicate set lookup in gettxoutproofJoão Barbosa
2020-12-04wallet: List all wallets in non-SQLite or non-BDB buildsRussell Yanofsky
2020-12-04Merge #20562: tests: Test that a fully signed tx given to signrawtx is unchangedMarcoFalke
2020-12-04refactor: Consolidate redundant wallet database path and exists functionsRussell Yanofsky
2020-12-04refactor: Drop call to GetWalletEnv in wallet salvage codeRussell Yanofsky
2020-12-04refactor: Replace ListWalletDir() function with ListDatabases()Russell Yanofsky
2020-12-04MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDirRussell Yanofsky
2020-12-04Merge #20566: refactor: Use C++17 std::array where possibleMarcoFalke
2020-12-04Merge #20565: Android : Ensure pic build for bdbfanquake
2020-12-04[net processing] Move GetNodeStateStats into PeerManagerJohn Newbery