aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/segwit_addr.py
AgeCommit message (Collapse)Author
2021-03-16Use Bech32m encoding for v1+ segwit addressesPieter Wuille
This also includes updates to the Python test framework implementation, test vectors, and release notes.
2020-09-03[tests] Rename segwit encode and decode functionsJohn Newbery
These functions can be exported to other modules, so be explicit that they're encoding and decoding segwit addresses
2020-09-03[tests] Move bech32 unit tests to test frameworkJohn Newbery
2017-09-28Use BIP173 addresses in segwit.py testPieter Wuille