Merge pull request #935 from powdr-labs/fix-starky-jan

fix starky rev
This commit is contained in:
Leo
2024-01-23 17:54:27 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ strum = { version = "0.24.1", features = ["derive"] }
log = "0.4.17"
serde_json = "1.0"
thiserror = "1.0.43"
starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "8552454" }
starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "a54965f" }
[dev-dependencies]
mktemp = "0.5.0"

View File

@@ -115,8 +115,8 @@ impl<F: FieldElement> BackendImpl<F> for EStark {
let start = Instant::now();
let starkproof = StarkProof::<MerkleTreeGL>::stark_gen::<TranscriptGL>(
&cm_pols,
&const_pols,
cm_pols,
const_pols,
&setup.const_tree,
&setup.starkinfo,
&setup.program,