aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/bitcoin-util-test.json
Commit message (Collapse)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-60/+60
|
* dogecoin-tx: fix testsPatrick Lodder2020-07-221-20/+22
| | | | | - explicitly specify v1 and v2 transactions due to 140cc1db - fix "exec: bitcoin-tx" misses
* rebrand dogecoin-tx test (#1450)Ross Nicoll2019-03-251-56/+56
|
* Update dogecoin-tx tests (#1409)Ross Nicoll2018-09-191-16/+16
| | | Update Python test address and key values to match Dogecoin format
* Add tests for bitcoin-tx input checkingJohn Newbery2017-03-311-0/+32
| | | | | Github-Pull: #10130 Rebased-From: 19ecd1e2e13514c8a92a2a4337c2568c3d5d13e5
* Check stderr when testing bitcoin-txJohn Newbery2017-03-311-0/+4
| | | | | Github-Pull: #10130 Rebased-From: 21704f6334d2a4bd140c6e3260c4bfa3f3157bad
* 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