1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
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
..
account-import-strategies Use strict assertion mode everywhere () 2021-05-07 17:08:24 -02:30
constants Add support for fiat on-ramp via Transak () 2021-06-25 08:10:24 -05:00
controllers Fix isMainnet propType error () 2021-12-02 14:46:46 -03:30
lib Revert "Feat/collectibles display ()" () 2021-12-01 17:46:26 -06:00
migrations Revert "Feat/collectibles display ()" () 2021-12-01 17:46:26 -06:00
platforms Introduce QR based signer into MetaMask () 2021-11-23 13:58:39 -03:30
background.js Fix isMainnet propType error () 2021-12-02 14:46:46 -03:30
contentscript.js @metamask/post-message-stream@4.0.0 () 2021-05-05 16:07:48 -07:00
disable-console.js @metamask/eslint config@5.0.0 () 2021-02-04 10:15:23 -08:00
first-time-state.js Ensure one and only one localhost option appears in network list () 2021-11-22 12:54:42 -03:30
inpage.js @metamask/providers@8.1.1 () 2021-05-12 19:51:14 -07:00
lockdown-more.js Update build system lockdown parameter () 2021-11-01 22:13:22 -10:00
lockdown-run.js lockdown - breakout making globalThis properties non-writable () 2021-10-01 08:53:12 -10:00
metamask-controller.js Revert "Feat/collectibles display ()" () 2021-12-01 17:46:26 -06:00
metamask-controller.test.js Add support for eip-1559 on Trezor () 2021-11-30 10:58:28 -03:30
phishing-detect.js Autofilling new issue link with url and domain (Phishing detect page) () 2021-09-03 11:22:28 -07:00
sentry-install.js Build - refactor for bundle factoring and swappable runtime () 2021-07-15 10:59:34 -07:00
ui.js bump @metamask/controllers to v15.0.2 and remove AbortController workaround in e2e tests () 2021-09-03 09:34:21 -05:00