Skip to content

Commit b5ebe9a

Browse files
committed
refactor: rename batcher to crates
1 parent 124eba8 commit b5ebe9a

File tree

92 files changed

+14
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+14
-17
lines changed

aggregation_mode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ reqwest = { version = "0.12" }
1818
ciborium = "=0.2.2"
1919
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
2020
# Necessary for the VerificationData type
21-
aligned-sdk = { path = "../batcher/aligned-sdk/" }
21+
aligned-sdk = { path = "../crates/sdk/" }
2222
# zkvms
2323
sp1-sdk = "4.1.3"
2424
sp1_aggregation_program = { path = "./aggregation_programs/sp1/" }

batcher/Cargo.toml

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

batcher/package-lock.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"last_aggregated_block":0}
1+
{"last_aggregated_block":2006}
File renamed without changes.

crates/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[workspace]
2+
name = "aligned-rust"
3+
version = "0.1.0"
4+
edition = "2021"
5+
resolver = "2"
6+
members = ["./batcher", "./sdk", "./cli", "./task-sender"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_yaml = "0.9.34"
2525
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }
2626
risc0-zkvm = { git = "https://github.com/risc0/risc0", tag = "v2.0.0" }
2727
bincode = "1.3.3"
28-
aligned-sdk = { path = "../aligned-sdk" }
28+
aligned-sdk = { path = "../sdk" }
2929
ciborium = "=0.2.2"
3030
priority-queue = "2.1.0"
3131
reqwest = { version = "0.12", features = ["json"] }

0 commit comments

Comments
 (0)