bitcoin/contrib/testgen
Pieter Wuille fe5e495c31 Use Bech32m encoding for v1+ segwit addresses
This also includes updates to the Python test framework implementation,
test vectors, and release notes.
2021-03-16 10:48:36 -07:00
..
base58.py scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
gen_key_io_test_vectors.py Use Bech32m encoding for v1+ segwit addresses 2021-03-16 10:48:36 -07:00
README.md docs: match usage text to script and location 2020-06-21 10:31:18 +01:00

TestGen

Utilities to generate test vectors for the data-driven Bitcoin tests.

Usage:

PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py valid 50 > ../../src/test/data/key_io_valid.json
PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py invalid 50 > ../../src/test/data/key_io_invalid.json