aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-16wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-16wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-16wallet: Replace nFeeRateNeeded with effective_feeAndrew Chow
2021-03-16wallet: Use existing feerate instead of getting a new oneAndrew Chow
2021-02-04Merge #21025: validation: Guard chainman chainstates with cs_mainMarcoFalke
2021-02-04Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-walletMarcoFalke
2021-02-03Merge #21060: doc: More precise -debug and -debugexclude docfanquake
2021-02-02Merge #19509: Per-Peer Message CaptureMarcoFalke
2021-02-02Merge #21059: Drop boost/preprocessor dependenciesWladimir J. van der Laan
2021-02-01validation: Guard all chainstates with cs_mainCarl Dong
2021-02-02Merge #21051: Fix -Wmismatched-tags warningsfanquake
2021-02-01doc: More precise -debug and -debugexclude docwodry
2021-02-01Drop boost/preprocessor dependenciesHennadii Stepanov
2021-02-01refactor: Move STRINGIZE macro to macros.hHennadii Stepanov
2021-02-01Merge #20464: refactor: Treat CDataStream bytes as uint8_tWladimir J. van der Laan
2021-02-01Fix -Wmismatched-tags warningsHennadii Stepanov
2021-02-01Merge #21016: refactor: remove boost::thread_group usageWladimir J. van der Laan
2021-02-01Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndexWladimir J. van der Laan
2021-02-01Merge #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exceptionMarcoFalke
2021-02-01Merge #20868: validation: remove redundant check on pindexMarcoFalke
2021-02-01Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...Samuel Dobson
2021-01-30fuzz: Avoid designated initialization (C++20) in fuzz testspracticalswift
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-29Merge #20724: Cleanup of -debug=net log messagesMarcoFalke
2021-01-29Merge bitcoin-core/gui#139: doc: Improve gui/src/qt README.mdMarcoFalke
2021-01-29Merge #21029: bitcoin-cli: Correct docs (no "generatenewaddress" exists)fanquake
2021-01-29bitcoin-cli: Correct docs (no "generatenewaddress" exists)Luke Dashjr
2021-01-28Merge #20963: gitian-linux: Build binaries for 64-bit POWER (continued)Wladimir J. van der Laan
2021-01-28style-only: Remove redundant sentence in ActivateBestChain commentCarl Dong
2021-01-28style-only: Make TestBlockValidity signature readableCarl Dong
2021-01-28validation: Use accessible chainstate in ChainstateManager::ProcessNewBlockCarl Dong
2021-01-28validation: Use existing chainstate in ChainstateManager::ProcessNewBlockHeadersCarl Dong
2021-01-28validation: Move LoadExternalBlockFile to CChainStateCarl Dong
2021-01-28validation: Remove global ::ActivateBestChainCarl Dong
2021-01-28validation: Pass in chainstate to ::NotifyHeaderTipCarl Dong
2021-01-28validation: Pass in chainstate to TestBlockValidityCarl Dong
2021-01-28validation: Make CChainState.m_blockman publicCarl Dong
2021-01-28validation: Pass in blockman to ContextualCheckBlockHeaderCarl Dong
2021-01-28validation: Move GetLastCheckpoint to BlockManagerCarl Dong
2021-01-28validation: Move GetSpendHeight to BlockManagerCarl Dong
2021-01-28validation: Move FindForkInGlobalIndex to BlockManagerCarl Dong
2021-01-28validation: Remove global LookupBlockIndexCarl Dong
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2021-01-28validation: Move LookupBlockIndex to BlockManagerCarl Dong
2021-01-28validation: Guard the active_chainstate with cs_mainCarl Dong
2021-01-28Improve gui/src/qt README.mdJarol Rodriguez
2021-01-28Merge #20012: rpc: Remove duplicate name and argNames from CRPCCommandWladimir J. van der Laan
2021-01-28Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...MarcoFalke
2021-01-28Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...Jonas Schnelli
2021-01-28Merge bitcoin-core/gui#72: util: Log static plugins meta data and used styleJonas Schnelli