api-specs
api-specs copied to clipboard
At the moment, the document is using local refs to a schema that doesnt exist until you bundle it. This ticket is to make the document more easy to work...
Follow-up to https://github.com/MetaMask/eth-json-rpc-middleware/pull/198#issuecomment-1438947809 -- added API spec. Here's a preview on [Open RPC](https://playground.open-rpc.org/):
Dapps may want to have the following MetaMask preferences accessible via API: - identicon type (jazzicon vs blockie) - dark mode preference - metrics opt-in This would allow dapps to...
As a convience, a dapp may want to allow their users easy (e.g. single click) revocation of permissions that have been granted to themselves. We can expose an API that...
Create a new rpc API endpoint to get current language Mirko's notes: - Implementation should live inside Lib/rpc-method-middleware - Look for other methods implementation (e.g. `addCustomChain`) - Look into `createMethodMiddleware`...
I added a simple permission for `wallet_getLanguage`. I wasn't sure how detailed and specific we should make this permission but I see a possible improvement: converting `LanguageResult` to a enum-like...
IFF we choose to start using the /specifications repository as a shared cross-platform place to coordinate product strategy (as proposed in https://github.com/MetaMask/specifications/pull/3 ) then it could make sense to move...
Fixes #169 + some edits to help someone come in at level 0 (as per me!)