You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Cousens 837424ed16 tests: add bitcoin core block fixtures 10 years ago
..
README.md tests: adds Bitcoin core test data 11 years ago
base58_encode_decode.json tests: adds Bitcoin core test data 11 years ago
base58_keys_invalid.json tests: adds Bitcoin core test data 11 years ago
base58_keys_valid.json tests: adds Bitcoin core test data 11 years ago
blocks.json tests: add bitcoin core block fixtures 10 years ago
sig_canonical.json tests: adds Bitcoin core test data 11 years ago
sig_noncanonical.json tests: adds Bitcoin core test data 11 years ago
sighash.json tests: adds Bitcoin core test data 11 years ago
tx_valid.json coretests: reverse inputs for simplicity of testing 11 years ago

README.md

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.raw Bitcoin-js does not interact with the Bitcoin network directly.

  • tx_invalid.json Bitcoin-js can not evaluate Scripts, making testing this irrelevant. It can decode valid Transactions, therefore tx_valid.json remains.

  • script*.json Bitcoin-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.