aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-24Update with new Windows code signing certificateAndrew Chow
2020-03-24Merge #18417: tests: Add fuzzing harnesses for functions in addrdb.h, net_per...MarcoFalke
2020-03-24Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txsMarcoFalke
2020-03-24tests: Add fuzzing harness for functions in net_permissions.hpracticalswift
2020-03-24tests: Add fuzzing harness for functions in timedata.hpracticalswift
2020-03-24tests: Add fuzzing harness for functions in addrdb.hpracticalswift
2020-03-23Merge #18278: interfaces: Describe and follow some code conventionsMarcoFalke
2020-03-23Merge #18393: tests: Don't assume presence of __builtin_mul_overflow(…) in ...MarcoFalke
2020-03-23Merge #18392: ci: Run feature_block in valgrindMarcoFalke
2020-03-23Merge #18406: test: add executable flag for rpc_estimatefee.pyfanquake
2020-03-22test: add executable flag for rpc_estimatefee.pySebastian Falbesoner
2020-03-22ci: Run feature_block and feature_abortnode in valgrindMarcoFalke
2020-03-22tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOverf...practicalswift
2020-03-21Merge #18396: rpc: add missing HelpExampleRpc for getblockfilterMarcoFalke
2020-03-21rpc: add missing HelpExampleRpc for getblockfilterSebastian Falbesoner
2020-03-20test: Remove ci timeout restriction in test_runnerMarcoFalke
2020-03-19doc: Add internal interface conventions to developer notesRussell Yanofsky
2020-03-19Merge #18386: doc: Temporary note that release notes should be edited in wikiMarcoFalke
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-19refactor: Rename Node::disconnect methodsRussell Yanofsky
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2020-03-19doc: Temporary note that release notes should be edited in wikiWladimir J. van der Laan
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-19Merge #18340: doc: mention MAKE=gmake workaround when building on a BSDWladimir J. van der Laan
2020-03-19Merge #18359: build: fix sysctl() detection on macOSWladimir J. van der Laan
2020-03-19Merge #18378: Bugfix & simplify bn2vch using int.to_bytesWladimir J. van der Laan
2020-03-19build: fix sysctl() detection on macOSfanquake
2020-03-18Add bn2vch test to functional testsPieter Wuille
2020-03-18Simplify bn2vch using int.to_bytesPieter Wuille
2020-03-18Merge #18376: net: fix use-after-free in testsMarcoFalke
2020-03-18Merge #18300: fuzz: Add option to merge input dir to test runnerMarcoFalke
2020-03-18Merge #18155: tests: Add harness which fuzzes EvalScript and VerifyScript usi...MarcoFalke
2020-03-18Merge #18379: doc: Comment fix merkle.cppMarcoFalke
2020-03-18Update merkle.cpp4d55397500
2020-03-18Merge #18371: test: use fs namespace in dbwrapper unicodepath testMarcoFalke
2020-03-18net: fix use-after-free in testsVasil Dimov
2020-03-18test: use fs namespace in dbwrapper unicodepath testfanquake
2020-03-18doc: mention MAKE=gmake workaround when building on a BSDemu
2020-03-17Merge #18289: refactor: Make scheduler methods type safeMarcoFalke
2020-03-17tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed si...practicalswift
2020-03-17Merge #15283: log: Fix UB with bench on genesis blockMarcoFalke
2020-03-17Merge #17319: Tests: remove bignum moduleMarcoFalke
2020-03-17Merge #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate...MarcoFalke
2020-03-17Merge #18364: random: remove getentropy() fallback for macOS < 10.12Wladimir J. van der Laan
2020-03-17Merge #18366: tests: simplify next_block() function in feature_blockMarcoFalke
2020-03-17tests: simplify next_block() function in feature_blockJohn Newbery
2020-03-17doc: fix GetTimeMicros() comment in random.cppfanquake
2020-03-17rand: remove getentropy() fallback for macOS < 10.12fanquake