Skip to content

Releases: darosior/python-bip32

3.4

31 Oct 09:02
3.4
1492d39
Compare
Choose a tag to compare

Support Coincurve up to version 18. This version introduced support for BIP340 x-only keys and Schnorr signatures.

3.3

08 Sep 16:17
3.3
2dc1874
Compare
Choose a tag to compare
3.3

See CHANGELOG.md for changelog.

3.0

10 Mar 11:47
3.0
c8d04eb
Compare
Choose a tag to compare
3.0

This is a breaking release, updating Python's and Coincurve versions.

See CHANGELOG.md for details.

2.1

25 Oct 12:56
2.1
ee13756
Compare
Choose a tag to compare
2.1

This is a minor (ie non-breaking) release. Please see CHANGELOG.md for
details.

2.0

01 Sep 09:48
2.0
9735f6c
Compare
Choose a tag to compare
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

09 Jun 22:08
1.0
e1d5e29
Compare
Choose a tag to compare
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