verify/: bytecode-proven deployment verification reports - #223
Merged
Conversation
kasperpawlowski
force-pushed
the
feat/verify-reports-v2
branch
4 times, most recently
from
July 25, 2026 13:13
94acea1 to
b6e04ad
Compare
…orts Per-chain deployed-code verification: every allowlisted contract's on-chain runtime bytecode proven equal to a commit-pinned local build (explorer never in the trust path), then diffed against its component's audited baseline — the fixes-included state of the component's most recent full audit (verify/baselines.json, with derivations). Reports lead with attention items (waivers, post-audit findings) and show every deployed source delta beyond audited code as a real diff. Includes EVault module and EulerSwapManagement unpacking with embedded-immutable cross-checks, the bridged-EUL proofs, and the canonical mainnet EUL provenance note.
kasperpawlowski
force-pushed
the
feat/verify-reports-v2
branch
from
July 25, 2026 13:14
b6e04ad to
7ac6842
Compare
Validates verify/ manifests (schema, SHA-only pins, audits integrity) and address<->manifest completeness on every PR touching addresses/ or verify/, then bytecode-verifies all entries of the changed chains against their pinned commits using the euler-verifier engine (pinned by commit SHA).
Drop the three legacy-product EulerEarn entries (the legacy codebase is archived at euler-legacy-xyz/euler-earn-legacy and is not part of any deployed component's baseline).
Superseded by verify-pr.yml: the legacy workflow cloned euler-verifier unpinned, ran the since-removed Python pipeline, and swallowed failures. verify-chains-manifest.yml (EulerChains.json consistency) is unrelated and stays.
verify-pr.yml -> deployed-code-verification.yml (workflow 'Deployed Code Verification', job 'deployed-code-verification'); verify-chains-manifest.yml -> chains-manifest-consistency.yml (display name and job id unchanged so any existing required-check reference stays valid).
Seranged
approved these changes
Jul 25, 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.
Adds
verify/— per-chain deployed-code verification for every allowlisted contract:verify/manifest.json(SHA-only provenance),verify/audits.json(audit registry),verify/baselines.json(component baselines with derivations). Generated by euler-verifier (PR P2/P3: provenance manifests, component audit baselines, per-chain reports euler-verifier#41).Reproduce: run the engine against these inputs; every pin resolves from public history (including the
deployment-linea,deployment-linea-periphery, anddeployment-mainnet-reulbranches).Test plan: