Skip to content

Fixes for Release v2.11.0 - #3669

Open
tom2drum wants to merge 2 commits into
mainfrom
release/v2.11.0
Open

Fixes for Release v2.11.0#3669
tom2drum wants to merge 2 commits into
mainfrom
release/v2.11.0

Conversation

@tom2drum

@tom2drum tom2drum commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

tom2drum and others added 2 commits August 26, 2026 18:04
useWalletClient was pinned to the parent chain and stayed undefined after switchChain; send the claim through useWriteContract so the client is resolved at mutation time.

Co-authored-by: Cursor <cursoragent@cursor.com>
…lds (#3664)

* Add spec for tx details "to" & "value" UI/UX changes (#3661)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Restyle token-transfer "View all" link on tx details

Remove the leading navigation/tokens icon before the "View all" link in
the token-transfer detail rows and apply the secondary link style. The
overflow show-condition and Token-transfers-tab target are unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Surface batch recipients in tx details "To" and "Value"

For an Eden sponsored (batch) transaction with more than one unique
recipient, the "To" field now lists the distinct recipients (first row
rich, rows 2+ bare address, capped at 5 with a "View all (N)" link) and
the "Value" field appends a "to N recipients" link. Recipients are
de-duplicated by address; both links expand the Details section.

Extract the "To" field into TxDetailsTo, derive the breakdown in a
shared getBatchRecipients helper, and add an endContent slot to
DetailedInfoNativeCoinValue for the "Value" link.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Prune task working files for tx details to/value task

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Fix batch-recipient counting and rendering in tx details "To"

Exclude contract-creation calls (null `to`) from the unique-recipient
count so "N recipients" / "View all (N)" reflect addresses only (FR-6),
and render the recipient list by matching the top-level `to` by hash
instead of assuming it is the first call — keeping the shown rows a
subset of the counted recipients in every case.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant