1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/app/scripts
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
..
account-import-strategies Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00
controllers Add eth_getProof to safe methods (#10070) 2020-12-14 15:21:15 -08:00
lib Add web3 shim usage notification (#10039) 2020-12-10 15:40:29 -08:00
migrations Migration to remove legacy local storage keys from localStorage (#9986) 2020-12-03 20:25:23 -03:30
platforms expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
background.js Add approval controller (#9401) 2020-12-14 08:04:26 -08:00
chromereload.js
contentscript.js Disable console in contentscript (#10040) 2020-12-14 11:17:13 -08:00
disable-console.js Disable console in contentscript (#10040) 2020-12-14 11:17:13 -08:00
first-time-state.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
initSentry.js Add SES lockdown to extension webapp (#9729) 2020-11-24 11:26:43 +08:00
inpage.js @metamask/inpage-provider@^8.0.0 (#8640) 2020-12-08 11:48:47 -08:00
metamask-controller.js Add approval controller (#9401) 2020-12-14 08:04:26 -08:00
phishing-detect.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
runLockdown.js Fix contentscript injection failure on Firefox 56 (#10034) 2020-12-10 14:03:04 -03:30
ui.js Add SES lockdown to extension webapp (#9729) 2020-11-24 11:26:43 +08:00