ffmcgee
ffmcgee
Is it possible to query the pending / unclaimed rewards for a validator ? I would like to know, if possible, how we get pending rewards value shown in the...
- Add apy vision as partner
refactor: combine AccountsController listMultichainAccounts and listAccounts usage where appropriate
## **Description** In [app/core/Permissions/index.ts](https://github.com/MetaMask/metamask-mobile/blob/main/app/core/Permissions/index.ts), we have some utility functions which are looking to reduce repeated code on, such as [getPermittedCaipAccountIdsByHostname](https://github.com/MetaMask/metamask-mobile/blob/caff249ea28e6d64a3c3d86e1caba40ab8d121bb/app/core/Permissions/index.ts#L200) and [getPermittedEvmAddressesByHostname](https://github.com/MetaMask/metamask-mobile/blob/caff249ea28e6d64a3c3d86e1caba40ab8d121bb/app/core/Permissions/index.ts#L230), which share very similar structure: - Both take...
Per our CASA discussion, we want to modify UI/UX behavior to include existing permissions in the pre-selected defaults we show to a user in iterative wallet_createSession calls. So we suggest...
Defining extension id as a valid target type for wallet data.
This PR suggests an update to the CAIP-285 specification, to introduce the new parameter to the `wallet_revokeSession` function, allowing for partial session revokes.