aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/bitcoin-util-test.json
AgeCommit message (Expand)Author
2021-12-29test: check that bitcoin-tx detects missing input amount for segwit transactionsSebastian Falbesoner
2021-10-12bitcoin-tx: Reject non-integral and out of range multisig numbersMarcoFalke
2021-10-12bitcoin-tx: Reject non-integral and out of range sequence idsMarcoFalke
2021-10-12test: Check that bitcoin-tx accepts whitespace around sequence id and multisi...MarcoFalke
2021-10-11bitcoin-tx: Avoid treating overflow as OP_0MarcoFalke
2021-06-18test: Add bitcoin-util testsMarcoFalke
2020-10-06refactor: Extract ParseOpCode from ParseScriptJoão Barbosa
2020-03-27Merge #18447: test: Add coverage for script parse error in ParseScriptMarcoFalke
2020-03-27Limit decimal range of numbers ParseScript acceptspierrenn
2020-03-27test: add coverage for script parse error in ParseScriptpierrenn
2018-09-25Consolidate redundant implementations of ParseHashStrBen Woosley
2018-07-07bitcoin-tx: Stricter check for valid integersDaniel Kraft
2018-03-21Fix typospracticalswift
2017-09-20Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-03-30Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-30Check stderr when testing bitcoin-txJohn Newbery
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery