Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.56 KB

Version 0.0.10 - 2019-10-23

  • Added missing const constructors

Version 0.0.9 - 2019-10-23

  • Renamed Wallet.signTxData to Wallet.sign
  • Changed Wallet.sign to accept any Map<String, dynamic> and not just a String
  • Added the MapSorter to the exported types

Version 0.0.8 - 2019-09-25

  • Removed the id field from the NetworkInfo object
  • Removed the derivationPath field from the Wallet.derive method
  • Changed the return type of the TxSender.broadcastTx method.
    Now it returns a TransactionResponse that include a success field and any error that might have occurred during the broadcast.
  • Fixed some typos inside the exceptions messages

Version 0.0.7 - 2019-08-30

  • Added the defaultTokenDenom field inside NetworkInfo

Version 0.0.6 - 2019-08-30

  • Added the serialization of the Bech32 address inside Wallet

Version 0.0.5 - 2019-08-30

  • Renamed HexWallet to Wallet
  • Added the Wallet.convert factory method
  • Added the optional name and iconUrl fields to NetworkInfo
  • Added the toJson and fromJson methods to both Wallet and NetworkInfo
  • Added the Equatable implementation to both Wallet and NetworkInfo

Version 0.0.4 - 2019-08-29

  • Changed the example
  • Fixed some CHANGELOG typos

Version 0.0.3 - 2019-08-29

  • Improved the example by adding how to send a transaction

Version 0.0.2 - 2019-08-29

  • Improved the package.yaml description
  • Added some examples inside the example/ folder
  • Removed some unused dependencies
  • Improved the README

Version 0.0.1 - 2019-08-29

  • Initial release