1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey 7226357422
Fix isMainnet propType error ()
A propType error was showing up during e2e tests with a `testDev`
build. It was caused by `process.env.IN_TEST` being treated as a
boolean, when in fact it is either the string `'true'` or a boolean.

`IN_TEST` has been updated to always be a boolean. `loose-envify` has
no trouble injecting boolean values, so there's no reason to treat this
as a string.
2021-12-02 14:46:46 -03:30
..
ens
network Fix isMainnet propType error () 2021-12-02 14:46:46 -03:30
permissions Add eth_feeHistory to safe method list () 2021-09-02 10:26:32 -07:00
transactions EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs () 2021-11-29 23:10:48 +05:30
alert.js
app-state.js Add support for eip-1559 on Trezor () 2021-11-30 10:58:28 -03:30
cached-balances.js
cached-balances.test.js
detect-tokens.js Turning OFF token detection for test nets () 2021-09-29 14:53:56 -04:00
detect-tokens.test.js Turning OFF token detection for test nets () 2021-09-29 14:53:56 -04:00
incoming-transactions.js add maxPriorityFeePerGas and maxFeePerGas to incoming controller () 2021-06-24 14:52:14 -05:00
incoming-transactions.test.js add maxPriorityFeePerGas and maxFeePerGas to incoming controller () 2021-06-24 14:52:14 -05:00
metametrics.js Ensure that metametrics error related to anonymousId is not sent to sentry () 2021-11-19 14:07:50 -03:30
metametrics.test.js metametrics - ensure segment submission failures do not bubble up () 2021-11-10 17:27:04 -10:00
onboarding.js Migrate completedOnboarding and firstTimeFlowType state into onboardingController () 2021-10-15 13:52:52 -05:00
preferences.js Revert "Feat/collectibles display ()" () 2021-12-01 17:46:26 -06:00
preferences.test.js add openSeaEnabled preference () 2021-11-30 22:12:27 -06:00
swaps.js Send all swaps requests to api2, remove useNewSwapsApi boolean () 2021-11-30 19:56:28 +01:00
swaps.test.js Send all swaps requests to api2, remove useNewSwapsApi boolean () 2021-11-30 19:56:28 +01:00
threebox.js eth-json-rpc-middleware@8.0.0 () 2021-11-11 12:26:49 -08:00