-
Notifications
You must be signed in to change notification settings - Fork 33
Add migrate_zcashd_wallet command.
#152
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
79a3ad9
Update to zcash/librustzcash@10caf455e3f52744b5392af226a408b05721f70f
nuttycom 9d1d0ad
Include network information with database connections.
nuttycom d50ac7f
Add `migrate_zcashd_wallet` command.
nuttycom 0eac2d4
Skip coinbase transactions in transparent tree traversal.
nuttycom 11d48e8
rpc (z_sendmany): Allow spending of funds held by imported transparen…
nuttycom 908526c
migrate_zcashd_wallet: Decrypt and store wallet transactions as part …
nuttycom ffc5c37
trivial: Move errors to bottom of `migrate_zcashd_wallet`
nuttycom d348cc9
Apply suggestions from code review
nuttycom c013767
rpc (z_sendmany): Build transaction proposal synchronously.
nuttycom 0db5435
Use `zcash` forks of `zewif` crates & fix license exemptions.
nuttycom cb94bf3
Put zcashd import and transparent key import functionality behind fea…
nuttycom f53923b
Apply suggestions from code review
nuttycom e46fb92
Add required feature flags to tests, and update CI to test with all f…
str4d bb3e630
Run acceptance tests last to avoid non-determinism
nuttycom be4d76f
cli: Add progress updates to `zallet migrate-zcashd-wallet`
str4d File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Where is this commit from? I can't find it anywhere.
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.
The
zewifcommit is the tip of zcash/zewif#1.The
zewif-zcashdcommit does not correspond to either the tip of https://github.com/zcash/zewif-zcashd or any PR opened on it.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.
zcash/zewif#1 for
zewifhttps://github.com/zcash/zewif-zcashd/tree/fix/wallettx_sapling_parsing for
zewif-zcashd. It's on PR #1 from my fork; I've also now pushed it to thezcashorg repo.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 is not on zcash/zewif-zcashd#1 which is very confusing to me, because I do now see it on that branch.