mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
eeee8852cd
`eth_getProof` is an unpermissioned, read-only RPC method for getting account-related Merkle proofs, specified here: https://eips.ethereum.org/EIPS/eip-1186 It's been supported by major Ethereum clients, and Infura, for some time. By adding it to the safe methods list, we enable this method for our users. |
||
---|---|---|
.. | ||
enums.js | ||
index.js | ||
permissionsLog.js | ||
permissionsMethodMiddleware.js | ||
restrictedMethods.js |