Releases: MetaMask/keyring-api
Releases · MetaMask/keyring-api
1.1.0
Changed
UuidStruct
is now a named type (#159)
- Migrate from
@metamask/rpc-methods
to @metamask/snaps-rpc-methods
(#175)
Fixed
- Allow the request ID to be a string, number or null (#156)
- Documentation fixes (#160) (#174) (#173) (#172)
- Use
UuidStruct
for IDs in the internal API (#158)
- Bump
@metamask/json-rpc-engine
from ^7.1.1
to ^7.2.0
(#164)
1.0.0
Added
- Add migration steps to 1.0.0 (#149).
- Add Account Snaps security guidelines (#143).
Changed
- Bump @metamask/rpc-errors from 6.0.0 to 6.1.0 (#151).
- Bump postcss from 8.4.24 to 8.4.31 (#150).
1.0.0-rc.1
Added
- Document how to migrate from API 0.1.x to 0.2.x (#124).
Changed
- BREAKING: Use the
onKeyringRequest
snap export (#145).
- BREAKING: Change the events' prefix to
notify:
(#139).
0.2.7
Added
- Export events types (#125)
0.2.6
Changed
- Remove unused lavamoat allowed scripts (#122).
- Update events in sequence diagram (#121).
- Update Snap and ESLint dependencies (#117).
- Bump @metamask/rpc-methods from 0.38.1-flask.1 to 2.0.0 (#120).
0.2.5
Changed
- Remove
buildHandlersChain
(#114)
- Update doc for
eth_signTransaction
(#111)
- Remove un-versioned
eth_signTypedData
method (#113)
0.2.4
Changed
- Fix linting and compatibility with older
tsc
(#108).
0.2.3
Added
- Add redirection message to snap async response (#102)
Changed
- Use
Omit
instead of OmitUnion
(#106)
- Update
KeyringResponse
comment (#103)
- Use
KeyringRpcMethod
enum instead of string (#105)
- Refactor tests to match superstruct examples (#104)
- Add
exactOptional()
superstruct type (#100)
- Bump @metamask/providers from 11.1.2 to 12.0.0 (#99)
- Bump @metamask/providers from 11.1.1 to 11.1.2 (#98)
0.2.2
Added
- Add architecture and EVM methods docs (#86)
- Add
lastSelected
and lastActive
to metadata (#92)
Changed
- Make request
params
optional (#96)
- Remove
lastActive
field from internal account model (#95)
- Move request ID to outer request (#94)
0.2.1
Changed
- Set
snap
object keys to be mandatory and move name
to metadata
(#87)