-
Notifications
You must be signed in to change notification settings - Fork 639
Update snap_getPreferences
#3093
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3093 +/- ##
=======================================
Coverage 94.88% 94.88%
=======================================
Files 506 506
Lines 11121 11121
Branches 1709 1709
=======================================
Hits 10552 10552
Misses 569 569 ☔ View full report in Codecov by Sentry. |
GuillaumeRx
left a comment
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.
This PR doesn't update snap-simulation, can we update it ?
Yes please, we can just return true for all the new flags tbh |
Done |
| secretRecoveryPhrase = DEFAULT_SRP, | ||
| state = null, | ||
| unencryptedState = null, | ||
| useSecurityAlerts = true, |
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.
Now is the time I really wished we put these options somewhere else @Mrtenz 😅
FrederikBolding
left a comment
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.
Tests failing due to snapshots being outdated, otherwise lgtm
Updating
snap_getPreferencesreturn type to include additional properties.Closes #3076