Skip to content

fix(history): show bond transfers instead of unbond/rebond pair - #771

Open
rickstaa wants to merge 1 commit into
mainfrom
fix/history-transfer-bond
Open

fix(history): show bond transfers instead of unbond/rebond pair#771
rickstaa wants to merge 1 commit into
mainfrom
fix/history-transfer-bond

Conversation

@rickstaa

@rickstaa rickstaa commented Aug 22, 2026

Copy link
Copy Markdown
Member

A transferBond moves stake through an internal unbond/rebond pair. Both were rendered, so a transfer looked like an "Undelegated from 0x… / Redelegated with 0x…" pair with matching -/+ amounts, i.e. a delegation change. The receiving account saw no entry at all, because the transaction is sent by the sender.

Both events are now hidden for a transfer transaction and replaced by a single row:

  • Account history: "Transferred stake to 0x…" (-amount) for the sender, "Received stake from 0x…" (+amount) for the receiver. Incoming transfers come from a dedicated transferBondEvents list, paginated alongside rewards and ticket redemptions.
  • Home and transactions feed: the account column now shows the sender that submitted the transfer rather than the receiver, and the description reads "Transferred X LPT to 0x…" instead of "X LPT was transferred between 0x… and 0x…".

Only Unbond/Rebond sharing a transaction with a TransferBond are dropped, so a plain unbond is untouched. Verified against tx 0x3eee…8f91 and 0x6194…7acf on mainnet.

Closes #770

A transferBond moves stake through an internal unbond/rebond pair, which
rendered as an "Undelegated from"/"Redelegated with" pair and read as a
delegation change. The receiving account saw nothing at all, since the
transaction is sent by the sender.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CnnH7Cke6X9vk7PqsWtoeB
@rickstaa
rickstaa requested a review from ECWireless as a code owner August 22, 2026 07:05
@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
explorer-arbitrum-one Ready Ready Preview Aug 22, 2026 7:07am

Request Review

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.

Show transfer bond as a single event in account history

1 participant