File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ spn-network-types = { path = "crates/types/network" }
3838spn-vapp-core = { path = " crates/vapp" }
3939
4040# sp1
41- sp1-sdk = { git = " https://github.com/succinctlabs/sp1.git " , branch = " dev " }
42- sp1-prover = { git = " https://github.com/succinctlabs/sp1.git " , branch = " dev " }
43- sp1-verifier = { git = " https://github.com/succinctlabs/sp1.git " , branch = " dev " }
44- sp1-zkvm = { git = " https://github.com/succinctlabs/sp1.git " , branch = " dev " }
45- sp1-build = { git = " https://github.com/succinctlabs/sp1.git " , branch = " dev " }
41+ sp1-sdk = " 5.1.0 "
42+ sp1-prover = " 5.1.0 "
43+ sp1-verifier = " 5.1.0 "
44+ sp1-zkvm = " 5.1.0 "
45+ sp1-build = " 5.1.0 "
4646
4747# aws
4848aws-config = " 1.5.3"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77spn-vapp-core = { workspace = true }
88alloy-sol-types = { workspace = true }
99sha2 = { workspace = true }
10- sp1-zkvm = { version = " 5.0.5 " , features = [" verify" ] }
10+ sp1-zkvm = { version = " 5.1.0 " , features = [" verify" ] }
1111
1212[build-dependencies ]
1313sp1-sdk = { workspace = true , default-features = false }
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ edition = "2021"
77spn-vapp-core = { workspace = true }
88alloy-primitives = { workspace = true , features = [" k256" , " tiny-keccak" ] }
99alloy-sol-types = { workspace = true }
10- sp1-zkvm = { version = " 5.0.5 " , features = [" verify" ] }
10+ sp1-zkvm = { version = " 5.1.0 " , features = [" verify" ] }
Original file line number Diff line number Diff line change 2828# Build the STF program.
2929echo " Building STF program..."
3030cd programs/vapp/stf
31- cargo prove build --elf-name spn-vapp-stf $USE_DOCKER --tag v5.0.5 --output-directory ../../../elf
31+ cargo prove build --elf-name spn-vapp-stf $USE_DOCKER --tag v5.1.0 --output-directory ../../../elf
3232cd ../../..
3333echo " Done!"
3434echo " "
3535
3636# Build the aggregation program.
3737echo " Building aggregation program..."
3838cd programs/vapp/aggregation
39- cargo prove build --elf-name spn-vapp-aggregation $USE_DOCKER --tag v5.0.5 --output-directory ../../../elf
39+ cargo prove build --elf-name spn-vapp-aggregation $USE_DOCKER --tag v5.1.0 --output-directory ../../../elf
4040cd ../../..
4141echo " Done!"
4242echo " "
You can’t perform that action at this time.
0 commit comments