fix(abstract-utxo): pass Zcash recovery block height - #9683
Draft
ralph-bitgo[bot] wants to merge 1 commit into
Draft
fix(abstract-utxo): pass Zcash recovery block height#9683ralph-bitgo[bot] wants to merge 1 commit into
ralph-bitgo[bot] wants to merge 1 commit into
Conversation
Add blockHeight to public recovery parameters and thread it into the Zcash PSBT builder. Add coverage for the NU6.2 branch ID at the activation height. Non-BitGo ZEC recovery callers need an independent current height because the legacy fallback builds transactions with the stale NU6.1 branch ID. Ticket: SC-7552 Session-Id: c182a31e-f1d9-452c-8696-c45ca8abf89c Task-Id: f34a63ab-cb0f-45a1-9390-e1f127e4275a
ralph-bitgo
Bot
force-pushed
the
fix/sc-7552-zec-recovery-height
branch
from
September 8, 2026 18:44
2463e82 to
52e913c
Compare
Contributor
Contributor
|
|
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.
What
blockHeighttoRecoverParamsand the pre-derived recovery parameters.0x5437f330.Why
Non-BitGo ZEC recoveries omitted a current height and used the stale NU6.1 fallback, causing transactions to be rejected by NU6.2 nodes.
Verification
yarn workspace @bitgo/abstract-utxo buildBITGOJS_TEST_PASSWORD=test-password yarn workspace @bitgo/abstract-utxo unit-test --grep "uses the supplied post-NU6.2 block height"Ticket: SC-7552