Releases: MetaMask/keyring-api
Releases · MetaMask/keyring-api
8.1.0
Added
- Add optional
nameLastUpdatedAt
metadata field (#366)
Changed
- Bump @metamask/snaps-sdk from 6.1.0 to 6.2.0 (#367)
- Bump @metamask/providers from 17.1.1 to 17.1.2 (#362)
8.0.2
Changed
- Bump
@metamask/snaps-sdk
from ^6.0.0
to ^6.1.0
(#358)
8.0.1
Changed
- Migrate to @metamask/superstruct and update required dependencies (#355).
- Bump @metamask/providers from 17.1.0 to 17.1.1 (#354).
- Bump @metamask/key-tree from 9.1.1 to 9.1.2 (#351).
- Bump @metamask/rpc-errors from 6.3.0 to 6.3.1 (#350).
- Bump @metamask/providers from 17.0.0 to 17.1.0 (#348).
- Bump @metamask/snaps-sdk from 4.4.2 to 6.0.0 (#347).
- Bump braces from 3.0.2 to 3.0.3 (#345).
8.0.0
Changed
- BREAKING: Revert "feat: allow multiple address per account (#315)" (#342).
7.0.0
Added
- Add
getAccountBalances
to KeyringClient
(#340).
- Allow multiple address per account (#315).
Changed
- BREAKING: Keep all ETH methods in the same
enum
(#313).
- Bump @metamask/snaps-sdk from 4.4.1 to 4.4.2 (#339).
- Bump @metamask/rpc-errors from 6.2.1 to 6.3.0 (#337).
- Bump @metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 (#333).
- Bump @metamask/snaps-sdk from 4.4.0 to 4.4.1 (#334).
Fixed
- Allow stale action to be run manually and fix permissions (#336).
6.4.0
Changed
- Add support for
@metamask/providers
v17 (#329).
6.3.1
Fixed
- Export
Caip*
types used in the API (#325).
6.3.0
Added
- Add
getAccountBalances
method to Keyring
interface (#320).
- Add CAIP-19 types to
utils
(#321).
Changed
- Bump @metamask/snaps-sdk from 4.2.0 to 4.3.0 (#323).
- Split
api.ts
into different files (#319).
- Make the
KeyringAccount
type less rigid (#311).
Fixed
- Ensure that errors are JSON-serializable (#162).
- Don't use internal types in the public API (#312).
- Keep all ETH methods in the same
enum
(#313).
6.2.1
Changed
- Bump @metamask/key-tree from 9.1.0 to 9.1.1 (#310).
Fixed
- Use internal
object
function instead of the upstream one (#316).
6.2.0
Added
- Add
accountNameSuggestion
field to the AccountCreatedEvent
(#291)
- Add
displayConfirmation
field to the AccountCreatedEvent
(#307)