bip32_defichain 3.0.1+1 bip32_defichain: ^3.0.1+1 copied to clipboard
A BIP32 (https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) compatible library for Flutter writing by Dart. Fork (https://github.com/DeFiCh-WalletApp/bip32-dart)
1.0.0 #
- Initial version, created by anicdh
1.0.1 #
- Format code & add description
1.0.2 #
- Change version bs58check
1.0.3 #
- Change generate BIP32 from function to factory
1.0.4 #
- Fix error message when generate BIP32 from private key
- Fix argument of wif decode function
1.0.5 #
- Fix wif decodeRaw function
1.0.6 #
- Fix derive bug
1.0.8 #
- Update pointycastle version to 2.0.0
1.0.10 #
- Fix sign
2.0.0 #
- Update packages
2.0.0+1 #
- Fix
2.1.0 #
- fix bigIntDecode
2.1.1 #
- fix bigIntEncoding
2.2.0 #
- implement null-safety
2.3.0 #
- add custom seed encryption key
3.0.0 #
- add signature encoding
3.0.1 #
- add segwit type to signing
3.0.1+1 #
- add correct recId calculation