This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Releases: MetaMask/keyring-api
Releases · MetaMask/keyring-api
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)
0.1.3
0.1.2
0.1.1
0.1.0
Added
- Usage examples to
README.md
. - Keyring API definition.
- JSON-RPC snap keyring client. It is intended to be used by a snap's companion dApp to send requests to the snap.
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
- Helper functions to create keyring handler in the snap.