You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// WITHIN THE CRITERION, you'd be able to do similar background startup and processing to the above. The [Migrationish] trait will give you a [MovementAptosMigrator] which can spawn the runner in the background.
35
+
//
36
+
// Note: WITHIN THE CRITERION, you'll be able to do something like the below.
37
+
// let movement_aptos_migrator_for_task = movement_aptos_migrator.clone();
38
+
// let movement_aptos_migrator_task = kestrel::task(async move {
Use the [`pre-l1-merge`](https://github.com/movementlabsxyz/movement/tree/main/protocol-units/execution/maptos/framework/releases/pre-l1-merge) release from `movement` to perform the over the wire framework migration. Additionally, runs the [`mtma-node-null-core`](/migration/core/node/null/README.md) migration.
0 commit comments