Mesa preflight: post-hard-fork banner and bump to 4.0.0-preflight-3f038cb#1193
Merged
Mesa preflight: post-hard-fork banner and bump to 4.0.0-preflight-3f038cb#1193
Conversation
The Mesa preflight network hard-forked at 2026-04-27 14:00 UTC. The post-fork chain runs the Mesa release 4.0.0-preflight-3f038cb, which raises the transaction protocol version to 5.0.0 — a breaking wire-format change that retires every pre-fork build, including the stop-slot release 4.0.0-preflight-stop-2967b39. Update the network-upgrades index, preflight-network, and archive-upgrade pages to reflect the post-fork state: warning banners now describe the hard fork as completed rather than upcoming, the preflight build matrix is rewritten around 4.0.0-preflight-3f038cb (with prior builds demoted to a historical list), and every Docker tag, Debian package pin, and inline command is bumped accordingly. Also regenerate static/llms-full.txt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…bility The Mesa preflight hard fork occurred at 13:00 UTC, not 14:00 UTC. Correct every timestamp on the network-upgrades index, preflight-network, and archive-upgrade pages. Also document the matching SDK release: zkApp developers must use o1js@3.0.0-mesa.698ca, the first o1js version that targets transaction protocol v5.0.0. Earlier o1js releases produce transactions that the post-fork chain will reject. Add this guidance to the post-fork banners on the index and preflight-network pages, and list o1js@3.0.0-mesa.698ca alongside the daemon build matrix on preflight-network. Regenerate static/llms-full.txt to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
|
Rosetta recently succeeded, then approving,. |
SanabriaRusso
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
4.0.0-preflight-3f038cb, which raises the transaction protocol version to 5.0.0 — a breaking wire-format change that retires every pre-fork build.network-upgrades/index.mdx,mesa/preflight-network.mdx, andmesa/archive-upgrade.mdxto describe the hard fork as completed (rather than upcoming) and to call out the protocol version bump.4.0.0-preflight-3f038cbto the current preflight build across every Docker tag, Debian package pin, and inline command. Demotes4.0.0-preflight-stop-2967b39(stop-slot) and4.0.0-preflight1-b649c79(original) to a historical-only list with an explicit incompatibility note.static/llms-full.txtto keep thecheck-llms-txtCI check green.This PR simulates a real hard-fork rollout for the preflight network so the docs reflect the post-fork operator path end-to-end.
Test plan
validate-docker-imagespasses (the new4.0.0-preflight-3f038cbtags must be reachable on the registry, otherwise the validator will need an angle-bracket placeholder pass).check-llms-txtpasses against the regeneratedstatic/llms-full.txt./network-upgrades,/network-upgrades/mesa/preflight-network, and/network-upgrades/mesa/archive-upgrade, and that the build matrix on the preflight page reads correctly.🤖 Generated with Claude Code