Changelog for slip32-0.2
Version 0.2
-
COMPILER ASSISTED BREAKING CHANGE — Not exported anymore:
Pub
,pub
,unPub
,Prv
,prv
,unPrv
,Chain
,chain
,unChain
. These types are now available in thebip32
library. -
BREAKING CHANGE POSSIBLY REQUIRING HUMAN INTERVENTION —
prv
andunPrv
from thebip32
library deal with32
-byte longByteString
s now, rather than33
bytes as before. The leading0x00
byte has now been dropped. -
BREAKING CHANGE:
Path
now deals with values of typeIndex
from thebip32
library, rather thanWord32
. -
Depend on the
bip32
library. -
Builds on GHCJS.
Version 0.1
- Initial version.