1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/lavamoat/browserify
Mark Stacey 4c62bc445e
Update controllers to include core v42 release (#18464)
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.
2023-04-12 11:02:14 -02:30
..
beta Update controllers to include core v42 release (#18464) 2023-04-12 11:02:14 -02:30
desktop Update controllers to include core v42 release (#18464) 2023-04-12 11:02:14 -02:30
flask Update controllers to include core v42 release (#18464) 2023-04-12 11:02:14 -02:30
main Update controllers to include core v42 release (#18464) 2023-04-12 11:02:14 -02:30
policy-override.json Add error module for safely handling errors (#17511) 2023-02-02 13:30:57 -06:00