A Python Bitcoin library that will grow to encompass network protocol, consensus, transactions, scripting and signing.
Licence: OpenBSV Language: Python (>= 3.8) Author: Neil Booth
In time.
BIP239 (extended transaction format) support. AES improvements.
Replace old Headers implementation
- fix a typo that resulted in inefficient block header searching in rare cases
- as OpenSSL has removed ripemd160, take it from pycryptodomex, now a required package. Remove dependency on pyaes as a result as pycryptodomex can do AES too.
- remove deprecated symbols and remaining references to coin; they are now networks
- add merkle_root() and grind_header()
- add pickling support for the Headers object (rt121212121)