Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | contrib: Adjust output to current test format | Akio Nakamura | |
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-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-04-16 | Minor Python cleanups to make flake8 pass with the new rules enabled | practicalswift | |
2018-03-28 | Make base58 python contrib code work with python3 | Evan Klitzke | |
2018-03-26 | Change all python files to use Python3 | John Newbery | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-03-22 | [tests] Remove unused and duplicate imports | practicalswift | |
2017-01-13 | Remove unused Python variables | practicalswift | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-09-11 | [copyright] Add missing copyright headers | isle2983 | |
2013-10-15 | Finished /Contrib Index. Standardized READMEs. | super3 | |
File and Link Fix. | |||
2013-10-12 | Documentation Cleanup in /Doc | super3 | |
Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers. | |||
2012-10-01 | data-driven base58 CBitcoinAddress/CBitcoinSecret tests | Wladimir J. van der Laan | |
Arbitrary numbers of test vectors can be generated using the script `gen_base58_test_vectors.py`. |