dogecoin/src/test/data
Wladimir J. van der Laan 79004d4ae6
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number
ae357d5 [Bitcoin-Tx] Add tests for sequence number support (Jonas Schnelli)
e59336f [bitcoin-tx] allow to set nSequence number over the in= command (Jonas Schnelli)
a946bb6 [RPC] createrawtransaction: add option to set the sequence number per input (Jonas Schnelli)
2016-06-07 18:25:13 +02:00
..
base58_encode_decode.json data-driven base58 CBitcoinAddress/CBitcoinSecret tests 2012-10-01 04:57:26 +02:00
base58_keys_invalid.json data-driven base58 CBitcoinAddress/CBitcoinSecret tests 2012-10-01 04:57:26 +02:00
base58_keys_valid.json data-driven base58 CBitcoinAddress/CBitcoinSecret tests 2012-10-01 04:57:26 +02:00
bitcoin-util-test.json [Bitcoin-Tx] Add tests for sequence number support 2016-06-07 17:37:35 +02:00
blanktx.hex Add "it works" test for bitcoin-tx 2014-08-19 10:28:58 -04:00
README.md Remove redundant copyright notices from README files 2015-01-02 10:46:23 +01:00
script_tests.json Adding P2SH(p2pkh) script test case 2016-05-30 08:51:37 -05:00
sighash.json Add sighash tests from data file 2014-03-31 11:19:19 -03:00
tt-delin1-out.hex Add bitcoin-tx tests 2014-08-19 23:15:58 -04:00
tt-delout1-out.hex Add bitcoin-tx tests 2014-08-19 23:15:58 -04:00
tt-locktime317000-out.hex Add bitcoin-tx tests 2014-08-19 23:15:58 -04:00
tx394b54bb.hex Add bitcoin-tx tests 2014-08-19 23:15:58 -04:00
tx_invalid.json BIP112: Implement CHECKSEQUENCEVERIFY 2016-02-14 11:29:38 +00:00
tx_valid.json BIP112: Implement CHECKSEQUENCEVERIFY 2016-02-14 11:29:38 +00:00
txcreate1.hex Add bitcoin-tx tests 2014-08-19 23:15:58 -04:00
txcreate2.hex bitcoin-util-test: Test bitcoin-tx with null scriptPubKey 2014-09-14 06:28:22 +00:00
txcreatedata1.hex Add support for data-based outputs (OP_RETURN) to bitcoin-tx. 2015-08-06 20:27:52 +02:00
txcreatedata2.hex Add support for data-based outputs (OP_RETURN) to bitcoin-tx. 2015-08-06 20:27:52 +02:00
txcreatedata_seq0.hex [Bitcoin-Tx] Add tests for sequence number support 2016-06-07 17:37:35 +02:00
txcreatedata_seq1.hex [Bitcoin-Tx] Add tests for sequence number support 2016-06-07 17:37:35 +02:00
txcreatesign.hex tests: Fix bitcoin-tx signing testcase 2015-07-07 18:26:38 +02:00

Description

This directory contains data-driven tests for various aspects of Bitcoin.

License

The data files in this directory are distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.