mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This update comes with a breaking change to the Approval controller. It now requires a `defaultApprovalType` parameter. I don't think we have any use for a default approval type, but I've added a "NO_TYPE" one for now because it's a strict requirement. We should consider making this parameter optional in the future, for cases like this where it's not needed. This update will hopefully address some caching issues we've been seeing with our phishing configuration. See here for more details: https://github.com/MetaMask/controllers/pull/297 |
||
---|---|---|
.. | ||
helpers.js | ||
mocks.js | ||
permissions-controller-test.js | ||
permissions-log-controller-test.js | ||
permissions-middleware-test.js | ||
restricted-methods-test.js |