- Final release of "coinslib", will be superseeded by a package "coinlib" in the near future, which will be a complete re-write.
- Verify message signatures against addresses
- (potentially) Breaking change: Simplify P2WPKH and P2PKH classes. Add P2SH-P2PKH address generation.
- P2SH Multisig Input Signing and Output Address Generation
- P2WSH multisig inputs
- Fix message signing
- Breaking change: Change transaction builder addOutput argument to BigInt for better flutter web compatability
- Produce fixed-size signatures with low r-values (no more inconsistent tx sizes)
- Add P2WSH outputs
- This release adds P2SH transaction building and address verification
- This release adds OP_RETURN to coinslib
Breaking change: The network model has been enhanced and it is mandatory to set an OP_RETURN size now for each network.
- fix incomplete entropy #3
- Update readme and examples
- Null Safety and fork
- 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