-
Notifications
You must be signed in to change notification settings - Fork 260
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
Distinguish seed relevance when no derived accounts are present #1287
Distinguish seed relevance when no derived accounts are present #1287
Conversation
860e286
to
03f072c
Compare
03f072c
to
adaa2b5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1287 +/- ##
==========================================
+ Coverage 63.46% 63.48% +0.02%
==========================================
Files 121 121
Lines 13890 13904 +14
==========================================
+ Hits 8815 8827 +12
- Misses 5075 5077 +2 ☔ 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.
utACK
adaa2b5
to
cbfc3b8
Compare
Force-pushed to address comments from review and a subsequent pairing. |
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.
utACK with nonblocking suggestions.
During wallet migration in particular, the absence of _any_ accounts is expected, and all seeds should be treated as relevant (because accounts cannot be added before a wallet is initialized).
cbfc3b8
to
3c1e82a
Compare
Force-pushed to address second review comments. |
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.
re-utACK
During wallet migration in particular, the absence of any accounts is expected, and all seeds should be treated as relevant (because accounts cannot be added before a wallet is initialized).