Skip to content

[codex] Show token issue actions in account history#891

Draft
TheJudii wants to merge 1 commit into
masterfrom
codex/show-account-token-issues
Draft

[codex] Show token issue actions in account history#891
TheJudii wants to merge 1 commit into
masterfrom
codex/show-account-token-issues

Conversation

@TheJudii

Copy link
Copy Markdown
Collaborator

Summary

  • add an account-history API wrapper that merges the normal Hyperion account actions with related incoming transfers and token issue actions
  • discover token issue contracts from the viewed account's held token balances, then keep only issue actions where act.data.to matches that account
  • wire the account transactions table to the account-history wrapper and cover the bridge-style recipient case in the Hyperion API test

Root Cause

Bridge mints on Telos Zero appear as token-contract issue actions. The recipient account is present in action data, but it is not the action receiver/notified account, so the existing account-history query can miss those transactions.

Validation

  • yarn test test/jest/__tests__/api/hyperion.spec.ts --runInBand
  • yarn test --runInBand
  • yarn lint (passes; existing warnings remain in test/jest/__tests__/stores/account.spec.ts)
  • yarn build

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying open-block-explorer with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c21436
Status: ✅  Deploy successful!
Preview URL: https://a2b17c3e.open-block-explorer.pages.dev
Branch Preview URL: https://codex-show-account-token-iss.open-block-explorer.pages.dev

View logs

@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for obe-testnet ready!

Name Link
🔨 Latest commit 9c21436
🔍 Latest deploy log https://app.netlify.com/projects/obe-testnet/deploys/6a3bf6b6b411a70009f7d4ad
😎 Deploy Preview https://deploy-preview-891--obe-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for open-block-explorer ready!

Name Link
🔨 Latest commit 9c21436
🔍 Latest deploy log https://app.netlify.com/projects/open-block-explorer/deploys/6a3bf6b637f9b7000814467a
😎 Deploy Preview https://deploy-preview-891--open-block-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

2 participants