Skip to content

Commit

Permalink
feat(example): convert string to array in risc0 circuit (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi authored Feb 19, 2024
1 parent 1ded557 commit 88a5562
Show file tree
Hide file tree
Showing 8 changed files with 434 additions and 58 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
restart: always

risc0:
image: wangweixiaohao2944/risc0server:v0.8.1.rc5
image: wangweixiaohao2944/risc0server:v0.8.1.rc6
depends_on:
- "postgres"
container_name: risc0-service
Expand Down
2 changes: 1 addition & 1 deletion examples/risc0-circuit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
range-method = { path = "method" }
risc0-zkvm = { version = "0.19.0" }
risc0-zkvm = { version = "0.20" }
serde = "1.0"
serde_json = "1.0"
clap = { version = "4.4.3", features = ["derive", "env", "unicode", "wrap_help"] }
Expand Down
30 changes: 12 additions & 18 deletions examples/risc0-circuit/method/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/risc0-circuit/method/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[build-dependencies]
risc0-build = { version = "0.19.0" }
risc0-build = { version = "0.20" }

[package.metadata.risc0]
methods = ["guest"]
Loading

0 comments on commit 88a5562

Please sign in to comment.