aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-31Merge #19099: refactor: Move wallet methods out of chain.h and node.hMarcoFalke
2020-08-31Merge #19710: bench: Prevent thread oversubscription and decreases the varian...MarcoFalke
2020-08-31Merge #19826: Pass mempool reference to chainstate constructorMarcoFalke
2020-08-31Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBfanquake
2020-08-31Merge #19828: wallet, refactor: Remove duplicate map lookups in GetAddressBal...fanquake
2020-08-31Merge #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFilesfanquake
2020-08-30Merge #19839: Set appveyor VM version to previous Visual Studio 2019 releaseMarcoFalke
2020-08-30Set appveyor vm version to previous Visual Studio 2019 release.Aaron Clauson
2020-08-29Merge #18921: build: add stack-clash and control-flow protection options to h...Wladimir J. van der Laan
2020-08-29Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...MarcoFalke
2020-08-29test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFilesMarcoFalke
2020-08-29doc: Document differences in bitcoind and bitcoin-qt locale handlingpracticalswift
2020-08-28Merge #19607: [p2p] Add Peer struct for per-peer data in net processingWladimir J. van der Laan
2020-08-28wallet, refactor: Remove duplicate map lookups in GetAddressBalancesJoão Barbosa
2020-08-28Merge bitcoin-core/gui#39: Add visual accenting for the 'Create new receiving...MarcoFalke
2020-08-28Merge #19797: net: Remove old check for 3-byte shifted IP addresses from pre-...MarcoFalke
2020-08-28Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check}Wladimir J. van der Laan
2020-08-28Merge #19646: doc: Updated outdated help command for getblocktemplateWladimir J. van der Laan
2020-08-28Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annot...fanquake
2020-08-28Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messagesRaúl Martínez (RME)
2020-08-28Merge #19822: chain: Fix CChain comparison UB by removing it (it was unused)fanquake
2020-08-28Pass mempool reference to chainstate constructorMarcoFalke
2020-08-28Merge #19067: tests: Add fuzzing harness for CNodeMarcoFalke
2020-08-27chain: Remove UB CChain comparisonCarl Dong
2020-08-27gui refactor: Inline SplashScreen::ConnectWalletRussell Yanofsky
2020-08-27Merge bitcoin-core/gui#40: Clarify block height labelMarcoFalke
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-08-27refactor: Create interfaces earlier during initializationRussell Yanofsky
2020-08-27Merge #19169: rpc: Validate provided keys for query_options parameter in list...MarcoFalke
2020-08-27tests: Add fuzzing harness for CNodepracticalswift
2020-08-27Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lockWladimir J. van der Laan
2020-08-27Merge #19761: build: improve sed robustness by not using sedfanquake
2020-08-27Merge #19752: test: Update wait_until usage in tests not to use the one from ...MarcoFalke
2020-08-26Merge #19778: test: Fix intermittent issue in wallet_bumpfeeMarcoFalke
2020-08-26test: Add docstring to wait_until() in util.py to warn about its usageSeleme Topuz
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-26Merge bitcoin-core/gui#35: Parse params directly instead of through node (par...MarcoFalke
2020-08-26bench: Prevent thread oversubscriptionHennadii Stepanov
2020-08-26Merge #19687: refactor: make EncodeBase{32,64} consume SpansMarcoFalke
2020-08-26gui: Delay interfaces::Node initializationRussell Yanofsky
2020-08-26gui: Replace interface::Node references with pointersRussell Yanofsky
2020-08-26gui: Remove unused interfaces::Node referencesRussell Yanofsky
2020-08-26gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky
2020-08-26Merge #19760: test: Remove confusing mininode terminologyfanquake
2020-08-26Merge #19779: Remove gArgs global from initfanquake
2020-08-26Merge #19775: test: Activate segwit in TestChain100Setupfanquake
2020-08-26build: replace wingenminiupnpcstrings sed with a patch in miniupnpc packagefanquake
2020-08-26build: replace qtranslations lrelease sed with a patch in qt packagefanquake
2020-08-25util: make EncodeBase64 consume SpansSebastian Falbesoner
2020-08-25util: make EncodeBase32 consume SpansSebastian Falbesoner