-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
feat(multi-srp): add number_of_hd_entropies metrics user trait #30392
base: main
Are you sure you want to change the base?
feat(multi-srp): add number_of_hd_entropies metrics user trait #30392
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. |
Builds ready [1269ed7]
Page Load Metrics (1738 ± 70 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
82fdb5a
to
fad21cd
Compare
Builds ready [fe06ffe]
Page Load Metrics (1750 ± 118 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [fe06ffe]
Page Load Metrics (1750 ± 118 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
fe06ffe
to
86e4ab4
Compare
Builds ready [86e4ab4]
Page Load Metrics (1600 ± 44 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
@@ -175,6 +176,7 @@ export type MetaMaskState = { | |||
}; | |||
}; | |||
///: END:ONLY_INCLUDE_IF | |||
keyrings: { type: string; accounts: string[] }[]; |
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.
Is the accounts
property used?
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.
Not in this PR, but accounts
are there, we're just adding something that was passed in the state anyway, but was not added to the type.
@@ -175,6 +176,7 @@ export type MetaMaskState = { | |||
}; | |||
}; | |||
///: END:ONLY_INCLUDE_IF | |||
keyrings: { type: string; accounts: string[] }[]; |
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.
Can keyring.type
by typed (KeyringType
) or is there a reason to use a string
here?
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.
It's just for consistency. It is defined as string
in the KeyringController
and ui store (TemporaryBackgroundState
).
Co-authored-by: Daniel Rocha <[email protected]>
Description
Adds
number_of_hd_entropies
to metametrics user traits.Related issues
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist