@@ -104,13 +104,16 @@ portpicker = "0.1.0"
104
104
105
105
106
106
# movement
107
- maptos-opt-executor = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 8f820a5c23ce2b632200043acdabb3e6582c078a" }
108
- movement-client = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 8f820a5c23ce2b632200043acdabb3e6582c078a" }
109
- syncador = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 8f820a5c23ce2b632200043acdabb3e6582c078a" }
110
- movement-types = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 8f820a5c23ce2b632200043acdabb3e6582c078a" }
111
- maptos-execution-util = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 8f820a5c23ce2b632200043acdabb3e6582c078a" }
112
- movement-util = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 8f820a5c23ce2b632200043acdabb3e6582c078a" }
113
-
107
+ maptos-opt-executor = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
108
+ movement-client = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
109
+ syncador = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
110
+ movement-types = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
111
+ maptos-execution-util = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
112
+ movement-util = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
113
+ aptos-framework-pre-l1-merge-release = { git = " https://github.com/movementlabsxyz/movement.git" , rev = " 07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
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" }
114
117
115
118
# aptos-core
116
119
aptos-executor = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " cb3b7b02f68c7d6982257e4c59955d0e63b513db" }
@@ -130,11 +133,6 @@ aptos-executor-types = { git = "https://github.com/movementlabsxyz/aptos-core.gi
130
133
aptos-vm-genesis = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " cb3b7b02f68c7d6982257e4c59955d0e63b513db" }
131
134
132
135
133
- # secure-signing
134
- secure-signer = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
135
- secure-signer-loader = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
136
- secure-signer-aws-kms = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
137
-
138
136
# kestrel
139
137
kestrel = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 3220d704df7e06d1dcc5266e15eaf05db86fdb07" }
140
138
jsonlvar = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 3220d704df7e06d1dcc5266e15eaf05db86fdb07" }
@@ -169,8 +167,11 @@ mtma-track-dev = { path = "migration/cli/track-dev" }
169
167
mtma-core = { path = " migration/core/mtma" }
170
168
mtma-null-core = { path = " migration/core/mtma-null" }
171
169
mtma-node-replay-core = { path = " migration/core/node/mtma-replay" }
170
+
172
171
# ### migrator
173
172
mtma-migrator-null-core = { path = " migration/core/migrator/mtma-null" }
173
+ mtma-migrator-pre-l1-merge-core = { path = " migration/core/migrator/pre-l1-merge" }
174
+ mtma-migrate-chain-core = { path = " migration/core/mtma-migrate-chain" }
174
175
175
176
# ### node
176
177
mtma-node-null-core = { path = " migration/core/node/mtma-null" }
@@ -253,12 +254,4 @@ debug = true
253
254
[patch .crates-io ]
254
255
serde-reflection = { git = " https://github.com/aptos-labs/serde-reflection" , rev = " 73b6bbf748334b71ff6d7d09d06a29e3062ca075" }
255
256
merlin = { git = " https://github.com/aptos-labs/merlin" }
256
- x25519-dalek = { git = " https://github.com/aptos-labs/x25519-dalek" , branch = " zeroize_v1" }
257
- futures = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
258
- futures-channel = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
259
- futures-executor = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
260
- futures-core = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
261
- futures-util = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
262
- futures-sink = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
263
- futures-io = { git = " https://github.com/aptos-labs/futures-rs" , branch = " backport" }
264
- 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