Skip to content

Commit 423db5c

Browse files
authored
Integrate zkboost into EWS (#30)
* feat: refactor ews into services and integrate with zkboost server * ci: remove airbender integration test due to not ready * feat: add local testnet example with ews using 2 zisk proof types * chore: sync `Cargo.lock` * fix: lock ordering * fix: testnet example * refactor: move config into files from `docker-compose.yml` * refactor: remove default config path and simplify rpc call * fix: build.rs rerun condition
1 parent 7929a5c commit 423db5c

37 files changed

+3262
-1227
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target/
22
local/
3-
test-fixture

.github/workflows/integration-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,12 @@ jobs:
5252
- ethrex
5353
- reth
5454
zkvm:
55-
- airbender
5655
- openvm
5756
- pico
5857
- risc0
5958
- sp1
6059
- zisk
6160
exclude:
62-
- el: ethrex
63-
zkvm: airbender
6461
- el: ethrex
6562
zkvm: openvm
6663
- el: ethrex

0 commit comments

Comments
 (0)