zcashd/src/test/data
Jack Grigg 77a971fbc1 Migrate to latest `zcash/librustzcash` revision
This includes:
- `orchard =0.1.0-beta.3` which includes the final circuit changes.
- The new NU5 consensus branch ID.
- Updated ZIP 244 test vectors (which use the NU5 consensus branch ID).
2022-03-23 02:05:06 +00:00
..
README.md Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
alertTests.raw Add tests covering the current interaction of alerts with subver comments 2019-12-04 17:21:52 +00:00
base58_encode_decode.json
base58_keys_invalid.json
base58_keys_valid.json Convert base58_tests from type/payload to scriptPubKey comparison 2018-05-04 10:27:11 +01:00
bitcoin-util-test.json add verbose mode to bitcoin-util-test.py 2020-10-28 16:07:25 +00:00
blanktx.hex
blanktx.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
merkle_commitments.json
merkle_commitments_sapling.json Update IncrementalMerkleTree test vectors to use valid commitments 2018-10-10 20:55:50 +01:00
merkle_path.json
merkle_path_sapling.json Update IncrementalMerkleTree test vectors to use valid commitments 2018-10-10 20:55:50 +01:00
merkle_roots.json
merkle_roots_orchard.h lint: Add missing include guards 2021-08-24 16:06:53 +01:00
merkle_roots_sapling.json Update IncrementalMerkleTree test vectors to use valid commitments 2018-10-10 20:55:50 +01:00
merkle_serialization.json
merkle_serialization_sapling.json Update IncrementalMerkleTree test vectors to use valid commitments 2018-10-10 20:55:50 +01:00
merkle_witness_serialization.json
merkle_witness_serialization_sapling.json Update IncrementalMerkleTree test vectors to use valid commitments 2018-10-10 20:55:50 +01:00
sapling_key_components.json Add json test vectors for Sapling key components. 2018-06-13 10:38:32 -07:00
script_invalid.json
script_valid.json Fix typos 2021-11-14 16:27:09 +02:00
sighash.json test: Regenerate sighash.json after generator fixes 2021-06-13 07:57:39 +01:00
tt-delin1-out.hex
tt-delin1-out.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
tt-delout1-out.hex
tt-delout1-out.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
tt-locktime317000-out.hex Add bitcoin-tx tests 2014-08-19 23:15:58 -04:00
tt-locktime317000-out.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
tx394b54bb.hex
tx_invalid.json Fix typos 2021-11-14 16:27:09 +02:00
tx_valid.json Fix typos 2021-11-14 16:27:09 +02:00
txcreate1.hex
txcreate1.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
txcreate2.hex
txcreate2.json bitcoin-util-test.py should fail if the output file is empty 2020-10-28 16:07:25 +00:00
txcreatedata_seq0.hex
txcreatedata_seq0.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
txcreatedata_seq1.hex
txcreatedata_seq1.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
txcreatesign.hex
txcreatesign.json Add bitcoin-tx JSON tests 2020-10-28 16:02:36 +00:00
unified_addrs.json Add test vectors for UFVK derivation 2022-02-12 15:07:05 -07:00
unified_full_viewing_keys.json Add test vectors for UFVK derivation 2022-02-12 15:07:05 -07:00
zip0244.json Migrate to latest `zcash/librustzcash` revision 2022-03-23 02:05:06 +00:00

README.md

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 https://www.opensource.org/licenses/mit-license.php .