Skip to content

refactor(tempo): consolidate abi generation - #5037

Merged
jxom merged 11 commits into
mainfrom
jxom/tempo-abis-releases
Aug 22, 2026
Merged

refactor(tempo): consolidate abi generation#5037
jxom merged 11 commits into
mainfrom
jxom/tempo-abis-releases

Conversation

@jxom

@jxom jxom commented Aug 21, 2026

Copy link
Copy Markdown
Member

Consolidates Tempo, Earn, and Zone ABI generation into adapters that resolve current upstream commits. Regenerates ABIs, selectors, addresses, and test deploy artifacts while retaining the legacy nativeMultisig ABI until #5029 lands.

@changeset-bot

changeset-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 09e7a1f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
viem Ready Ready Preview Aug 22, 2026 4:54am

Request Review

@jxom
jxom marked this pull request as ready for review August 21, 2026 05:59
@pkg-pr-new

pkg-pr-new Bot commented Aug 21, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/viem@5037

commit: 09e7a1f

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cebf2c89a7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/tempo/Selectors.ts
@jxom jxom changed the title chore(tempo): sync abis from releases refactor(tempo): consolidate abi generation Aug 21, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ff1f355f66

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/generateTempoAbis.ts Outdated
Comment thread src/tempo/Abis.ts
claude added 3 commits August 22, 2026 04:07
The public Sepolia fallback RPC only retains state for the most recent
blocks, so any pinned fork block ages out of its retention window within
hours and anvil fails with 'historical state is not available'. Resolve
a fresh block (trailing the head slightly) when the instance starts
instead of pinning one.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WyZL1bqvK1CTsEB9ca21dj
`pnpm gen:tempo-abis` now regenerates from the source commits pinned in
the generated file headers so output is reproducible, and the new
`pnpm sync:tempo-abis` resolves the current upstream commits and
updates the pins.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WyZL1bqvK1CTsEB9ca21dj
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WyZL1bqvK1CTsEB9ca21dj

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9a05dba623

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/generateTempoAbis.ts Outdated
Drops the pinned-commit/sync split: `pnpm gen:tempo-abis` resolves the
current upstream commits directly, and the generated headers record
which commit produced each artifact (`tempoxyz/<repo>@<commit>`).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WyZL1bqvK1CTsEB9ca21dj
Regenerated via `gen:tempo-abis`: tempo and zones ABI content is
unchanged at their current heads, so only the recorded source commits
move (tempo d656ef5, zones 7e38642). Earn output is unchanged (source
unreachable from this environment).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WyZL1bqvK1CTsEB9ca21dj
@jxom
jxom merged commit 0912a29 into main Aug 22, 2026
41 checks passed
@jxom
jxom deleted the jxom/tempo-abis-releases branch August 22, 2026 05:12
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