Skip to content

Commit 18e2c43

Browse files
committed
new executor skeleton, remove old executor and state machine api
1 parent d782070 commit 18e2c43

55 files changed

Lines changed: 873 additions & 1855 deletions

Some content is hidden

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

Cargo.lock

Lines changed: 34 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ members = [
1414
"crates/rpc/provider",
1515
"crates/rpc/server",
1616
"crates/rpc/types",
17-
"crates/state-machine/api",
1817
"crates/state-machine/executor",
1918
"crates/storage/api",
2019
"crates/table-types",
@@ -56,7 +55,6 @@ mosaic-job-types = { path = "crates/job/types" }
5655
mosaic-rpc-api = { path = "crates/rpc/api" }
5756
mosaic-rpc-provider = { path = "crates/rpc/provider" }
5857
mosaic-rpc-types = { path = "crates/rpc/types" }
59-
mosaic-state-machine-api = { path = "crates/state-machine/api" }
6058
mosaic-state-machine-executor = { path = "crates/state-machine/executor" }
6159
mosaic-storage-api = { path = "crates/storage/api" }
6260
mosaic-table-types = { path = "crates/table-types" }
@@ -76,6 +74,7 @@ jsonrpsee-types = "*" # co
7674
rand = "0.8"
7775
rand_core = "0.6"
7876
serde = { version = "1.0", features = ["derive"] }
77+
sha2 = "0.10.9"
7978
strata-codec = { git = "https://github.com/alpenlabs/strata-common.git" }
8079
thiserror = "2.0"
8180
tokio = { version = "1.48.0", features = ["rt", "sync", "macros", "time"] }

crates/cac/protocol/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ keywords.workspace = true
1313
[dependencies]
1414
mosaic-cac-types.workspace = true
1515
mosaic-common.workspace = true
16-
mosaic-state-machine-api.workspace = true
1716

1817
bitvec.workspace = true
1918
fasm.workspace = true
20-
21-
tracing.workspace = true
19+
thiserror.workspace = true
2220

2321
[lints]
2422
workspace = true

crates/cac/protocol/src/composite.rs

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

crates/cac/protocol/src/deposit/evaluator.rs

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

0 commit comments

Comments
 (0)