aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-08refactor: Use override for non-final overridersHennadii Stepanov
2020-05-06Merge #18512: Improve asmap checks and add sanity checkWladimir J. van der Laan
2020-05-06Merge #18853: wallet: Fix typo in assert that is compile-time trueWladimir J. van der Laan
2020-05-06Merge #18843: build: warn on potentially uninitialized readsWladimir J. van der Laan
2020-05-06Merge #18854: doc: Fix typo in Coin doxygen commentWladimir J. van der Laan
2020-05-06Merge #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE...fanquake
2020-05-06Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson
2020-05-05Merge #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescrip...Samuel Dobson
2020-05-05Merge #18088: build: ensure we aren't using GNU extensionsfanquake
2020-05-04wallet: Fix typo in assert that is compile-time trueMarcoFalke
2020-05-04Merge #18443: lockedpool: avoid sensitive data in core files (FreeBSD)Wladimir J. van der Laan
2020-05-04Merge #18699: wallet: Avoid translating RPC errorsWladimir J. van der Laan
2020-05-04Merge #18786: init: Remove boost from ThreadImportWladimir J. van der Laan
2020-05-04Merge #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and o...MarcoFalke
2020-05-04Merge #18859: Remove CCoinsViewCache::GetValueIn(...)MarcoFalke
2020-05-04Merge #15768: gui: Add close window shortcutJonas Schnelli
2020-05-03Remove CCoinsViewCache::GetValueIn(...)practicalswift
2020-05-03build: warn on potentially uninitialized readsVasil Dimov
2020-05-02doc: Fix typo in Coin doxygen commentMarcoFalke
2020-05-02Merge #18413: script: prevent UB when computing abs value for num opcode seri...fanquake
2020-05-01wallet: Remove trailing whitespace from potential translation stringsMarcoFalke
2020-05-01wallet: Report full error message in wallettoolMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-05-01Get rid of BindWalletRussell Yanofsky
2020-05-01Merge #16426: Reverse cs_main, cs_wallet lock order and reduce cs_main lockingMarcoFalke
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-29Merge #18736: test: Add fuzzing harnesses for various classes/functions in util/MarcoFalke
2020-04-29Merge #18727: test: Add CreateWalletFromFile testMarcoFalke