This repository was archived by the owner on Oct 7, 2024. It is now read-only.
0.2.0
Added
- Add
InternalAccount
type and create submoduleinternal
(#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 ofKeyringAccount
(#30) - Make
approveRequest
andrejectRequest
optional (#63) - Make
exportAccount
,listRequests
andgetRequest
optional (#73) - Export enums with account methods and types (#66)
- Make
approveRequest
accept aresult
argument (#59) - Remove account name from
KeyringAccount
type (#55) - Remove
eth_sendTransaction
method (#50) - Rename
supportedMethods
tomethods
(#35)