aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-11Merge #18170: doc: Minor grammatical changes and flow improvementsMarcoFalke
2020-03-11Merge #17833: doc: Added running functional tests in valgrindMarcoFalke
2020-03-11Merge #17159: doc: Add a note about backportingMarcoFalke
2020-03-11Merge #18310: doc: asmap release noteMarcoFalke
2020-03-11Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables hig...MarcoFalke
2020-03-11Merge #18304: ci: Enable all functional tests in valgrindMarcoFalke
2020-03-11tests: Add one specialized ProcessMessage(...) fuzzing binary per message typ...practicalswift
2020-03-11tests: Add fuzzing harness for ProcessMessage(...)practicalswift
2020-03-10ci: Enable all functional tests in valgrindMarcoFalke
2020-03-10Merge #18311: Bumpfee test fixMarcoFalke
2020-03-10bumpfee test: exit loop at proper time with new fee value being comparedGregory Sanders
2020-03-10Add some test logging to wallet_bumpfee.pyGregory Sanders
2020-03-10Merge #18305: test: Explain why test logging should be usedMarcoFalke
2020-03-10doc: asmap release noteJon Atack
2020-03-10test: Explain why test logging should be usedMarcoFalke
2020-03-10Merge #18264: build: Remove Boost Chronofanquake
2020-03-10Merge #15443: qa: Add getdescriptorinfo functional testMarcoFalke
2020-03-10qa: Add getdescriptorinfo functional testJoão Barbosa
2020-03-09Merge #18176: tests: Add fuzzing harness for CScript and CScriptNum operationsMarcoFalke
2020-03-09Make lifetime correctness easier to see (avoid reference lifetime extension)practicalswift
2020-03-09tests: Add fuzzing harness for CScriptNum operationspracticalswift
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-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-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-07tests: Fuzz additional functions in the script fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the transaction fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the integer fuzzing harnesspracticalswift