1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/lib/rpc-method-middleware/handlers
Erik Marks 4a9316317f
Remove web3 shim usage event (#20376)
Removes the `Website Accessed window.web3 Shim` event from the `metamask_logWeb3ShimUsage` RPC method implementation. The method itself displays an alert to the user if a website attempts to access the `window.web3` shim, which we replaced the original, functional `window.web3` object with after said object was removed. This seems potentially useful, because we still get 5-star reviews on [the legacy web3 extension](https://addons.mozilla.org/en-US/firefox/addon/metamask-legacy-web3/).

The associated metrics event, on the other hand, is useless. It is rife with false positives, and doesn't tell us anything that we can't learn from download data for the legacy web3 extension. It's time to get rid of it.
2023-08-23 22:42:00 -07:00
..
institutional [MMI] renames method for better understanding (#19622) 2023-06-15 23:33:28 +01:00
add-ethereum-chain.js fix(settings): fixed two IPFS gateway issues (#19700) 2023-08-22 22:13:13 -07:00
eth-accounts.js Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
get-provider-state.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
index.js [MMI] Added code fencing in libs folder (#17929) 2023-06-02 18:40:58 +02:00
log-web3-shim-usage.js Remove web3 shim usage event (#20376) 2023-08-23 22:42:00 -07:00
request-accounts.js Fixes an issue where metamask popup is not loading on eth_accounts (#13840) 2022-03-07 19:09:03 +04:00
send-metadata.js Choose accounts refactor (#13039) 2021-12-14 18:54:46 -05:00
switch-ethereum-chain.js Ensure chainId comparison in switchEthereumChain handler is case insensitive (#20149) 2023-07-24 16:34:51 -02:30
switch-ethereum-chain.test.js Ensure chainId comparison in switchEthereumChain handler is case insensitive (#20149) 2023-07-24 16:34:51 -02:30
watch-asset.js Add tokenId type validation in wallet_watchAsset middleware (#19738) 2023-06-26 09:12:13 -05:00
watch-asset.test.js Add tokenId type validation in wallet_watchAsset middleware (#19738) 2023-06-26 09:12:13 -05:00