Fixes for Release v2.11.0 - #3669
Open
tom2drum wants to merge 2 commits into
Open
Conversation
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>
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.
Description