lbrycrd/src/test/data
Peter Todd 6380180821 Add rejection of non-null CHECKMULTISIG dummy values
This is a source of transaction mutability as the dummy value was
previously not checked and could be modified to something other than the
usual OP_0 value.
2014-05-08 00:55:01 -04:00
..
alertTests.raw Test alerts high at high PROTOCOL_VERSIONs 2013-11-11 10:31:08 +10:00
base58_encode_decode.json data-driven base58 CBitcoinAddress/CBitcoinSecret tests 2012-10-01 04:57:26 +02:00
base58_keys_invalid.json data-driven base58 CBitcoinAddress/CBitcoinSecret tests 2012-10-01 04:57:26 +02:00
base58_keys_valid.json data-driven base58 CBitcoinAddress/CBitcoinSecret tests 2012-10-01 04:57:26 +02:00
README.md Add licenses for tests and test data 2014-03-18 10:20:55 +01:00
script_invalid.json Add script test to prove that OP_0 evaluates as the empty vector, rather than [0]. 2014-03-11 00:59:33 +01:00
script_valid.json Add script test to prove that OP_0 evaluates as the empty vector, rather than [0]. 2014-03-11 00:59:33 +01:00
sig_canonical.json Check for canonical public keys and signatures 2012-09-21 01:24:25 +02:00
sig_noncanonical.json Check for canonical public keys and signatures 2012-09-21 01:24:25 +02:00
sighash.json Add sighash tests from data file 2014-03-31 11:19:19 -03:00
tx_invalid.json Add rejection of non-null CHECKMULTISIG dummy values 2014-05-08 00:55:01 -04:00
tx_valid.json Add rejection of non-null CHECKMULTISIG dummy values 2014-05-08 00:55:01 -04:00

Description

This directory contains data-driven tests for various aspects of Bitcoin.

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.