- Fix analyze warning
- Support P2SH(P2WPKH)
- Release bitcoindart package
- Add payments/index.dart to lib exports
- Please update your sign function if you use this version. sign now required parameter name
- Support building a Transaction with a SegWit P2WPKH input
- Add Address.validateAddress to validate address
- Add PaymentData, P2PKHData to be deprecated, will remove next version
- Support p2wpkh
- Try catch getter privKey, base58Priv, wif
- Possible to create a neutered HD Wallet
- Accept non-standard payment
- Add ECPair to index
- Add transaction to index
- Fix bug testnet BIP32
- Add sign and verify for HD Wallet and Wallet
- Add derive and derive path for HD Wallet
- Transaction implementation
- HDWallet from Seed implementation
- Wallet from WIF implementation