@@ -111,7 +111,9 @@ movement-types = { git = "https://github.com/movementlabsxyz/movement.git", rev
111
111
maptos-execution-util = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
112
112
movement-util = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
113
113
aptos-framework-pre-l1-merge-release = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
114
-
114
+ movement-signer = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
115
+ movement-signer-loader = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
116
+ movement-config = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
115
117
116
118
# aptos-core
117
119
aptos-executor = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " cb3b7b02f68c7d6982257e4c59955d0e63b513db" }
@@ -131,11 +133,6 @@ aptos-executor-types = { git = "https://github.com/movementlabsxyz/aptos-core.gi
131
133
aptos-vm-genesis = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " cb3b7b02f68c7d6982257e4c59955d0e63b513db" }
132
134
133
135
134
- # secure-signing
135
- secure-signer = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
136
- secure-signer-loader = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
137
- secure-signer-aws-kms = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
138
-
139
136
# kestrel
140
137
kestrel = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 3220d704df7e06d1dcc5266e15eaf05db86fdb07" }
141
138
jsonlvar = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 3220d704df7e06d1dcc5266e15eaf05db86fdb07" }
@@ -193,9 +190,11 @@ mtma-node-test-global-storage-includes-criterion = { path = "checks/node/citeria
193
190
mtma-node-test-global-storage-not-empty-criterion = { path = " checks/node/citeria/global-storage-not-empty" }
194
191
195
192
196
- # ## e2e
193
+ # ## migrator
197
194
mtma-migrator-test-types = { path = " checks/migrator/util/types" }
198
195
mtma-migrator-test-accounts-equal-criterion = { path = " checks/migrator/citeria/accounts-equal" }
196
+ mtma-migrator-test-balances-equal-criterion = { path = " checks/migrator/citeria/balances-equal" }
197
+
199
198
# # util
200
199
bcs-ext = { path = " util/bcs-ext" }
201
200
movement-syncing = { path = " util/movement/syncing" }
@@ -255,12 +254,4 @@ debug = true
255
254
[patch .crates-io ]
256
255
serde-reflection = { git = " https://github.com/aptos-labs/serde-reflection" , rev = " 73b6bbf748334b71ff6d7d09d06a29e3062ca075" }
257
256
merlin = { git = " https://github.com/aptos-labs/merlin" }
258
- x25519-dalek = { git = " https://github.com/aptos-labs/x25519-dalek" , branch = " zeroize_v1" }
259
- futures = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
260
- futures-channel = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
261
- futures-executor = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
262
- futures-core = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
263
- futures-util = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
264
- futures-sink = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
265
- futures-io = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
266
- futures-task = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
257
+ x25519-dalek = { git = " https://github.com/aptos-labs/x25519-dalek" , branch = " zeroize_v1" }
0 commit comments