-
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
Decouple MetaMetricsController
from TxController
#21330
Merged
OGPoyraz
merged 18 commits into
develop
from
1053-replace-metrics-logic-in-extension-transaction-controller-with-client-event-listeners-2
Oct 19, 2023
Merged
Decouple MetaMetricsController
from TxController
#21330
OGPoyraz
merged 18 commits into
develop
from
1053-replace-metrics-logic-in-extension-transaction-controller-with-client-event-listeners-2
Oct 19, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OGPoyraz
added
the
team-confirmations-system
DEPRECATED: please use "team-confirmations" label instead
label
Oct 11, 2023
14 tasks
OGPoyraz
changed the title
Decouple
[WIP] Decouple Oct 11, 2023
MetaMetricsController
from TxController
MetaMetricsController
from TxController
Builds ready [367c52d]
Page Load Metrics (1164 ± 375 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #21330 +/- ##
========================================
Coverage 68.54% 68.55%
========================================
Files 1030 1031 +1
Lines 41037 41136 +99
Branches 10968 10980 +12
========================================
+ Hits 28128 28197 +69
- Misses 12909 12939 +30
☔ View full report in Codecov by Sentry. |
OGPoyraz
changed the title
[WIP] Decouple
Decouple Oct 12, 2023
MetaMetricsController
from TxController
MetaMetricsController
from TxController
OGPoyraz
commented
Oct 12, 2023
OGPoyraz
commented
Oct 12, 2023
Builds ready [32dffcb]
Page Load Metrics (1160 ± 373 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
OGPoyraz
commented
Oct 13, 2023
OGPoyraz
force-pushed
the
1053-replace-metrics-logic-in-extension-transaction-controller-with-client-event-listeners-2
branch
3 times, most recently
from
October 16, 2023 10:07
4e4e7d4
to
274f6c3
Compare
Builds ready [c5cdb26]
Page Load Metrics (1036 ± 411 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
This was referenced Oct 18, 2023
… instead bind context as arg
OGPoyraz
force-pushed
the
1053-replace-metrics-logic-in-extension-transaction-controller-with-client-event-listeners-2
branch
2 times, most recently
from
October 18, 2023 21:49
4e3b65f
to
e2199d4
Compare
OGPoyraz
force-pushed
the
1053-replace-metrics-logic-in-extension-transaction-controller-with-client-event-listeners-2
branch
from
October 18, 2023 22:01
e2199d4
to
4d25595
Compare
Builds ready [4d25595]
Page Load Metrics (818 ± 378 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
matthewwalsh0
approved these changes
Oct 19, 2023
vinistevam
approved these changes
Oct 19, 2023
OGPoyraz
deleted the
1053-replace-metrics-logic-in-extension-transaction-controller-with-client-event-listeners-2
branch
October 19, 2023 10:47
metamaskbot
added
the
release-11.5.0
Issue or pull request that will be included in release 11.5.0
label
Oct 19, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
release-11.5.0
Issue or pull request that will be included in release 11.5.0
team-confirmations-system
DEPRECATED: please use "team-confirmations" label instead
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
With ongoing effort of
TransactionController
alignment between mobile and extension, this PR aims to decoupleMetaMetricsController
functions fromTransactionController
and targets to makeMetaMetrics
event triggers client specific.Manual testing steps
No functional changes.
Related issues
Fixes https://github.com/MetaMask/MetaMask-planning/issues/1053
Pre-merge author checklist
Pre-merge reviewer checklist