- Update max price encoding
- Impl Vault tx
- Update export script type
- Add saiive custom outputs
- Update refs
- Add signMessage ECPair call
- Export magicHash function
- Fix signing prefix
- Fix for segwit and non-segwit inputs
- add custom bech32 lib to check hrp ourself
- Add another addPool tx possibility
- Update bip32 lib
- Add token id to sig-hashing - fix buffer overflow
- Add token id to sig-hashing
- Fix tx hashing
- Fix buffer length for tokenId if version > 3
- Add tokenId to txb
- Update dependencies
- Fix
- Fix all unit tests
- Fix mix of segwit and non-segwit outputs
- Fix to add "RemoveLiqiudity" inside tx builder
- Downgrade meta to 1.3.0
- Downgrade test so 1.0
- Add null safety
- Update reference
- Add Remove Liquidity
- Update packages
- Update packages
- Add DeFiChain specific txs
- Update packages
- Fix analyze warning
- Support P2SH(P2WPKH)
- Release bitcoindart package
- Add support for optional 'noStrict' parameter in Transaction.fromBuffer
- 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