MarcoFalke
fafb4796d3
contrib: make gen_key_io_test_vectors deterministic
...
Also, remove instructions which are redundant with the README
3 years ago
Sebastian Falbesoner
65c49ac750
test: throw `ValueError` for invalid base58 checksum
3 years ago
Sebastian Falbesoner
219d2c7ee1
contrib: testgen: use base58 methods from test framework
3 years ago
Sebastian Falbesoner
11c63e374d
contrib: testgen: import OP_* constants from test framework
3 years ago
Sebastian Falbesoner
7d755bb31c
contrib: testgen: avoid need for manually setting PYTHONPATH
3 years ago
Hennadii Stepanov
f47dda2c58
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
3 years ago
Pieter Wuille
5c0210e3e6
bugfix: fix bech32_encode calls in gen_key_io_test_vectors.py
4 years ago
Pieter Wuille
2e7c80fb5b
Add signet support to gen_key_io_test_vectors.py
4 years ago
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.
4 years ago
MarcoFalke
fa0074e2d8
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
4 years ago
MarcoFalke
fa68755364
contrib: Fix gen_key_io_test_vectors.py imports
4 years ago
Akio Nakamura
a9910d82c3
contrib: Adjust output to current test format
...
Ajust the outputs of gen_base58_test_vectors.py to current test format.
1. Add bech32 vector generation.
2. Add Script-fragments to hexrepr in the format expected by the test.
3. Modify the metadata.
1) Change 'isTestnet' to 'chain' (main/test/regtest)
2) Remove 'addrType'
3) Add 'tryCaseFlip' (True/False on bech32)
6 years ago