aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/bitcoin-util-test.json
Commit message (Collapse)AuthorAgeFilesLines
* Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery2017-03-201-356/+0
|
* testcases: explicitly specify transaction version 1John Newbery2017-01-091-22/+22
|
* Add test cases to test new bitcoin-tx functionalityjnewbery2016-12-291-0/+116
| | | | | | | | | | | | | | | | This commit add testcases to test the following functions in bitcoin-tx: - add a pay to non-standard script output - add a P2SH output - add a P2WSH output - add a P2WSH wrapped in a P2SH output - add a pay to pub key output - add a P2WPKH output - add a P2WPKH wrapped in a P2SH output - add a bare multisig output - add a multisig in P2SH output - add a multisig in a P2WSH output - add a multisig in a P2WSH wrapped in as P2SH output
* Re-enable a blank v1 Tx JSON testDouglas Roark2016-12-211-3/+8
|
* Update python tests for default tx version=2BtcDrak2016-12-081-18/+29
|
* Allow bitcoin-tx to parse partial transactionsjnewbery2016-11-041-0/+10
| | | | Restore pre V0.13.1 functionality to bitcoin-tx and allow it to parse 0-input partial transactions.
* add verbose mode to bitcoin-util-test.pyjnewbery2016-10-051-28/+56
|
* Add bitcoin-tx JSON testsjnewbery2016-09-281-1/+84
|
* [Bitcoin-Tx] Add tests for sequence number supportJonas Schnelli2016-06-071-0/+13
|
* Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík2015-08-061-0/+30
|
* tests: Fix bitcoin-tx signing testcaseWladimir J. van der Laan2015-07-071-1/+1
| | | | | Fixes wrong scriptPubkey problem, which caused the transaction to not actually be signed.
* bitcoin-tx: Add test case for signing a txEric R. Schulz2014-12-241-0/+10
|
* tests: fix python test-runner for windowsCory Fields2014-09-301-10/+19
| | | | | | | | | Windows needed a few fixups to get the tests running: 1. bitcoin-tx needs a file extension in Windows. Take this opportunity to add an env file, which pulls variables out of our build config. This can be extended as needed, for now it's very simple. 2. After #1, split the args out of the exec key in the test data. 3. Correct the line-endings from windows stdout
* bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr2014-09-141-0/+3
|
* Add bitcoin-tx testsJeff Garzik2014-08-191-0/+29
| | | | | Testing: delin, delout, locktime, and basic createrawtransaction-like functionality.
* bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik2014-08-191-0/+4
|
* Add "it works" test for bitcoin-txJeff Garzik2014-08-191-0/+5