mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
b43900f743
* Update message manager and signature controller The packages `@metamask/message-manager` and `@metamask/signature-controller` have been updated to the latest versions. These versions were part of part of the [core monorepo v53](MetaMask/core#1385) release. The remaining packages released as part of v53 will be updated in later PRs. These releases included a few breaking changes, but none that affect the extension. Both packages now expect `getCurrentChainId` to return `Hex`, but that was already the case here. Additionally the signature controller now has a peer dependency on the approval controller v3, which is already present and at the correct version. Relates to #19271 * Ignore error caused by TS bug * Update types to omit metadata for encryption requests * Update lavamoat policy |
||
---|---|---|
.. | ||
ens | ||
network | ||
permissions | ||
transactions | ||
alert.js | ||
app-state.js | ||
app-state.test.js | ||
backup.js | ||
backup.test.js | ||
cached-balances.js | ||
cached-balances.test.js | ||
decrypt-message.test.ts | ||
decrypt-message.ts | ||
detect-tokens.js | ||
detect-tokens.test.js | ||
encryption-public-key.test.ts | ||
encryption-public-key.ts | ||
incoming-transactions.js | ||
incoming-transactions.test.js | ||
metametrics.js | ||
metametrics.test.js | ||
mmi-controller.js | ||
mmi-controller.test.js | ||
onboarding.js | ||
preferences.js | ||
preferences.test.js | ||
swaps.js | ||
swaps.test.js |