aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-22Adapt rest of tooling to new SDK naming schemeCarl Dong
2020-06-19contrib: macdeploy: Correctly generate macOS SDKCarl Dong
2020-06-19Merge #19321: ci: Run asan ci config on cirrusMarcoFalke
2020-06-19Merge #18863: refactor: Make CScriptVisitor statelessMarcoFalke
2020-06-19Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...MarcoFalke
2020-06-19Merge #19293: net: Avoid redundant and confusing FAILED logfanquake
2020-06-19Merge #19322: [net] split PushInventory()fanquake
2020-06-19Merge #19197: init: use std::thread for ThreadImport()fanquake
2020-06-18Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...MarcoFalke
2020-06-18[net] split PushInventory()John Newbery
2020-06-18ci: Run asan ci config on cirrusMarcoFalke
2020-06-18cirrus: Clear dummy taskMarcoFalke
2020-06-18Merge #19071: doc: Separate repository for the guiMarcoFalke
2020-06-18Merge bitcoin-core/gui#3: scripted-diff: Make SeparatorStyle a scoped enumMarcoFalke
2020-06-18Merge #19292: wallet: Refactor BerkeleyBatch Read, Write, Erase, and Exists f...MarcoFalke
2020-06-18scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov
2020-06-18Merge #18468: Span improvementsWladimir J. van der Laan
2020-06-18Merge #19304: test: Check that message sends successfully when header is spli...MarcoFalke
2020-06-18Merge #19301: build: don't warn when doxygen isn't foundfanquake
2020-06-17Add sanity check asserts to span when -DDEBUGPieter Wuille
2020-06-17Test buffered valid messageTroy Giorshev
2020-06-17Merge #19298: test: Add missing sync_blocksMarcoFalke
2020-06-17Remove WalletDatabase::Create, CreateMock, and CreateDummyAndrew Chow
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-06-17Add Create*WalletDatabase functionsAndrew Chow
2020-06-17walletdb: refactor Read, Write, Erase, and Exists into non-template funcAndrew Chow
2020-06-17Merge #19295: refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-17build: don't warn when doxygen isn't foundfanquake
2020-06-17Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...MarcoFalke
2020-06-17Merge #19249: Add means to handle negative capabilities in the Clang Thread S...MarcoFalke
2020-06-17Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h}Samuel Dobson
2020-06-17Merge #19287: contrib: Fix SyntaxWarning in Python base58 implementationfanquake
2020-06-17Merge #19299: refactor: Remove unused vars, Add missing includesfanquake
2020-06-16Merge #19294: test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-16Add missing includes to fix compile errorsMarcoFalke
2020-06-16Remove unused variablesMarcoFalke
2020-06-16test: Add missing sync_blocksMarcoFalke
2020-06-16Merge #18275: wallet: error if an explicit fee rate was given but the needed ...MarcoFalke
2020-06-16Merge #19284: [net] Add seed.bitcoin.wiz.biz to DNS seedsWladimir J. van der Laan
2020-06-16Merge #18434: tests: add a test-security target and run it in CIWladimir J. van der Laan
2020-06-16[refactor] use waiting inside disconnect_p2psgzhao408
2020-06-16[test] wait for disconnect_p2ps to be reflected in getpeerinfogzhao408
2020-06-16[test] logging and style followups for bloomfilter testsgzhao408
2020-06-16refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-16Merge #18927: Pass bilingual_str argument to AbortNode()MarcoFalke
2020-06-16pep-8 test/functional/test_framework/util.pyMarcoFalke
2020-06-16test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-16test: use subprocess.run() in test-security-check.pyfanquake
2020-06-16tests: run test-security-check.py in CIfanquake
2020-06-16Merge #19153: test: mempool compatibility testMarcoFalke