Skip to content

Commit

Permalink
Add optional prover parameters file path to the adapted stwo CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Jan 29, 2025
1 parent 68a4652 commit 72a9c3f
Show file tree
Hide file tree
Showing 18 changed files with 1,287 additions and 257 deletions.
220 changes: 212 additions & 8 deletions stwo_cairo_prover/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 stwo_cairo_prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_json = "1.0.1"
stwo_cairo_prover = { path = "crates/prover", version = "~0.1.0" }
stwo_cairo_utils = { path = "crates/utils", version = "~0.1.0" }
# TODO(ShaharS): take stwo version from the source repository.
stwo-prover = { git = "https://github.com/starkware-libs/stwo", rev = "90b3e55", features = [
stwo-prover = { git = "https://github.com/starkware-libs/stwo", rev = "678d4a7", features = [
"parallel",
], default-features = false }
thiserror = { version = "2.0.10", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions stwo_cairo_prover/crates/adapted_prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ stwo_cairo_utils.workspace = true
stwo-prover.workspace = true
thiserror.workspace = true
tracing.workspace = true
serde.workspace = true
Loading

0 comments on commit 72a9c3f

Please sign in to comment.