-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Remove eth-keyring-controller from DecryptMessageController #20808
Remove eth-keyring-controller from DecryptMessageController #20808
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. |
8ef55f4
to
b8f95a5
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #20808 +/- ##
===========================================
+ Coverage 68.25% 68.26% +0.02%
===========================================
Files 1002 1002
Lines 40130 40137 +7
Branches 10730 10743 +13
===========================================
+ Hits 27387 27398 +11
+ Misses 12743 12739 -4
☔ View full report in Codecov by Sentry. |
Builds ready [b8f95a5]
Page Load Metrics (1755 ± 70 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
b8f95a5
to
740d398
Compare
Builds ready [740d398]
Page Load Metrics (1568 ± 41 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
740d398
to
8b201dd
Compare
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.
LGTM!
a31c0d8
to
630744c
Compare
Builds ready [630744c]
Page Load Metrics (1462 ± 30 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
LGTM!
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.
LGTM!
Explanation
This PR removes the
keyringController
constructor options property, as theKeyringController
's method can now be invoked through the messaging system.@metamask/eth-keyring-controller
fromDecryptMessageController
#20724@metamask/eth-keyring-controller
interactions #20510Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.