-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: Enable key caching of keyring controller #13675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
|
Can we change the type that |
… controller once it have that type implementation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13675 +/- ##
==========================================
+ Coverage 62.91% 63.21% +0.30%
==========================================
Files 2035 2075 +40
Lines 44539 45102 +563
Branches 6050 6199 +149
==========================================
+ Hits 28020 28513 +493
- Misses 14685 14710 +25
- Partials 1834 1879 +45 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I opened a PR on core to make ExportableKeyEncryptor
generic and remove those ts-expect-error
: MetaMask/core#5395
|
|
|
|
Description
This PR enables the caching of the key, feature provided by the keyring controller.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist