mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
4c62bc445e
All controllers from the core monorepo have been updated to be equal to or greater than the versions included in the v42 core release. This release included a breaking change to all controllers because the package `isomorphic-fetch` was removed. That package was used to ensure that a `fetch` polyfill was present, so that the controllers could be used in a non-browser context. This breaking change does not affect the extension because we already install a `fetch` polyfill in our unit test environment, and in a real build the real `fetch` API is present. The gas fee controller had an additional breaking change: the EIP 1559 API endpoint is now a required argument. This does not affect the extension because this argument was already being set. |
||
---|---|---|
.. | ||
policy.json |