MarcoFalke
fafb4796d3
contrib: make gen_key_io_test_vectors deterministic
...
Also, remove instructions which are redundant with the README
2022-04-06 17:02:50 +02:00
Sebastian Falbesoner
65c49ac750
test: throw ValueError
for invalid base58 checksum
2022-04-05 20:07:33 +02:00
Sebastian Falbesoner
219d2c7ee1
contrib: testgen: use base58 methods from test framework
2022-04-05 19:52:36 +02:00
Sebastian Falbesoner
11c63e374d
contrib: testgen: import OP_* constants from test framework
2022-04-05 19:51:40 +02:00
Sebastian Falbesoner
7d755bb31c
contrib: testgen: avoid need for manually setting PYTHONPATH
2022-04-05 19:51:04 +02:00
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
2021-12-30 19:36:57 +02:00
Pieter Wuille
5c0210e3e6
bugfix: fix bech32_encode calls in gen_key_io_test_vectors.py
2021-03-18 14:28:46 -07:00
Pieter Wuille
2e7c80fb5b
Add signet support to gen_key_io_test_vectors.py
2021-03-16 10:48:40 -07:00
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
MarcoFalke
fa0074e2d8
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2020-12-31 09:45:41 +01:00
MarcoFalke
fa68755364
contrib: Fix gen_key_io_test_vectors.py imports
2020-10-16 13:48:17 +02:00
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)
2018-08-27 20:14:47 +09:00