aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_decodescript.py
AgeCommit message (Expand)Author
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2021-12-05tests: Add data-driven testcases to rpc_decodescript.pyDimitri
2021-11-18test: add decodescript RPC test for P2TR output typeSebastian Falbesoner
2021-11-18test: check for decodescript RPC 'type' resultsSebastian Falbesoner
2021-11-17test: add logging to rpc_decodescript.pySebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-06p2wpkh, p2wsh and p2sh-nested scripts in decodescriptfivepiece
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns