Skip to content

Commit

Permalink
update e2e examples (#735)
Browse files Browse the repository at this point in the history
* update e2e examples

* update template file
  • Loading branch information
Liuhaai authored Nov 6, 2024
1 parent 755774b commit e198283
Show file tree
Hide file tree
Showing 13 changed files with 637 additions and 161 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Variables
BUILD_DIR=build
BUILD_DIR=bin
DOCKER_APINODE_TARGET=ghcr.io/iotexproject/w3bstream-apinode:latest
DOCKER_PROVER_TARGET=ghcr.io/iotexproject/w3bstream-prover:latest
DOCKER_BOOTNODE_TARGET=ghcr.io/iotexproject/w3bstream-bootnode:latest
Expand Down
2 changes: 1 addition & 1 deletion e2e/testdata/risc0

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion examples/risc0-circuit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ range-method = { path = "method" }
risc0-zkvm = { version = "1.0.0" }
serde = "1.0"
serde_json = "1.0"
clap = { version = "4.4.3", features = ["derive", "env", "unicode", "wrap_help"] }
clap = { version = "4.4.3", features = [
"derive",
"env",
"unicode",
"wrap_help",
] }


[features]
Expand Down
Loading

0 comments on commit e198283

Please sign in to comment.