File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Next
1+ ## 1.0
22
33- Added test vector #4 for private keys with leading zeros (see https://github.com/bitcoin/bips/pull/1030 )
4+ - (** Breaking** ) Bumped Coincurve dependency to ` 0.15 `
5+ - Re-arranged the 2 dependencies to use "compatible release" notation
46
57## 0.1
68
Original file line number Diff line number Diff line change 11from .bip32 import BIP32 , PrivateDerivationError , InvalidInputError
22from .utils import BIP32DerivationError , HARDENED_INDEX
33
4- __version__ = "0.1 "
4+ __version__ = "1.0 "
55
66__all__ = [
77 "BIP32" ,
Original file line number Diff line number Diff line change 1111
1212setup (name = "bip32" ,
1313 version = bip32 .__version__ ,
14- description = "Python implementation of the BIP32 key derivation scheme" ,
14+ description = "Minimalistic implementation of the BIP32 key derivation scheme" ,
1515 long_description = long_description ,
1616 long_description_content_type = "text/markdown" ,
1717 url = "http://github.com/darosior/python-bip32" ,
You can’t perform that action at this time.
0 commit comments