chore: record approved pcr set - #977
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0xOsiris
requested review from
0xForerunner,
Dzejkop,
Kemperino,
alessandromazza98,
cichaczem,
karankurbur,
kilianglas,
murph and
piohei
as code owners
August 4, 2026 21:18
piohei
approved these changes
Aug 5, 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.
Records the PCR set approved on the alphanet
NitroAttestationVerifierintodeployments/alphanet-nitro.json.Written by
just proof-approve-pcrs alphanetwhen the new enclave measurements were approved on-chain (tx0x568c78da).These are the measurements of the enclave EIF at
sha-6ed502b. PCR1 is unchanged (same kernel); PCR0 and PCR2 moved because the EIF was rebuilt — the drift pattern #974 exists to detect.Bookkeeping only, no behaviour change. Without it the deployments file cannot distinguish an approved allowlist from an empty one.
🤖 Generated with Claude Code
Note
Low Risk
JSON deployment metadata update only; no application or contract logic changes.
Overview
Adds a new
approvedPCRSetsentry topkg/contracts/deployments/alphanet-nitro.jsonso the repo matches the PCR triple already approved on alphanet’sNitroAttestationVerifier(viajust proof-approve-pcrs alphanet).The new set is for a rebuilt enclave EIF (
sha-6ed502b): PCR0 and PCR2 change; PCR1 matches the existing entry (same kernel). The prior PCR set remains in the array.Bookkeeping only — no runtime or contract behavior changes; the file can now represent multiple approved allowlist entries instead of looking empty relative to chain state.
Reviewed by Cursor Bugbot for commit 14019fb. Configure here.