Skip to content

fix(b20): share activity history with the account demo - #94

Open
danyalprout wants to merge 1 commit into
mainfrom
danyal/share-activity
Open

fix(b20): share activity history with the account demo#94
danyalprout wants to merge 1 commit into
mainfrom
danyal/share-activity

Conversation

@danyalprout

@danyalprout danyalprout commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

The Tokens (b20) demo and the Accounts demo already share local EIP-8130 accounts via the same localStorage-backed useAccountEngine, but b20 kept its own session-local, non-persisted activity list instead of using the engine's shared activity log.

B20 kept its own session-local, non-persisted activity list and never
logged into the shared account engine's activity log, so token demo
transactions never showed up in the account demo's history (and vice
versa) even though both demos already share the same local accounts
via localStorage. Route B20 sends through engine.pushActivity and
render the shared ActivityLog component so both demos show one
consistent, persisted trail.

Co-Authored-By: Claude <noreply@anthropic.com>
@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
omni-ui Ready Ready Preview Aug 25, 2026 9:19pm

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.

2 participants