ci: point ZKVM_REF at zesu-zkvm main - #109
Merged
Gabriel-Trintinalia merged 1 commit intoSep 4, 2026
Merged
Conversation
zesu-zkvm has moved to ZisK v1.1.0-alpha (zesu-zkvm#31) on top of the ZESU_REF bump (Consensys-Incorporated#33). The pin here still named the commit before both, so this job was checking zesu against a configuration zesu-zkvm no longer ships — an X-only text segment and the 1.1.0 heap layout instead of the 1.0.0-era script. The ZisK version is still derived from the pinned commit's own workflow, so this single line moves the emulator, the staticlib and the linker script together. Verified locally: zesu main links against b65d523 and reproduces the expected root for mainnet_fusaka_24758573. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Gabriel-Trintinalia
merged commit Sep 4, 2026
e406556
into
Consensys-Incorporated:main
10 checks passed
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.
Moves
ZKVM_REFfrom8339361to zesu-zkvm main (b65d523).zesu-zkvm has since moved to ZisK v1.1.0-alpha (zesu-zkvm#31) on top of the
ZESU_REFbump (#33). The pin here named the commit before both, so this job was checking zesu against a configuration zesu-zkvm no longer ships — the 1.0.0-era linker script with an RWX text segment and the old heap layout, rather than the X-only 1.1.0 one.The ZisK version is still derived from the pinned commit's own workflow, so this single line moves the emulator, the staticlib and the linker script together.
Side effect worth noting: the 1.1.0 script emits an X-only text segment, so this also removes the latent W^X exposure — a
>=1.1.0emulator rejects the RWX segment the 1.0.0-era script produced.Verified locally: zesu main links against
b65d523and reproduces the expected root formainnet_fusaka_24758573.🤖 Generated with Claude Code