aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_txoutproof.py
AgeCommit message (Expand)Author
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-15test: Return the largest utxo in MiniWallet.get_utxoMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-06-21scripted-diff: test: rename `FromHex` to `from_hex`Sebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-04rpc: Reject empty txids in gettxoutproofJoão Barbosa
2020-09-09test: gettxoutproof duplicate txidJoão Barbosa
2020-09-09test: Test empty array in gettxoutproofMarcoFalke
2020-09-09test: Run rpc_txoutproof.py even with wallet disabledMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-07Consistently use ParseHashV to validate hash inputs in rpcBen Woosley
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-22[qa] Add a test for merkle proof malleationSuhas Daftuar
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns