0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/test/data
MarcoFalke fa506add25
scripted-diff: Regenerate key_io data deterministically
-BEGIN VERIFY SCRIPT-
 ./contrib/testgen/gen_key_io_test_vectors.py valid 70 > ./src/test/data/key_io_valid.json
 ./contrib/testgen/gen_key_io_test_vectors.py invalid 70 > ./src/test/data/key_io_invalid.json
-END VERIFY SCRIPT-
2022-04-06 17:08:07 +02:00
..
asmap.raw Integrate ASN bucketing in Addrman and add tests 2019-12-25 08:59:08 -05:00
base58_encode_decode.json use base58 map instead of strchr() 2018-03-21 11:57:57 +08:00
bip341_wallet_vectors.json tests: implement BIP341 test vectors 2021-11-12 12:05:00 -05:00
blockfilters.json blockfilter: Update BIP 158 test vectors. 2019-04-06 12:10:55 -07:00
key_io_invalid.json scripted-diff: Regenerate key_io data deterministically 2022-04-06 17:08:07 +02:00
key_io_valid.json scripted-diff: Regenerate key_io data deterministically 2022-04-06 17:08:07 +02:00
README.md Enable TLS in links in documentation 2021-09-16 22:00:20 +00:00
script_tests.json Test that OP_1-OP_16 (but not lower/higher) start witness programs 2022-02-10 08:51:48 +00:00
sighash.json Add sighash tests from data file 2014-03-31 11:19:19 -03:00
tx_invalid.json test: Add missing test for empty P2WSH redeem 2021-05-01 10:12:11 +02:00
tx_valid.json [test] remove invalid test from tx_valid.json 2021-03-31 06:14:26 -07: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 https://www.opensource.org/licenses/mit-license.php.