fix(abstract-eth): preserve version zero for CCR signing - #9578
Draft
ralph-bitgo[bot] wants to merge 1 commit into
Draft
fix(abstract-eth): preserve version zero for CCR signing#9578ralph-bitgo[bot] wants to merge 1 commit into
ralph-bitgo[bot] wants to merge 1 commit into
Conversation
Pass wallet version zero from CCR build responses into the transaction builder. This allows self-serve signing for legacy version zero wallets, whose recovery requests currently lose the version because zero is falsy. Ticket: SPT-270 Session-Id: e7756c81-cf6f-4700-8037-6aa3f1482e1b Task-Id: d02d4750-f978-47bb-8037-8ba604d7ef62
Contributor
ralph-bitgo
Bot
force-pushed
the
SPT-270-ccr-wallet-version
branch
from
August 27, 2026 07:00
bdb2271 to
4b73b93
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
SPT-270-ccr-wallet-version
branch
from
August 27, 2026 07:00
4b73b93 to
c89ea9b
Compare
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
walletVersion: 0when signing EVM cross-chain recovery transactions.Why
SDK treats zero as absent, preventing self-serve signing of customer funds.
Test plan
nix develop . --command yarn workspace @bitgo/sdk-coin-ethlike unit-test --grep 'cross chain recovery'Ticket: SPT-270