Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 14:55
· 218 commits to main since this release
3a82ed4

Added

  • Add InternalAccount type and create submodule internal (#65)
  • Add keyring events and helper functions (#74)
  • Add a redirect field to asynchronous request responses (#75)
  • Add exportAccount method (#60)
  • Add getController to client (#43)

Changed

  • Rename erc4337 -> eip4337 (#42)
  • Make options a mandatory field of KeyringAccount (#30)
  • Make approveRequest and rejectRequest optional (#63)
  • Make exportAccount, listRequests and getRequest optional (#73)
  • Export enums with account methods and types (#66)
  • Make approveRequest accept a result argument (#59)
  • Remove account name from KeyringAccount type (#55)
  • Remove eth_sendTransaction method (#50)
  • Rename supportedMethods to methods (#35)