Skip to content

Commit

Permalink
Merge pull request #47 from movementlabsxyz/mikhail/suzuka-network-bo…
Browse files Browse the repository at this point in the history
…ilerplate

ENG-314: copy monza crates to suzuka
  • Loading branch information
mzabaluev authored May 10, 2024
2 parents e190f48 + 8f5db80 commit 4911871
Show file tree
Hide file tree
Showing 37 changed files with 1,516 additions and 138 deletions.
301 changes: 224 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 18 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[workspace]

resolver = "2"

members = [
"protocol-units/execution/maptos/opt-executor",
"protocol-units/execution/maptos/util",
"protocol-units/execution/monza/*",
"protocol-units/execution/suzuka/*",

"protocol-units/da/m1/*",

Expand All @@ -13,7 +18,13 @@ members = [
"util/buildtime/buildtime-helpers",
"util/buildtime/buildtime-macros",

"networks/monza/*",
"networks/monza/monza-client",
"networks/monza/monza-config",
"networks/monza/monza-full-node",

"networks/suzuka/suzuka-client",
"networks/suzuka/suzuka-config",
"networks/suzuka/suzuka-full-node",
]

[workspace.package]
Expand All @@ -29,11 +40,15 @@ rust-version = "1.75"

[workspace.dependencies]
# internal
## execution/aptos
maptos-opt-executor = { path = "protocol-units/execution/maptos/opt-executor" }
maptos-execution-util = { path = "protocol-units/execution/maptos/util" }
## execution/monza
monza-opt-executor = { path = "protocol-units/execution/monza/opt-executor" }
monza-fin-executor = { path = "protocol-units/execution/monza/fin-executor" }
monza-execution-util = { path = "protocol-units/execution/monza/util" }
monza-executor = { path = "protocol-units/execution/monza/executor" }
## execution/suzuka
suzuka-fin-executor = { path = "protocol-units/execution/suzuka/fin-executor" }
suzuka-executor = { path = "protocol-units/execution/suzuka/executor" }

## types
movement-types = { path = "util/movement-types"}
Expand Down
Loading

0 comments on commit 4911871

Please sign in to comment.