1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey 929a1a0d52
Update eth-json-rpc-infura (#15845)
* Update `eth-json-rpc-infura`

The package `eth-json-rpc-infura@5` has been updated to
`@metamask/eth-json-rpc-infura@7`. This update includes TypeScript
support, and it drops support for older node.js versions. The exports
have also been changed from default to named exports.

See here for a full list of changes: https://github.com/MetaMask/eth-json-rpc-infura/blob/main/CHANGELOG.md#700

* Fix LavaMoat policy issue

The `web3` package used by `@metamask/controllers` unintentionally
overwrites the `XMLHttpRequest` global, which breaks things. This was
fixed by revoking `web3`'s write access to that global using a policy
override.

Previously this policy override was applied to `web3`, but for some
unknown reason, this update caused that override to no longer apply.
2022-09-15 14:41:18 -02:30
..
ens Support for ENS wildcard and offchain resolution (#14675) 2022-07-12 09:30:31 -05:00
network Update eth-json-rpc-infura (#15845) 2022-09-15 14:41:18 -02:30
permissions Making addPermittedAccount and removePermittedAccount methods idempotent (#15709) 2022-09-07 01:17:48 +05:30
transactions migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
alert.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
app-state.js Add entry point for metalabs dapp into metamask home page (#15407) 2022-09-13 08:41:58 -05:00
backup.js 3box Replacement (#15243) 2022-08-09 19:36:32 +01:00
backup.test.js 3box Replacement (#15243) 2022-08-09 19:36:32 +01:00
cached-balances.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
cached-balances.test.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
detect-tokens.js Displaying the aggregators from tokenList in Detected token popover (#15835) 2022-09-15 12:53:18 -02:30
detect-tokens.test.js Displaying the aggregators from tokenList in Detected token popover (#15835) 2022-09-15 12:53:18 -02:30
incoming-transactions.js Adding Sepolia as a default test network (#15787) 2022-09-14 13:26:45 -05:00
incoming-transactions.test.js Adding Sepolia as a default test network (#15787) 2022-09-14 13:26:45 -05:00
metametrics.js Replaced use of pubnub for uuid method in app/ directory (#15712) 2022-09-06 09:13:04 -05:00
metametrics.test.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
onboarding.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
preferences.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
preferences.test.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
swaps.js update prettier (#15360) 2022-07-31 13:26:40 -05:00
swaps.test.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
threebox.js update prettier (#15360) 2022-07-31 13:26:40 -05:00