defichaindart 3.8.7+3 copy "defichaindart: ^3.8.7+3" to clipboard
defichaindart: ^3.8.7+3 copied to clipboard

A dart DefiChain library for Flutter. BIP32, BIP39, P2PKH integration.

3.8.1 #

  • Update max price encoding

3.8.0-prerelease #

  • Impl Vault tx

3.7.0+1 #

  • Update export script type

3.7.0 #

  • Add saiive custom outputs

3.6.0+1 #

  • Update refs

3.6.0 #

  • Add signMessage ECPair call

3.5.1+1 #

  • Export magicHash function

3.5.1 #

  • Fix signing prefix

3.5.0 #

  • Fix for segwit and non-segwit inputs

3.4.0+1 #

  • add custom bech32 lib to check hrp ourself

3.4.0 #

  • Add another addPool tx possibility

3.3.0 #

  • Update bip32 lib

3.2.1+3 #

  • Add token id to sig-hashing - fix buffer overflow

3.2.1+2 #

  • Add token id to sig-hashing

3.2.1+1 #

  • Fix tx hashing

3.2.1 #

  • Fix buffer length for tokenId if version > 3

3.2.0 #

  • Add tokenId to txb

3.1.1 #

  • Update dependencies

3.1.0+1 #

  • Fix

3.1.0 #

  • Fix all unit tests
  • Fix mix of segwit and non-segwit outputs

3.0.1 #

  • Fix to add "RemoveLiqiudity" inside tx builder

3.0.0+2 #

  • Downgrade meta to 1.3.0

3.0.0+1 #

  • Downgrade test so 1.0

3.0.0 #

  • Add null safety

2.3.1+1 #

  • Update reference

2.3.0 #

  • Add Remove Liquidity

2.2.1+5 #

  • Update packages

2.2.1+4 #

  • Update packages

2.2.1+1 #

  • Add DeFiChain specific txs
  • Update packages

2.2.1 #

  • Fix analyze warning

2.2.0 #

  • Support P2SH(P2WPKH)

2.1.0 #

  • Release bitcoindart package

2.0.2 #

  • Add support for optional 'noStrict' parameter in Transaction.fromBuffer

2.0.1 #

  • Add payments/index.dart to lib exports

2.0.0 #

  • 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

1.1.0 #

  • Add PaymentData, P2PKHData to be deprecated, will remove next version
  • Support p2wpkh

1.0.7 #

  • Try catch getter privKey, base58Priv, wif
  • Possible to create a neutered HD Wallet

1.0.6 #

  • Accept non-standard payment

1.0.5 #

  • Add ECPair to index

1.0.4 #

  • Add transaction to index

1.0.3 #

  • Fix bug testnet BIP32

1.0.2 #

  • Add sign and verify for HD Wallet and Wallet

1.0.1 #

  • Add derive and derive path for HD Wallet

1.0.0 #

  • Transaction implementation

0.1.1 #

  • HDWallet from Seed implementation
  • Wallet from WIF implementation