0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-24 12:41:41 -05:00
bitcoin-bitcoin-core/src/test/data
Ava Chow 429ec1aaaa refactor: Rename CTransaction::nVersion to version
In order to ensure that the change of nVersion to a uint32_t in the
previous commit has no effect, rename nVersion to version in this commit
so that reviewers can easily spot if a spot was missed or if there is a
check somewhere whose semantics have changed.
2024-06-07 13:55:23 -04: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
tx_invalid.json refactor: Rename CTransaction::nVersion to version 2024-06-07 13:55:23 -04:00
tx_valid.json Add test for negative transaction version w/ CSV to tx_valid.json 2024-01-11 15:05:01 -06: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.