-
Notifications
You must be signed in to change notification settings - Fork 251
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
sent_notes table is not fully populated after a recovery from seed #936
Labels
A-wallet
Area: light wallet backend.
Comments
This issue is being deferred until after the SDK 2.0.0 release. It's safe to defer this issue because the process of "enhancing" the compact transaction data, which is standard in the mobile wallets, fills in the missing information in the |
daira
added a commit
to daira/librustzcash
that referenced
this issue
Sep 6, 2023
refs zcash#936 Signed-off-by: Daira Emma Hopwood <[email protected]>
Merged
daira
added a commit
to daira/librustzcash
that referenced
this issue
Sep 11, 2023
refs zcash#936 Signed-off-by: Daira Emma Hopwood <[email protected]>
daira
added a commit
to daira/librustzcash
that referenced
this issue
Sep 11, 2023
refs zcash#936 Signed-off-by: Daira Emma Hopwood <[email protected]>
daira
added a commit
to daira/librustzcash
that referenced
this issue
Sep 12, 2023
refs zcash#936 Signed-off-by: Daira Emma Hopwood <[email protected]>
daira
added a commit
to daira/librustzcash
that referenced
this issue
Sep 12, 2023
refs zcash#936 Signed-off-by: Daira Emma Hopwood <[email protected]>
daira
added a commit
to daira/librustzcash
that referenced
this issue
Sep 12, 2023
refs zcash#936 Signed-off-by: Daira Emma Hopwood <[email protected]>
This may be fixed by #1306 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is separated out of #899 since it is a better-understood issue, and can be reproduced by the test in #908.
When a wallet is recovered from seed and fully rescanned, the
sent_notes
table does not contain all of the notes that were in that table before the recovery.The text was updated successfully, but these errors were encountered: