aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-25tests: Add fuzzing harness for CHKDF_HMAC_SHA256_L32practicalswift
2020-06-25tests: Add fuzzing harness for poly1305_auth(...)practicalswift
2020-06-25tests: Add fuzzing harness for AES256CBCEncrypt/AES256CBCDecryptpracticalswift
2020-06-25tests: Add fuzzing harness for AES256Encrypt/AES256Decryptpracticalswift
2020-06-25Merge #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactionsMarcoFalke
2020-06-25Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2...MarcoFalke
2020-06-25Merge #19090: refactor: Misc scheduler cleanupsMarcoFalke
2020-06-25Merge #18912: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under ...MarcoFalke
2020-06-25Merge #19237: wallet: Check size after unserializing a pubkeyMarcoFalke
2020-06-25refactor: Use Mutex type for g_cs_recent_confirmed_transactionsHennadii Stepanov
2020-06-24Merge #19272: net, test: invalid p2p messages and test framework improvementsMarcoFalke
2020-06-24Merge #19373: refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)MarcoFalke
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-24Merge #19357: doc: add release note for bitcoin-cli -generateWladimir J. van der Laan
2020-06-24Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cppMarcoFalke
2020-06-24qt: Remove needless headersHennadii Stepanov
2020-06-23Merge #19240: build: macOS toolchain simplification and bumpfanquake
2020-06-23doc: add release note for bitcoin-cli -generateJon Atack
2020-06-22darwin: pass mlinker-version so that clang enables new featuresCory Fields
2020-06-22Merge #19305: doc: add C++17 release note for 0.21.0Wladimir J. van der Laan
2020-06-22Merge #19350: test: Refactor tests using restart_nodeWladimir J. van der Laan
2020-06-22Merge #19351: test: add two edge case tests for CSubNetWladimir J. van der Laan
2020-06-22macos: Bump to xcode 11.3.1 and 10.15 SDKCory Fields
2020-06-22depends: bump MacOS toolchainCory Fields
2020-06-22contrib: macdeploy: Remove historical extraction notesCarl Dong
2020-06-22contrib: macdeploy: Use apple-sdk-tools instead of xar+pbzxCarl Dong
2020-06-22native_cctools: Don't use libc++ from pinned clangCarl Dong
2020-06-22Adapt rest of tooling to new SDK naming schemeCarl Dong
2020-06-22test: add two edge case tests for CSubNetVasil Dimov
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-06-21ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to ca...practicalswift
2020-06-21Merge #19198: test: Check that peers with forcerelay permission are not asked...MarcoFalke
2020-06-21doc: Remove -whitelistforcerelay from commentMarcoFalke
2020-06-21test: Check that peers with forcerelay permission do not get a feefilter messageMarcoFalke
2020-06-21test: Add connect_nodes methodMarcoFalke
2020-06-21test: Add test for no net permissionMarcoFalke
2020-06-21test: Replace self.nodes[0].p2p with connMarcoFalke
2020-06-21test: remove redundant generateMarcoFalke
2020-06-21test: pep-8 p2p_feefilter.pyMarcoFalke
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
2020-06-21Merge #18027: "PSBT Operations" dialogSamuel Dobson
2020-06-21Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson
2020-06-21clang-format schedulerMarcoFalke
2020-06-21Merge #19095: [tools] Update clang-format config for multi-line function decl...MarcoFalke
2020-06-21Merge #19200: rpc: remove deprecated getaddressinfo fieldsSamuel Dobson
2020-06-21Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson
2020-06-21Merge #17938: Disallow automatic conversion between disparate hash typesSamuel Dobson
2020-06-20Merge #19018: docs: fixing description of the field sequence in walletcreatef...MarcoFalke
2020-06-19Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seedsMarcoFalke
2020-06-19Disallow automatic conversion between hash typesBen Woosley