Changelog for bip32-0.2
Version 0.2
-
COMPILER ASSISTED BREAKING CHANGE —
Prv,prv,unPrv,prvToPub,Pub,pubandunPubare not exported from theBIP32module anymore. Instead, this library now uses the corresponding types and functions from theBitcoin.Keysmodule of thebitcoin-keyslibrary. -
Add
indexNext,subsXPubXPub,subsPubPub,subsXPrvXPrv,subPrvPrv,subsXPrvXPub,subsPubPub. -
Add field accessors to
XPubandXPrv. -
Depend on
bitcoin-keys. -
Improved
Showinstances. -
Improved documentation.
Version 0.1.2
-
Depend on
bitcoin-hash. -
Export
unIndex.
Version 0.1.1
- Builds with GHCJS.
Version 0.1
- Initial version.