kevacoin/src/test/data
Mark Friedenbach c8e29d7ff0 Replace MAX_OPCODE for OP_NOP10.
That OP_NOP10 is the last executable opcode is a bit of a obscure trivia, and the MAX_OPCODE constant already exists. This merely standardizes use of MAX_OPCODE over OP_NOP10 where it makes sense and is more clear.
2017-07-11 16:45:42 +09:00
..
base58_encode_decode.json
base58_keys_invalid.json
base58_keys_valid.json
README.md Remove redundant copyright notices from README files 2015-01-02 10:46:23 +01:00
script_tests.json Replace MAX_OPCODE for OP_NOP10. 2017-07-11 16:45:42 +09:00
sighash.json
tx_invalid.json Adding 'amount' label to tx_valid/tx_invalid.json files 2016-12-15 19:04:56 -06:00
tx_valid.json Fixed multiple typos 2017-06-22 19:18:10 +03: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 http://www.opensource.org/licenses/mit-license.php.