Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
27e0006
ere-guests: update ethrex (#237)
jsign Dec 12, 2025
51c7b87
ethrex: add Zisk (#239)
jsign Dec 12, 2025
2f9454c
ethrex: update which fixes SP1 bug (#240)
jsign Dec 12, 2025
e3ac2de
Release compiled stateless validator guest when tagging (#242)
han0110 Dec 15, 2025
5b95a05
Refactored Stateless Validation Input Function (#244)
developeruche Dec 18, 2025
ae92fbc
Vendoring `openvm-revm-crypto` (#245)
han0110 Dec 29, 2025
c6db137
Update ere for Zisk V0.15.0 support and ethrex (#246)
jsign Dec 31, 2025
8548dcc
precompiles/zisk: remove sp1_bls12_381 (#247)
jsign Dec 31, 2025
fce7670
Use ere-guests as source of truth for guest programs (#249)
jsign Jan 8, 2026
008856a
Update ere-guest to use EIP-8025 guest programs (#250)
jsign Jan 20, 2026
9dd0da9
Update ere-guest program dep and Reth crates (#252)
jsign Feb 3, 2026
e55b07d
Use guest downloader and remove zkboost dependency (#253)
jsign Feb 6, 2026
636dd4f
Add verification time metric to ProvingMetrics (#255)
jsign Feb 6, 2026
229dc28
Bump EEST release (#256)
jsign Feb 6, 2026
3f8f655
witness-generator-cli: support generating fixtures from "raw parts" (…
jsign Feb 6, 2026
846512f
Replace EEST fixture download script with pure Rust implementation (#…
jsign Feb 6, 2026
8907be9
append EL version to metrics output directory name (#258)
jsign Feb 6, 2026
64d9631
Support Zisk profiling (#259)
jsign Feb 10, 2026
df07f52
Add `--action verify` to decouple proof verification measurements (#260)
jsign Feb 13, 2026
9abcbd8
update ere and ere-guests (#261)
jsign Feb 17, 2026
2007867
ci: split in separate jobs (#263)
jsign Feb 19, 2026
21625b5
Update to paradigmyxz/stateless (#262)
jsign Feb 19, 2026
a1f5dc4
Bump Rust version to fix docker image build in CI (#264)
jsign Feb 19, 2026
63da9dd
fix witness generation (#265)
jsign Mar 14, 2026
1ac0635
Pin the `witness-generator-cli` builder image to `rust:1.91-bookworm`…
han0110 Mar 19, 2026
3df1a42
Update ere and ere-guests (#267)
jsign Mar 26, 2026
fb85930
Adjust for new benchmarkoor output (#268)
jsign Mar 26, 2026
37bd694
Update ere to latest version (#269)
jsign Mar 27, 2026
7d4dddc
Update ere and add support for timeouts (#270)
jsign Mar 31, 2026
e2300e4
Deserialize and run fixtures through iterator & process Zisk profilin…
jsign Apr 1, 2026
dc9dbd4
Add fixture name prefix filtering for benchmark runs (#272)
jsign Apr 3, 2026
4f854c4
Update to ere-guests@v0.8.0 (#273)
jsign Apr 8, 2026
150d92f
witness-generator-cli: add --genesis support for custom network suppo…
jsign Apr 10, 2026
d7181aa
chore: improve docs and ci (#275)
jsign Apr 11, 2026
4de9930
feat: update `ere` to `v0.8.0` (#278)
han0110 Apr 23, 2026
43cb583
Remove using Reth stateless fork & other misc improvements (#279)
jsign Apr 24, 2026
42faca8
chore: update Rust version to 1.93 in Cargo.toml and Dockerfile (#280)
jsign Apr 24, 2026
90c13a9
feat: add zisk cluster benchmark support (#281)
han0110 Apr 27, 2026
1a6ae14
feat: update dependencies for ere-guests (#282)
jsign Apr 27, 2026
d216e12
update EEST benchmark release reference (#283)
jsign May 5, 2026
073561e
Update to ere@v0.9.1 and ere-guests@v0.10.0 (#284)
jsign May 13, 2026
d819c9e
feat: update to ere@v0.11.0 and ere-guests@v0.11.0 (#285)
han0110 May 21, 2026
02758cd
feat: add support for EEST blockchain test fixtures (#286)
jsign May 22, 2026
d27512d
feat: add output matching metrics for execution and proving processes…
jsign May 22, 2026
73f140c
Documentation improvements (#288)
jsign May 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }

[alias]
airbender = ["run", "-p", "xtask", "--", "airbender"]
openvm = ["run", "-p", "xtask", "--", "openvm"]
pico = ["run", "-p", "xtask", "--", "pico"]
risc0 = ["run", "-p", "xtask", "--", "risc0"]
sp1 = ["run", "-p", "xtask", "--", "sp1"]
zisk = ["run", "-p", "xtask", "--", "zisk"]
zkm = ["run", "-p", "xtask", "--", "zkm"]
15 changes: 15 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Cargo
target

# zkevm fixtures file
zkevm-fixtures*
# zkevm metrics file
zkevm-metrics*
# zkevm dump
zkevm-dump

# vscode settings
.vscode

# private envrc file
.envrc
117 changes: 0 additions & 117 deletions .github/workflows/integration-tests.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/run-benchmark.yml

This file was deleted.

Loading
Loading