Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 668 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 668 Bytes

1.0.0 (2023-6-13)

Initial commit
  • Implemented Keyring functionality to enable account generation, export keys
  • added license, readme and gitignore files
  • Added getBalance() to fetch the balance in native currency.
  • Added importWallet() to import account using privateKey.
  • Added sign() to sign a message or transaction and get signature along with v,r,s.
  • Added method to sign a transaction
  • Added flow for devops
  • added package dependencies and package version
  • Added test suite for Mantle controller

1.0.1 (2023-11-30)

  • Updated gasFee() method for type 1 transactions and added its test.
  • Changed License to MIT.
  • removed commented code