aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-05-01Avoid copying CWalletTx in LoadToWalletRussell Yanofsky
2020-05-01Get rid of unneeded CWalletTx::Init parameterRussell Yanofsky
2020-05-01Remove CWalletTx merging logic from AddToWalletRussell Yanofsky
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-30[wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHash from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30tests: Clarify how we avoid hitting the signed integer overflow in CFeeRate::...practicalswift
2020-04-30tests: Add fuzzing harness for IsRBFOptIn(...)practicalswift
2020-04-30tests: Add fuzzing harness for CBlockPolicyEstimatorpracticalswift
2020-04-30Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...MarcoFalke
2020-04-30Merge #18825: test: fix message for ECC_InitSanityCheck testMarcoFalke
2020-04-30Merge #18780: validation: add const for minimum witness commitment sizefanquake
2020-04-30Remove use of non-standard zero variadic macrosBen Woosley
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-30test: fix message for ECC_InitSanityCheck testfanquake
2020-04-30Merge #18437: util: Detect posix_fallocate() instead of assumingWladimir J. van der Laan
2020-04-29[docs] Improve commenting in ProcessGetData()John Newbery
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-29[net processing] ignore unknown INV types in GETDATA messagesAmiti Uttarwar
2020-04-29[net processing] ignore tx GETDATA from blocks-only peersAmiti Uttarwar
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-29test: add test for witness commitment indexfanquake
2020-04-29validation: Add minimum witness commitment size constantfanquake
2020-04-28fix: update rest info on block size and jsonChris Abrams
2020-04-28rpc: Do not advertise dumptxoutset as a way to flush the chainstateMarcoFalke
2020-04-28net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fixSebastian Falbesoner
2020-04-28Merge #18769: qt: remove bug fix for Qt < 5.5fanquake
2020-04-27Merge #18777: wallet: Recommend absolute path for dumpwalletMarcoFalke
2020-04-27init: Remove boost from ThreadImportMarcoFalke
2020-04-27tests: Add fuzzing harness for MessageSign, MessageVerify and other functions...practicalswift
2020-04-27wallet: Make sure no WalletDescriptor members are uninitialized after constru...practicalswift
2020-04-27wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized afte...practicalswift
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