Skip to content

Commit 51c7b87

Browse files
authored
ethrex: add Zisk (#239)
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 27e0006 commit 51c7b87

File tree

6 files changed

+5527
-2
lines changed

6 files changed

+5527
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
el: ethrex
8787
tests: "execute_empty_block execute_mainnet_blocks prove_empty_block"
8888
threads: 12
89+
- zkvm: zisk
90+
el: ethrex
91+
tests: "execute_empty_block execute_mainnet_blocks"
92+
threads: 1
8993

9094
# Custom Guest Programs
9195
- zkvm: sp1

ere-guests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ revm = { version = "33.1.0", default-features = false }
170170
revm-bytecode = { version = "7.1.1", default-features = false }
171171

172172
# ethrex
173-
ethrex-guest-program = { git = "https://github.com/lambdaclass/ethrex.git", rev = "24d4b64041afaff42a5a8478589872d10ddc37de", package = "guest_program" }
173+
ethrex-guest-program = { git = "https://github.com/lambdaclass/ethrex.git", rev = "24d4b64041afaff42a5a8478589872d10ddc37de", default-features = false, package = "guest_program" }
174174
ethrex-common = { git = "https://github.com/lambdaclass/ethrex.git", rev = "24d4b64041afaff42a5a8478589872d10ddc37de", default-features = false }
175175

176176
# misc

0 commit comments

Comments
 (0)