Skip to content

Commit

Permalink
update sp1 version + change prompt library in zkquiz example to acc…
Browse files Browse the repository at this point in the history
…omodate
  • Loading branch information
PatStiles committed Oct 17, 2024
1 parent 3ffce71 commit 89f5c3a
Show file tree
Hide file tree
Showing 16 changed files with 668 additions and 1,499 deletions.
719 changes: 202 additions & 517 deletions batcher/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion batcher/aligned-batcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ethers = { tag = "v2.0.15-fix-reconnections", features = [
], git = "https://github.com/yetanotherco/ethers-rs.git" }
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "efd46f0b0aea3aa95d94bba7de86cb96611b40d3", features = ["serde"] }
serde_yaml = "0.9.34"
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v2.0.0" }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", tag = "v3.0.0-rc3" }
risc0-zkvm = { git = "https://github.com/risc0/risc0", tag = "v1.1.2" }
bincode = "1.3.3"
aligned-sdk = { path = "../aligned-sdk" }
Expand Down
4 changes: 2 additions & 2 deletions docs/2_architecture/0_supported_verifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The following is the list of the verifiers currently supported by Aligned:

- :white_check_mark: gnark - Groth16 (with BN254) [(v0.10.0)](https://github.com/Consensys/gnark/releases/tag/v0.10.0)
- :white_check_mark: gnark - Plonk (with BN254 and BLS12-381) [(v0.10.0)](https://github.com/Consensys/gnark/releases/tag/v0.10.0)
- :white_check_mark: SP1 [(v2.0.0)](https://github.com/succinctlabs/sp1/releases/tag/v1.0.1)
- :white_check_mark: Risc0 [(v1.1.2)](https://github.com/risc0/risc0/releases/tag/v1.0.1)
- :white_check_mark: SP1 [(v3.0.0-rc3)](https://github.com/succinctlabs/sp1/releases/tag/v3.0.0-rc3)
- :white_check_mark: Risc0 [(v1.1.2)](https://github.com/risc0/risc0/releases/tag/v1.1.2)
- 🏗️ Circom
- 🏗️ Lambdaworks
- 🏗️ Kimchi
Expand Down
4 changes: 2 additions & 2 deletions docs/3_guides/0_submitting_proofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The following is the list of the verifiers currently supported by Aligned:

- :white_check_mark: gnark - Groth16 (with BN254)
- :white_check_mark: gnark - Plonk (with BN254 and BLS12-381)
- :white_check_mark: SP1 [(v2.0.0)](https://github.com/succinctlabs/sp1/releases/tag/v1.0.1)
- :white_check_mark: Risc0 [(v1.1.2)](https://github.com/risc0/risc0/releases/tag/v1.0.1)
- :white_check_mark: SP1 [(v3.0.0-rc3)](https://github.com/succinctlabs/sp1/releases/tag/v3.0.0-rc3)
- :white_check_mark: Risc0 [(v1.1.2)](https://github.com/risc0/risc0/releases/tag/v1.1.2)

Learn more about future verifiers [here](../2_architecture/0_supported_verifiers.md).

Expand Down
2 changes: 1 addition & 1 deletion examples/zkquiz/quiz/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "quiz-program"
edition = "2021"

[dependencies]
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "v2.0.0" }
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", tag = "v3.0.0-rc3" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2", features = [
"sha3",
] }
Loading

0 comments on commit 89f5c3a

Please sign in to comment.