Releases: darosior/python-bip32
Releases · darosior/python-bip32
3.4
Support Coincurve up to version 18. This version introduced support for BIP340 x-only keys and Schnorr signatures.
3.3
See CHANGELOG.md
for changelog.
3.0
This is a breaking release, updating Python's and Coincurve versions.
See CHANGELOG.md
for details.
2.1
This is a minor (ie non-breaking) release. Please see CHANGELOG.md
for
details.
2.0
This is a breaking release, making sanity checks stricter and renaming 2
methods of the BIP32
class.
See CHANGELOG.md
for details.
1.0
This release features:
- The addition of the fourth test vector from the BIP (for private keys
<= 0x00ff..ff). No behaviour change as the implementation was
compatible.
- The bump of the Coincurve dependency to version 0.15