aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-30Drop unused LOG_TIME_MICROS helperBen Woosley
2020-04-30prevector: Avoid unnamed struct, which is a GNU extensionDesWurstes
2020-04-30Merge #18810: doc: update rest info on block size and jsonWladimir J. van der Laan
2020-04-30Merge #18591: Add C++17 build to TravisWladimir J. van der Laan
2020-04-30Merge #18437: util: Detect posix_fallocate() instead of assumingWladimir J. van der Laan
2020-04-29Merge #18726: test: check misbehavior more independently in p2p_filter.pyMarcoFalke
2020-04-29Merge #18736: test: Add fuzzing harnesses for various classes/functions in util/MarcoFalke
2020-04-29Merge #18727: test: Add CreateWalletFromFile testMarcoFalke
2020-04-29Merge #18485: test: Add mempool_updatefromblock.pyMarcoFalke
2020-04-29Merge #18798: ci: Fix default retry script usageMarcoFalke
2020-04-29Merge #18774: test: added test for upgradewallet RPCMarcoFalke
2020-04-29test: added test for upgradewallet RPCHarris
2020-04-29Merge #18759: bench: Start nodes with -nodebuglogfileMarcoFalke
2020-04-29Merge #18785: Prevent valgrind false positive in rest_blockhash_by_heightMarcoFalke
2020-04-29Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake
2020-04-28fix: update rest info on block size and jsonChris Abrams
2020-04-28Merge #18805: tests: Add missing sync_all to wallet_importdescriptors.pyMarcoFalke
2020-04-28Merge #18765: test: Fix wallet_bumpfee intermittent errorMarcoFalke
2020-04-28tests: Add missing sync_all to wallet_importdescriptors.pyAndrew Chow
2020-04-28test: Fix wallet_bumpfee intermittent errorMarcoFalke
2020-04-28Merge #18735: ci: Add and document BASE_BUILD_DIRMarcoFalke
2020-04-28Merge #18663: doc: mention build docs in README.mdMarcoFalke
2020-04-28Merge #18799: ci: Document why tests can not be run on macMarcoFalke
2020-04-28ci: Document why tests can not be run on macMarcoFalke
2020-04-28Merge #18779: doc: Better explain GNU ld's dislike of ld64's optionsfanquake
2020-04-28Merge #18769: qt: remove bug fix for Qt < 5.5fanquake
2020-04-28Merge #18556: build: Drop make dist in gitian buildsfanquake
2020-04-28ci: Fix default retry script usageHennadii Stepanov
2020-04-28Merge #18629: scripts: add PE .reloc section check to security-check.pyfanquake
2020-04-27Merge #18778: ci: Run functional tests on mac againMarcoFalke
2020-04-27Merge #18777: wallet: Recommend absolute path for dumpwalletMarcoFalke
2020-04-27ci: Add and document BASE_BUILD_DIRMarcoFalke
2020-04-27doc: Better explain GNU ld's dislike of ld64's optionsfanquake
2020-04-26ci: Run functional tests on mac againMarcoFalke
2020-04-26test: Add CreateWalletFromFile testRussell Yanofsky
2020-04-27Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyManSamuel Dobson
2020-04-26Prevent valgrind false positive in rest_blockhash_by_heightRussell Yanofsky
2020-04-26wallet: Recommned absolute path for dumpwalletMarcoFalke
2020-04-26Merge #18669: log: Use Join() helper when listing log categoriesMarcoFalke
2020-04-26tests: Sort fuzzing harnessespracticalswift
2020-04-26tests: Add fuzzing coverage for JSONRPCTransactionError(...) and RPCErrorFrom...practicalswift
2020-04-26tests: Add fuzzing coverage for TransactionErrorString(...)practicalswift
2020-04-26tests: Add fuzzing coverage for ParseFixedPoint(...)practicalswift
2020-04-26tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...)practicalswift
2020-04-26tests: Add fuzzing coverage for CHECK_NONFATAL(...)practicalswift
2020-04-26tests: Add fuzzing coverage for StringForFeeReason(...)practicalswift
2020-04-26tests: Add fuzzing harness for functions in system.h (ArgsManager)practicalswift
2020-04-26qt: remove todo bug fix for old versions of Qt10xcryptodev
2020-04-26Merge #18753: test: Fix intermittent failure in wallet_importmultiMarcoFalke
2020-04-26Merge #18770: test: Remove raw-tx byte juggling in mempool_reorgMarcoFalke