Skip to content

Commit

Permalink
fix: use alternative commit for stark-sdk to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh-axiom-xyz committed Dec 20, 2024
1 parent f78c9b1 commit cba145f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ openvm-platform = { path = "crates/toolchain/platform", default-features = false
openvm-transpiler = { path = "crates/toolchain/transpiler", default-features = false }
openvm-circuit = { path = "crates/vm", default-features = false }
openvm-circuit-derive = { path = "crates/vm/derive", default-features = false }
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.1.1-alpha", default-features = false }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.1.1-alpha", default-features = false }
# WARNING: This is a temporary workaround to allow the tests to run. DO NOT COMMIT THIS CHANGE.
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev = "242c524", default-features = false }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev = "242c524", default-features = false }

# Extensions
openvm-algebra-circuit = { path = "extensions/algebra/circuit", default-features = false }
Expand Down Expand Up @@ -161,7 +162,7 @@ p3-goldilocks = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4
p3-keccak = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
p3-keccak-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
p3-blake3 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
p3-mds = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
p3-mds = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9starb267c4" }
p3-merkle-tree = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
p3-monty-31 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
p3-poseidon = { git = "https://github.com/Plonky3/Plonky3.git", rev = "9b267c4" }
Expand Down
1 change: 0 additions & 1 deletion crates/circuits/new-poseidon2-air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ p3-monty-31 = { workspace = true }
p3-symmetric = { workspace = true }
p3-poseidon2 = { workspace = true }
p3-poseidon2-air = { workspace = true }
p3-mds = { workspace = true }
zkhash = { workspace = true }

openvm-circuit-primitives = { workspace = true }
Expand Down

0 comments on commit cba145f

Please sign in to comment.