| .. | ||
| base58_encode_decode.json | ||
| base58_keys_invalid.json | ||
| base58_keys_valid.json | ||
| blocks.json | ||
| README.md | ||
| sig_canonical.json | ||
| sig_noncanonical.json | ||
| sighash.json | ||
| tx_valid.json | ||
Description
This directory contains data-driven tests for various aspects of Bitcoin.
Bitcoinjs-lib notes
This directory does not contain all the Bitcoin core tests. Missing core test data includes:
-
alertTests.rawBitcoin-js does not interact with the Bitcoin network directly. -
tx_invalid.jsonBitcoin-js can not evaluate Scripts, making testing this irrelevant. It can decode valid Transactions, thereforetx_valid.jsonremains. -
script*.jsonBitcoin-js can not evaluate Scripts, making testing this irrelevant.
License
The data files in this directory are
Copyright (c) 2012-2014 The Bitcoin Core developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.