* Add "do-test" target to make future QA easier while I'm here.
Changelog:
* Bech32 implementation
* Segwit implementation (for P2WSH and P2WPKH transactions) and examples
* Use libsecp256k1 for signing
* Implement OP_CHECKSEQUENCEVERIFY
* Dropped Python 2.7 support
Changelog:
* New RPC "generatetoaddress(self, numblocks, addr)"
* Fixed Python 2.7 incompatibility
* Various OpenSSL fixes, including a memory leak
Note:
This will be the last release of finance/python-bitcoinlib with Python 2.7
compatibility.
MFH: 2019Q3
Provides an easy interface to the bitcoin data structures and protocol. The
approach is low-level and "ground up", with a focus on providing tools to
manipulate the internals of how Bitcoin works.
WWW: https://github.com/petertodd/python-bitcoinlib/
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19542