aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 #21004: contrib: Fix docker args conditional in gitian-buildMarcoFalke
2021-01-28Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...MarcoFalke
2021-01-28fuzz: Disable shuffle when merge=1MarcoFalke
2021-01-28rpc: Return total fee in mempoolMarcoFalke
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
2021-01-28Merge bitcoin-core/gui#177: Use "fusion" style on macOS Big Sur with old QtJonas Schnelli
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-28rpc: Use RPCHelpMan for check-rpc-mappings linterMarcoFalke
2021-01-28rpc: [refactor] Use concise C++11 code in CRPCConvertTable constructorMarcoFalke
2021-01-28net_processing: log txrelay flag from version messageAnthony Towns
2021-01-28net: use peer=N instead of from=N in debug logAnthony Towns
2021-01-28net_processing: additional debug logging for ignored messagesAnthony Towns
2021-01-28net: make debug logging conditional on -debug=netAnthony Towns
2021-01-28net, net_processing: log disconnect reasons with -debug=netAnthony Towns
2021-01-28Merge #20226: wallet, rpc: add listdescriptors commandSamuel Dobson
2021-01-27wallet, rpc: add listdescriptors commandIvan Metlushko
2021-01-27Merge #180: Peer details: connection type follow-upsWladimir J. van der Laan
2021-01-27tests: Disable bdb dump test when no bdbAndrew Chow
2021-01-27Fix wallet_send.py wallet setup to work with descriptorsAndrew Chow
2021-01-27Require legacy wallet for wallet_upgradewallet.pyAndrew Chow
2021-01-27Explicitly mark legacy wallet tests as suchAndrew Chow
2021-01-27Setup wallets for interface_zmq.pyAndrew Chow
2021-01-27Use MiniWallet in rpc_net.pyAndrew Chow
2021-01-27Setup wallets for interface_bitcoin_cli.pyAndrew Chow
2021-01-27Setup wallets with descriptors for feature_notificationsAndrew Chow
2021-01-27Have feature_filelock.py test both bdb and sqlite, depending on compiledAndrew Chow
2021-01-27Disable upgrades tests that require BDB if BDB is not compiledAndrew Chow
2021-01-27Disable wallet_descriptor.py bdb format check if BDB is not compiledAndrew Chow
2021-01-27tests: Don't make any wallets unless wallet is requiredAndrew Chow
2021-01-27Skip legacy wallet reliant tests if BDB is not compiledAndrew Chow
2021-01-27tests: Set descriptors default based on compilationAndrew Chow