aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-14Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke
2020-04-13Merge #18493: rpc: Remove deprecated "size" from mempool txsMarcoFalke
2020-04-13Merge #18502: doc: Update docs for getbalance (default minconf should be 0)MarcoFalke
2020-04-13doc: default minconf for getbalance should be 0U-Zyn Chua
2020-04-12Merge #18495: rpc: Remove deprecated migration codeMarcoFalke
2020-04-11Merge #18588: Revert "Merge #16367: Multiprocess build support"MarcoFalke
2020-04-10Revert "Merge #16367: Multiprocess build support"MarcoFalke
2020-04-10Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke
2020-04-10rpc: Remove deprecated migration codeVasil Dimov
2020-04-10Merge #17693: rpc: Add generateblock to mine a custom set of transactionsMarcoFalke
2020-04-10Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke
2020-04-10Merge #18422: [consensus] MOVEONLY: Move single-sig checking EvalScript code ...MarcoFalke
2020-04-10Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke
2020-04-10Merge #16367: Multiprocess build supportMarcoFalke
2020-04-10Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke
2020-04-10Merge #18574: cli: call getbalances.ismine.trusted instead of getwalletinfo.b...MarcoFalke
2020-04-10Merge #18541: rpc: Make verifychain default values static, not depend on glob...MarcoFalke
2020-04-10Merge #18526: Remove PID file at the very endMarcoFalke
2020-04-10Merge #18454: net: Make addr relay mockable, add testMarcoFalke
2020-04-09Merge #18529: Add fuzzer version of randomized prevector testMarcoFalke
2020-04-09cli -getinfo: use getbalances instead of deprecated getwalletinfo balanceJon Atack
2020-04-09Merge #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp a...MarcoFalke
2020-04-09Merge #18521: fuzz: Add process_messages harnessMarcoFalke
2020-04-09Merge #18533: scripted-diff: Replace strCommand with msg_typeMarcoFalke
2020-04-08Merge #18565: tests: Add fuzzing harnesses for classes/functions in policy/fe...MarcoFalke
2020-04-08tests: Add coverage of {,Incremental}DynamicUsage(const std::set<X, Y>& s) to...practicalswift
2020-04-08tests: Add fuzzing harness for classes/functions in cuckoocache.hpracticalswift
2020-04-08tests: Add fuzzing harness for classes/functions in checkqueue.hpracticalswift
2020-04-08tests: Add coverage of GetVirtualTransactionSize(...) to existing fuzzerpracticalswift
2020-04-08tests: Add fuzzing harness for AdditionOverflow(...)practicalswift
2020-04-08tests: Add fuzzing harness for FeeFilterRounderpracticalswift
2020-04-08Fix unregister_all_during_call cleanupRussell Yanofsky
2020-04-07Add test for UnregisterAllValidationInterfaces bugRussell Yanofsky
2020-04-07Do not clear validationinterface entries being executedPieter Wuille
2020-04-07Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...MarcoFalke
2020-04-07Merge #18546: Bugfix: Wallet: Safely deal with change in the address book [pa...MarcoFalke
2020-04-06Reorder the test instructions by numberPieter Wuille
2020-04-06Merge and generalize case 3 and case 6Pieter Wuille
2020-04-06Only run sanity check once at the endPieter Wuille
2020-04-06Assert immediately rather than caching failurePieter Wuille
2020-04-06Make a fuzzer-based copy of the prevector randomized testPieter Wuille
2020-04-07qt: Fix Window -> Minimize menu itemHennadii Stepanov
2020-04-06Wallet: Change IsMine check in CWallet::DelAddressBook from assert to failureLuke Dashjr
2020-04-06Wallet: Replace CAddressBookData.name with GetLabel() methodLuke Dashjr
2020-04-07Merge #18192: Bugfix: Wallet: Safely deal with change in the address bookMarcoFalke
2020-04-06Merge #18458: net: Add missing cs_vNodes lockWladimir J. van der Laan
2020-04-06Merge #18487: rpc: Fix rpcRunLater race in walletpassphraseWladimir J. van der Laan
2020-04-07Merge #18484: rpc: Correctly compute redeemScript from witnessScript for sign...MarcoFalke
2020-04-07rpc: Make verifychain default values static, not depend on global argsMarcoFalke
2020-04-06Merge #18524: refactor: drop boost::signals2 in validationinterfaceWladimir J. van der Laan