Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 647 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 647 Bytes

1.0.0 (2024-08-2)

BEVM Keyring Implementation
  • Implemented Keyring functionality to manage accounts
  • Implemented functions to add account, export accounts & import accounts
  • Implemented functionality to sign a message
  • Implemented functionality to get coin balance for a wallet
  • Implemented functionality to sign a raw transaction
  • Implemented functionality to get gass fees
  • Implemented functionality to broadcast a transaction
  • Added readme file
  • Added test suite

1.0.1 (2024-08-2)

  • Updated package name

1.0.2 (2024-08-3)

  • Updated documentation

1.0.3 (2024-08-20)

  • Update Sign transaction functionality