Releases: MetaMask/api-specs
Releases · MetaMask/api-specs
0.13.0
Changed
- Add
wallet_createSessionUnsupportedScopesExample
to the multichain spec, given a new error we throw in the wallet_createSession handler when all requested scopes are not supported (#300)
0.12.0
Changed
- BREAKING: Add empty sessionProperties values as expected return from wallet_createSession (#297)
- Bump minimum Node version to v18.20 (#294)
0.11.0
Removed
- BREAKING: Remove
wallet_swapAsset
(#289)
- This is not quite ready for primetime.
0.10.17
Changed
- modify ordering of methods in
sessionScopes
to satisfy strict API specs testing requirements (#287)
0.10.16
Changed
- Remove
sessionProperties
, switch requiredScopes
to optionalScopes
, and move methods to correct scopes in multichain spec examples (#285)
Fixed
- Fix spec for doc rendering (#282)
0.10.15
Uncategorized
- Fix wallet_createSessionUnsupportedScopesExample results value #281)
0.10.14
Uncategorized
- Update
wallet_createSession
examples (#279)
- Fix spec for doc rendering (Part 1) (#277)
- Add
wallet_swapAsset
(#201)
0.10.13
Uncategorized
- Add multichain tag (#275)
0.10.12
Uncategorized
- Added wallet_notify + remove everything sessionId related (#272)
- Added sessionChanged (#271)
- Added revokeSession + add description to getSession (#270)
- Added getSession (#269)
0.10.11
Uncategorized
- fix: update eth spec version to latest (#267)
- Update
README.md
(#251)