1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 23:58:06 +01:00
metamask-extension/app/scripts/controllers
Erik Marks eeee8852cd
Add eth_getProof to safe methods (#10070)
`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.
2020-12-14 15:21:15 -08:00
..
ens
network Initialize network controller provider chainId to the appropriate default networks (#9999) 2020-12-07 11:40:42 -08:00
permissions Add eth_getProof to safe methods (#10070) 2020-12-14 15:21:15 -08:00
transactions
alert.js Add web3 shim usage notification (#10039) 2020-12-10 15:40:29 -08:00
app-state.js
cached-balances.js
detect-tokens.js Add hidden tokens to store (#9320) 2020-12-08 12:38:00 -08:00
incoming-transactions.js Use Boolean for filters (#10066) 2020-12-14 11:03:59 -06:00
metametrics.js
onboarding.js
preferences.js Add hidden tokens to store (#9320) 2020-12-08 12:38:00 -08:00
swaps.js
threebox.js
token-rates.js