fix(money): every terminal state a money row reaches now has a way out - #3
Merged
Conversation
CF-08 — verify the manual-sweep amount against the transaction it names. An overstated figure was trusted and the excess credited to the user. CF-06 — abandon must prove a withdrawal can never apply, not that it has not yet. CF-07 — a stuck sweep froze its deposit address and the documented remedy was a silent no-op. CF-24 — a build-failing pending withdrawal is marked stuck instead of retrying for ever and blocking the chain. CF-45 — the XRP mark rebase no longer collides the synthetic deposit txid. CF-25 — stop minting deposit addresses on a network the deployment does not run. CF-22 — deposit addresses and their ids are reachable by an operator, so the remedy the watcher logs can actually be followed. CF-23 — the sweeper and withdrawal worker report to Beacon. CF-44 — MAP.md no longer says ETH cannot be sent. 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.
Summary
Part of an estate-wide remediation of the 49-ticket defect register in
audit.md, sequenced by the phase plan inupgrade.md. Each ticket was resolved against its own Done when boxes, then handed to an independent reviewer told to assume it was not fixed and to walk the ticket's How it fails scenario through the new code.Verification
pnpm typecheckpasses across every workspace in this repo.What has NOT been verified
Stated plainly so review effort goes to the right places:
docker compose buildreturns exit 0 while cancelling every target, so a green build here would prove nothing anyway.partialorINCOMPLETE; where any of those touch this repo they are listed in the commit body rather than hidden.🤖 Generated with Claude Code