book: Document that z_setmigration is not implemented#470
Open
jackrieck wants to merge 1 commit into
Open
Conversation
Zallet does not support Sprout, so the automatic Sprout-to-Sapling fund migration configured by z_setmigration (and reported by z_getmigrationstatus) has no equivalent. Add z_setmigration to the omitted RPC methods table and explain that remaining Sprout funds must be migrated out before transitioning to Zallet. Co-Authored-By: Claude <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue
Closes #331
Motivation
A user migrating from
zcashdmay reach forz_setmigration(which controlledthe automatic Sprout-to-Sapling fund migration) and be confused when it is
absent from Zallet. There was no documentation explaining why it is gone or what
to do instead.
Solution
Zallet does not support Sprout, so there is no migration to configure and no
equivalent RPC is provided. This adds
z_setmigrationto the "Omitted RPCmethods" table in
book/src/zcashd/json_rpc.md(alongside the existingz_getmigrationstatusentry) and a short note explaining that any remainingSprout funds must be migrated out before transitioning to Zallet. The framing
mirrors the existing
migrate-warn-sprout-migrationmessage used byzallet migrate-zcash-conf.Test evidence
Documentation-only change (single Markdown file); no code paths affected.