-
Notifications
You must be signed in to change notification settings - Fork 64
refactor: embed SP1 guest ELFs at compile time via sp1_build + include_elf!() #743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
02abc10
refactor: build SP1 ELFs via sp1_build + embed via include_elf!() (OP…
cece7f6
docs: fix ELF management comparison — reference op-succinct not Base TEE
743aa8c
fix: formatting and SP1 Docker build path for world-chain-proof-core
5861a3e
fix: add embedded-elfs feature to gate include_elf!() behind Docker b…
a9326d9
fix: fmt and clippy embedded-elfs feature activation
82dc566
refactor: move embedded ELF crate to separate world-chain-proof-succi…
c64c679
fix: run cargo fmt
266169c
fix: create stub ELFs in clippy mode to resolve include_elf!() errors
0a0582c
fix: remove unused `fs` import from sp1-worker main.rs
c335789
fix: use #[cfg(clippy)] instead of stub files; address review comments
a68241a
fix(devnet/elfs): address Cursor Bugbot comments #3427817138 and #342…
140b694
fix: split cfg(clippy)/cfg(not(clippy)) use imports to suppress unuse…
65d496f
fix: add nextest retries=2 to default profile for flaky integration t…
2845e8a
chore: stage updated release-proof workflow (move to .github/workflow…
c41e567
update release-proof workflow
9f8f0d5
fix: make PROVER_PACKAGE and PROVER_BIN required build args
b102931
revert: remove nextest retries change
c0edb61
feat: commit vkeys.json with CI verification recipe
f6ec09d
fix: correct package name in vkeys Justfile recipes
35ec075
fix: update prover-sp1 to use EnvSuccinctProver::new API (no ELF args)
1336768
fix: vkeys command uses embedded ELFs via env_prover::range_elf()
bb93a56
fix: remove proofs/bin leftover (deleted on main in prover split)
5667167
fix: add world-chain-proof-succinct-elfs dep to prover-sp1 for ELF em…
c98899d
fix: use world-chain-proof-succinct-elfs::range_elf() directly in pro…
4047949
Update vkeys.json
b8b9953
Setup vkeys CI.
022ac1e
fix: address cursor[bot] review comments (non-workflow files)
c9d05af
chore: stage updated workflow files (move to .github/workflows/)
eb43d98
fix: resolve AsRef ambiguity in sha256 digest calls
158388e
CI updates.
c92d6ed
update vkeys
e47585d
fix: use POSIX-compatible diff in verify-proof-vkeys
ebb6c58
fix: normalize both sides with jq in verify-proof-vkeys
b29c8cf
fix: strip debug info and remap paths for reproducible ELF builds
5c3fa13
refactor: always use Docker for SP1 ELF builds (ecosystem standard)
f545fa2
update vkeys
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.