aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07Merge #20468: build: warn when generating man pages for binaries built from a...Wladimir 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-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
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-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-04[net processing] Move GetNodeStateStats into PeerManagerJohn Newbery
2020-12-04net: Assume that SetCommonVersion is called at most once per peerMarcoFalke
2020-12-04Merge #20255: util: Add Assume() identity functionMarcoFalke
2020-12-04refactor: Use C++17 std::array where possibleMarcoFalke
2020-12-03Clear m_addr_known before our periodic self-advertisementSuhas Daftuar
2020-12-03Merge #20221: net: compat.h related cleanupWladimir J. van der Laan
2020-12-03feestimator: encapsulate estimation file logicAntoine Poinsot
2020-12-03init: don't create a CBlockPolicyEstimator if we don't relay transactionsAntoine Poinsot
2020-12-03Remove the remaining fee estimation globalsAntoine Poinsot
2020-12-03interface: remove unused estimateSmartFee method from nodeAntoine Poinsot
2020-12-02Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...fanquake
2020-12-02Merge #18948: qt: Call setParent() in the parent's contextJonas Schnelli
2020-12-02Merge #20507: sync: print proper lock order location when double lock is dete...MarcoFalke
2020-12-02Merge #20461: rpc: Validate -rpcauth argumentsMarcoFalke
2020-12-02Merge #19980: refactor: Some wallet cleanupsfanquake
2020-12-01refactor: Improve use of explicit keywordFabian Jahr
2020-12-01Merge #20207: Follow-up extra comments on taproot code and testsMarcoFalke
2020-12-01Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministicMarcoFalke
2020-12-01Merge #20496: build: Drop unneeded macOS framework dependenciesJonas Schnelli
2020-12-01Merge bitcoin-core/gui#137: refactor: Replace deprecated Qt::SystemLocale{Sho...Jonas Schnelli
2020-12-01Merge #20222: refactor: CTxMempool constructor clean upMarcoFalke
2020-12-01Merge #20494: refactor: Move node and wallet code out of src/interfacesMarcoFalke
2020-12-01Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOv...MarcoFalke
2020-11-30Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).MarcoFalke
2020-11-30Merge #20491: refactor: Drop noop gcc version checksfanquake
2020-11-28Warn when binaries are built from a dirty branch.Tyler Chambers
2020-11-28Merge bitcoin-core/gui#138: unlock encrypted wallet "OK" button bugfixMarcoFalke
2020-11-28Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...MarcoFalke
2020-11-27qt: unlock wallet "OK" button bugfixMichael Dietz
2020-11-27Add [[nodiscard]] to RenameOver(...)practicalswift