-
Notifications
You must be signed in to change notification settings - Fork 257
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
wallet migration broken when accounts table includes a UFVK that lacks a Transparent key #1531
Comments
This is fixed by #1524 |
Are there any changes in this commit or any other changes since the last release that would make it inadvisable for me to merge your branch in directly rather than waiting for another official release? |
I don't expect any other changes to be needed here.
…On Sat, Sep 7, 2024 at 8:06 AM Andrew Arnott ***@***.***> wrote:
Are there any changes in this commit or any other changes since the last
release that would make it inadvisable for me to merge your branch in
directly rather than waiting for another official release?
—
Reply to this email directly, view it on GitHub
<#1531 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAGXR2YSRK562T2CLR6VRLZVMB5HAVCNFSM6AAAAABN2BMAPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGE4TONZUHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
AArnott
added a commit
to nerdcash/librustzcash
that referenced
this issue
Sep 7, 2024
AArnott
added a commit
to nerdcash/Nerdbank.Cryptocurrencies
that referenced
this issue
Sep 7, 2024
#1524 is merged |
AArnott
added a commit
to nerdcash/Nerdbank.Cryptocurrencies
that referenced
this issue
Oct 20, 2024
- Update .vsconfig from github fork - Patch job for zcash/librustzcash#1531
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading eZcash to consume zcash_client_sqlite-0.11.1, I found that wallet migrations lead to an error, crashing the app.
This is blocking an eZcash release that adds support for TEX addresses
Specifically, when the accounts table includes an account defined by only a UFVK without a Transparent key, the ephemeral_addresses.rs migration fails:
librustzcash/zcash_client_sqlite/src/wallet/transparent/ephemeral.rs
Lines 133 to 137 in cdf993d
The
ok_or
function returns an error, that ultimately is rendered as this message:The callstack at this point is:
The text was updated successfully, but these errors were encountered: