MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
287 stars 183 forks source link

fix: remove boot cleanup on network switch #4753

Closed matthewwalsh0 closed 1 day ago

matthewwalsh0 commented 1 day ago

Explanation

Ensure boot cleanup only occurs when initialising the controller and not when the network is changed.

Boot cleanup involves clearing unapproved transactions and failing approved and signed transactions.

References

Fixes #27499

Changelog

@metamask/transaction-controller

Checklist