aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-26tests: Add fuzzing coverage for StringForFeeReason(...)practicalswift
2020-04-26tests: Add fuzzing harness for functions in system.h (ArgsManager)practicalswift
2020-04-26Merge #18753: test: Fix intermittent failure in wallet_importmultiMarcoFalke
2020-04-26Merge #18770: test: Remove raw-tx byte juggling in mempool_reorgMarcoFalke
2020-04-25test: Remove raw-tx byte juggling in mempool_reorgMarcoFalke
2020-04-25Merge #18744: test: Add fuzzing harnesses for various classes/functions in pr...MarcoFalke
2020-04-25Merge #18688: fuzz: Run in parallelMarcoFalke
2020-04-25Merge #18739: doc: Document how to fuzz Bitcoin Core using HonggfuzzMarcoFalke
2020-04-25Merge #18585: test: use zero-argument super() shortcut (Python 3.0+)MarcoFalke
2020-04-25Merge #18754: bench: add CAddrMan benchmarksMarcoFalke
2020-04-25Merge #17383: Refactor: Move consts to their correct translation unitsMarcoFalke
2020-04-25test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner
2020-04-24Merge #18724: test: add coverage for -rpcwallet cli optionMarcoFalke
2020-04-24Merge #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks.pyMarcoFalke
2020-04-24Merge #18745: test: Check submitblock return valuesMarcoFalke
2020-04-24test: add coverage for -rpcwallet cli optionJon Atack
2020-04-24Merge #18757: test: Remove enumeration of expected deserialization exceptions...MarcoFalke
2020-04-24Merge #18157: doc: fixing init.md documentation to not require rpcpasswordMarcoFalke
2020-04-24fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...practicalswift
2020-04-24Merge #18712: test: display command line options passed to send_cli() in debu...MarcoFalke
2020-04-24tests: Add fuzzing harness for functions in primitives/transaction.hpracticalswift
2020-04-24Merge #18752: test: Fix intermittent error in mempool_reorgMarcoFalke
2020-04-24refactor: test: use wait_for_getdata() in p2p_compactblocks.pySebastian Falbesoner
2020-04-24Merge #18589: Fix naming of macOS SDK and clarify versionfanquake
2020-04-23test: Fix intermittent failure in wallet_importmultiMarcoFalke
2020-04-23test: Fix intermittent error in mempool_reorgMarcoFalke
2020-04-23Fix naming of macOS SDK and clarify versionAndrew Chow
2020-04-23[net processing] Move all const declarations to top of net_processing.cppJohn Newbery
2020-04-23[validation] Move all const declarations to top of validation.hJohn Newbery
2020-04-23[validation] Move validation-only consts to validation.cppJohn Newbery
2020-04-23[net processing] Move net processing consts to net_processing.cppJohn Newbery
2020-04-23Merge #18690: test: Check object hashes in wait_for_getdataMarcoFalke
2020-04-23Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletSamuel Dobson
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-22test: Check submitblock return valuesMarcoFalke
2020-04-22tests: Add fuzzing harness for functions in primitives/block.hpracticalswift
2020-04-22Merge #18732: test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke
2020-04-22Merge #18733: doc: Add wallet release notes for 0.21.0MarcoFalke
2020-04-22test: check for matching object hashes in wait_for_getdataDanny Lee
2020-04-22doc: Document how to fuzz Bitcoin Core using honggfuzzpracticalswift
2020-04-22Merge #18575: bench: Remove requirement that all benches use same testing setupMarcoFalke
2020-04-22doc: Add wallet release notes for 0.21.0MarcoFalke
2020-04-22Merge #18702: build: fix ASLR for bitcoin-cli on WindowsWladimir J. van der Laan
2020-04-22Add release notes skeleton, so that notes can be filled easierMarcoFalke
2020-04-22Merge #18553: Avoid non-trivial global constants in SHA-NI codeWladimir J. van der Laan
2020-04-22test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke
2020-04-22Merge #18410: Docs: Improve commenting for coins.cpp|hWladimir J. van der Laan
2020-04-22Merge #18665: Do not expose and consider -logthreadnames when it does not workWladimir J. van der Laan
2020-04-22Merge #18612: script: Remove undocumented and unused operator+Wladimir J. van der Laan
2020-04-22Merge #18713: scripts: Add MACHO stack canary check to security-check.pyfanquake