Skip to content

Commit 0f07b05

Browse files
authored
Aggregation mode simplification (#1845)
1 parent 3406e43 commit 0f07b05

File tree

29 files changed

+162
-152
lines changed

29 files changed

+162
-152
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ anvil_start_with_block_time_with_more_prefunded_accounts:
152152

153153
__AGGREGATION_MODE__:
154154
start_proof_aggregator_local:
155-
cargo run --manifest-path ./aggregation-mode/Cargo.toml --release -- config-files/config-proof-aggregator.yaml
155+
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release -- config-files/config-proof-aggregator.yaml
156156

157157
start_proof_aggregator_local_with_proving:
158-
cargo run --manifest-path ./aggregation-mode/Cargo.toml --release --features prove -- config-files/config-proof-aggregator.yaml
158+
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove -- config-files/config-proof-aggregator.yaml
159159

160160
_AGGREGATOR_:
161161

aggregation-mode/build.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.

aggregation-mode/src/lib.rs

Lines changed: 0 additions & 2 deletions
This file was deleted.

aggregation-mode/src/zk/backends/mod.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

aggregation-mode/src/zk/mod.rs

Lines changed: 0 additions & 33 deletions
This file was deleted.

aggregation-mode/zkvm/Cargo.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 50 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
sp1-sdk = "4.1.3"
9-
sp1_aggregator = { path = "./zkvm/sp1/" }
9+
sp1_aggregation_program = { path = "./aggregation_programs/sp1/" }
1010
serde = { version = "1.0.203", features = ["derive"] }
1111
serde_json = "1.0.117"
1212
serde_yaml = "0.9"
File renamed without changes.

aggregation-mode/abi/AlignedProofAggregationService.json renamed to aggregation_mode/abi/AlignedProofAggregationService.json

File renamed without changes.

0 commit comments

Comments
 (0)