aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/bitcoin-util-test.json
Commit message (Collapse)AuthorAgeFilesLines
* 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