Bump webclient pointers: LP band Move + chain-spanning positions tables - #213
Merged
Conversation
… tables revnet-money b373fcd, juicebox-money 4ca78a5, juicescan 4974d0e: every client's LP positions view is one chain-spanning table with the same hierarchy, each position gains a one-transaction band Move (burn + re-mint inside a single modifyLiquidities unlock, funded by the burn credit), and the You tables' LP cells drop their fees subtext. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
…st view revnet-money 57d77ad: min-w-0 contains the spanning table inside the dialog, the LP cell opens a positions-first Your liquidity dialog, and the Market liquidity dialog is add-only again. juicebox-money b398df8: the Your liquidity modal widens to max-w-4xl so the table fits unscrolled. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
revnet-money a786dbe: no-wrap amount cells, move/remove panels portal below the scroll wrapper, positions dialog at max-w-2xl, plain-language review copy, wallet address in the subtitle. juicebox-money 6206c8e and juicescan 642cbe9: matching copy clarifications. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
…d plans revnet-money: subtitle trim, one-click move into the transaction confirm (with this move's numbers in its copy), decoded V4 unlockData steps in the review dialog, instant move-panel open, no redundant cross-link. juicebox-money: subtitle trim, move editor portaled below the scroll wrapper, decoded V4 unlockData steps in the review dialog. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
…ht-sizing Both clients render the decoded V4 unlockData as a structured step array in the same JSON grammar as their other pretty args (Pay parity). jbm's liquidity modal returns to max-w-2xl and its move-editor inputs get the real input-well classes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
…hell Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
All three clients decode hook metadata, sucker claims, Safe inner calls and initializers, permission grants, and split groups in their confirm surfaces — strict round-trip decodes with honest ambiguity reporting and raw-view fallbacks. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01StaX5xPJsZmQQqAJb7dn1r
…uicescan) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01StaX5xPJsZmQQqAJb7dn1r
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01StaX5xPJsZmQQqAJb7dn1r
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.
Bumps revnet-money (b373fcd), juicebox-money (4ca78a5), and juicescan (4974d0e).
modifyLiquiditiesunlock (BURN_POSITION + MINT_POSITION + CLOSE ×2), so the burn's credit funds the mint — no Permit2 approvals, no msg.value, whole tx reverts if any leg falls short. Mint sized from 99% of freshly re-read holdings; 95% burn floors kept.Gates: revnet-money 873 tests + next build; juicebox-money 894 tests + next build; juicescan 1073 tests + bundle — all green.
🤖 Generated with Claude Code
https://claude.ai/code/session_01NZg2g9zapx6GHYrHqpviFS