Skip to content

Commit 2bfdf2a

Browse files
committed
chore: refactor.
1 parent 9dc30a2 commit 2bfdf2a

File tree

26 files changed

+221
-1116
lines changed

26 files changed

+221
-1116
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
# mcr
88
"protocol/mcr/util/*",
99
"protocol/mcr/clients/*",
10-
"protocol/mcr/client",
1110
"protocol/mcr/manager",
1211
"protocol/mcr/cli/*",
1312

@@ -97,6 +96,9 @@ tracing-test = "0.2.5"
9796
tokio = { version = "1.35.1", features = ["full", "tracing"] }
9897
tokio-stream = "0.1.15"
9998

99+
# model checking and verification
100+
101+
100102
# secure-signing
101103
secure-signer = { git = "https://github.com/movementlabsxyz/secure-signing.git", rev = "62d9ae5fd098d2c0d2a2da2004ada91681e0df53" }
102104
secure-signer-loader = { git = "https://github.com/movementlabsxyz/secure-signing.git", rev = "62d9ae5fd098d2c0d2a2da2004ada91681e0df53" }
@@ -107,8 +109,9 @@ secure-signer-aws-kms = { git = "https://github.com/movementlabsxyz/secure-signi
107109
### protocol
108110
mcr-types = { path = "protocol/mcr/util/types" }
109111
mcr-config = { path = "protocol/mcr/util/config" }
110-
mcr-client-util = { path = "protocol/mcr/clients/util" }
111-
mcr-settlement-client = { path = "protocol/mcr/client" }
112+
mcr-protocol-client-core-util = { path = "protocol/mcr/clients/util" }
113+
mcr-protocol-client-core-eth = { path = "protocol/mcr/clients/eth" }
114+
mcr-protocol-client-core-mock = { path = "protocol/mcr/clients/mock" }
112115
mcr-protocol-client = { path = "protocol/mcr/cli/client" }
113116
mcr-protocol = { path = "protocol/mcr/cli"}
114117
### network
@@ -117,7 +120,7 @@ mcr-network-coordinator = { path = "network/mcr/cli/coordinator" }
117120
mcr-network = { path = "network/mcr/cli/network" }
118121

119122
# util
120-
secure-signing-eth = { path = "util/signing/eth" }
123+
secure-signer-eth = { path = "util/signing/eth" }
121124
ffs-environment = { path = "util/environment" }
122125

123126
[workspace.lints.clippy]

protocol/mcr/client/Cargo.toml

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

0 commit comments

Comments
 (0)