feat(cutover): orchestrate cash wallet migration with client-aware presentation - #370
Merged
islandbitcoin merged 33 commits intoMay 25, 2026
Merged
Conversation
forge0x
force-pushed
the
tmp/bridge-rebase-pr-ready
branch
from
May 25, 2026 20:11
5f28872 to
2dc9197
Compare
forge0x
force-pushed
the
eng-345/cash-wallet-cutover-fixes
branch
from
May 25, 2026 20:12
64c709d to
29827ed
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.
Summary
X-Flash-Client-Capabilities: cash-wallet-usdt-v1see active USDT wallets.Manual verification
mequery after cutoverCOMPLETE: legacyUSDwallet returned withbalance: 1000for the $10 test account.mequery withX-Flash-Client-Capabilities: cash-wallet-usdt-v1:USDTwallet returned withbalance: 10000000.Test plan
origin/tmp/bridge-rebase-pr-readycompleted with no conflicts.PATH="$HOME/.nvm/versions/node/v20.20.0/bin:$PATH" yarn buildPATH="$HOME/.nvm/versions/node/v20.20.0/bin:$PATH" bash -lc '. ./.env && LOGLEVEL=warn ./node_modules/.bin/jest --config ./test/flash/unit/jest.config.js --bail --verbose test/flash/unit/app/cash-wallet-cutover test/flash/unit/graphql/cash-wallet-cutover.spec.ts test/flash/unit/graphql/wallet-balance-validation.spec.ts test/flash/unit/graphql/shared/types/object/usd-wallet.spec.ts --forceExit'git diff --checkKnown unrelated local failures
yarn test:unitstill fails in existing Bridge reconciliation tests.yarn tsc-checkstill fails on broader existing test type debt around Bridge specs/cutover fixtures.