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