aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-09Merge #18306: test: add logging to wallet_listsinceblock.pyMarcoFalke
2020-03-09test: add logging to wallet_listsinceblock.pyJon Atack
2020-03-10Merge #18115: wallet: Pass in transactions and messages for signing instead o...Samuel Dobson
2020-03-09Merge #18303: doc: Add historical release notes for 0.19.1Wladimir J. van der Laan
2020-03-09tests: Add fuzzing harness for CScript operationspracticalswift
2020-03-09tests: Add common Consume* fuzzing functionspracticalswift
2020-03-09Merge #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet ...MarcoFalke
2020-03-10doc: Warn about wallet.dat re-use and backupsAlbert
2020-03-09doc: Add historical release notes for 0.19.1Wladimir J. van der Laan
2020-03-09tests: Remove FUZZERS_MISSING_CORPORApracticalswift
2020-03-09Merge #18292: fuzz: Add assert(script == decompressed_script)MarcoFalke
2020-03-09tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...practicalswift
2020-03-09Clear any input_errors for an input after it is signedAndrew Chow
2020-03-09Replace GetSigningProvider with GetSolvingProviderAndrew Chow
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-03-09Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...Andrew Chow
2020-03-09Move FillPSBT to be a member of CWalletAndrew Chow
2020-03-09fuzz: Add option to merge input dir to test runnerMarcoFalke
2020-03-09doc: Remove --disable-ccache from docsMarcoFalke
2020-03-09Merge #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression fuzz...MarcoFalke
2020-03-09tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more ha...practicalswift
2020-03-09Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage valu...fanquake
2020-03-09rpc/wallet: initialize nFeeRequired to avoid using garbage value on failureKarl-Johan Alm
2020-03-08Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw...Andrew Chow
2020-03-08Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransactionAndrew Chow
2020-03-08Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyManAndrew Chow
2020-03-08Refactor rawtransaction's SignTransaction into generic SignTransaction functionAndrew Chow
2020-03-07fuzz: Add assert(script == decompressed_script)MarcoFalke
2020-03-07Merge #17926: tests: Add key_io fuzzing harness. Fuzz additional functions in...MarcoFalke
2020-03-07build: Set minimum Automake version to 1.13Hennadii Stepanov
2020-03-07Cache parent xpub inside of BIP32PubkeyProviderAndrew Chow
2020-03-07Only cache xpubs that have a hardened last stepAndrew Chow
2020-03-07Cache the immediate derivation parent xpubAndrew Chow
2020-03-07Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an...Andrew Chow
2020-03-07Rename BIP32PubkeyProvider.m_extkey to m_root_extkeyAndrew Chow
2020-03-07Track the index of the key expression in PubkeyProviderAndrew Chow
2020-03-07Introduce DescriptorCache struct which caches xpubsAndrew Chow
2020-03-07tests: Fuzz additional functions in the script fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the transaction fuzzing harnesspracticalswift
2020-03-07scheduler: Use C++11 member initialization, add shutdown assertMarcoFalke
2020-03-07tests: Fuzz additional functions in the integer fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the hex fuzzing harnesspracticalswift
2020-03-07tests: Add key_io fuzzing harnesspracticalswift
2020-03-07doc: remove Boost Chrono from install docsfanquake
2020-03-07test: remove Boost Chrono installation from CIfanquake
2020-03-07build: remove Boost Chrono detection from build systemfanquake
2020-03-07build: remove chrono package from depends Boostfanquake
2020-03-07Merge #18286: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (and unbrea...fanquake
2020-03-06build: Add locale fuzzer to FUZZERS_MISSING_CORPORApracticalswift
2020-03-07Merge #18241: wallet/refactor: refer to CWallet immutably when possiblefanquake