Skip to content

feat(tempo): add virtual address actions (TIP-1022)#4532

Merged
jxom merged 14 commits intomainfrom
feat/virtual-address-actions
Apr 21, 2026
Merged

feat(tempo): add virtual address actions (TIP-1022)#4532
jxom merged 14 commits intomainfrom
feat/virtual-address-actions

Conversation

@jxom
Copy link
Copy Markdown
Member

@jxom jxom commented Apr 21, 2026

Adds virtualAddress actions for the Address Registry precompile (TIP-1022).

Actions

  • virtualAddress.getMasterAddress({ masterId }) — lookup registered master by masterId
  • virtualAddress.resolve({ address }) — resolve any address to its effective recipient (non-virtual returns as-is, virtual returns master or null)
  • virtualAddress.registerMaster({ salt }) / registerMasterSync — register as a virtual master with a PoW salt

Other changes

  • Re-exports VirtualAddress and VirtualMaster from ox/tempo
  • Bumps ox to 0.14.18
  • Adds addressRegistry to Addresses.ts
  • Adds docs and sidebar entries

Adds virtualAddress actions for the Address Registry precompile:
- getMasterAddress: lookup registered master by masterId
- resolve: resolve any address to its effective recipient
- registerMaster/registerMasterSync: register as a virtual master

Also re-exports VirtualAddress and VirtualMaster from ox/tempo,
bumps ox to 0.14.18, and adds docs.

Amp-Thread-ID: https://ampcode.com/threads/T-019dadc1-2b94-74b1-bf21-fb6134a5811a
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 21, 2026

🦋 Changeset detected

Latest commit: 0ce99a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
viem Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

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

Project Deployment Actions Updated (UTC)
viem Ready Ready Preview, Comment Apr 21, 2026 7:33pm

Request Review

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 21, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedviem@​2.47.6 ⏵ 2.48.198 +1100100 +198 +1100

View full report

@jxom jxom merged commit cb3206e into main Apr 21, 2026
29 of 34 checks passed
@jxom jxom deleted the feat/virtual-address-actions branch April 21, 2026 19:32
@github-actions github-actions Bot mentioned this pull request Apr 21, 2026
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