Skip to content

Commit ba165dd

Browse files
committed
chore: adopt da sequencer.
1 parent cfe07a6 commit ba165dd

File tree

6 files changed

+1477
-1472
lines changed

6 files changed

+1477
-1472
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,16 @@ portpicker = "0.1.0"
112112

113113

114114
# movement
115-
maptos-opt-executor = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
116-
movement-client = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
117-
syncador = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
118-
movement-types = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
119-
maptos-execution-util = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
120-
movement-util = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
121-
aptos-framework-pre-l1-merge-release = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
122-
movement-signer = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
123-
movement-signer-loader = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
124-
movement-config = { git = "https://github.com/movementlabsxyz/movement.git", rev = "07d5fe82f2c824a7f7e032c9dce339afdbbcb5a0" }
115+
maptos-opt-executor = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
116+
movement-client = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
117+
syncador = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
118+
movement-types = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
119+
maptos-execution-util = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
120+
movement-util = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
121+
aptos-framework-pre-l1-merge-release = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
122+
movement-signer = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
123+
movement-signer-loader = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
124+
movement-config = { git = "https://github.com/movementlabsxyz/movement.git", rev = "e6592d45495835ff2323a56090d06e4ba64f8ca2" }
125125

126126
# aptos-core
127127
aptos-executor = { git = "https://github.com/movementlabsxyz/aptos-core.git", rev = "cb3b7b02f68c7d6982257e4c59955d0e63b513db" }

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rust-overlay.url = "github:oxalica/rust-overlay/47beae969336c05e892e1e4a9dbaac9593de34ab";
55
flake-utils.url = "github:numtide/flake-utils";
66
crane.url = "github:ipetkov/crane";
7-
movement.url = "github:movementlabsxyz/movement/aa1ffed1a113441a65662792d15682ad52406108";
7+
movement.url = "github:movementlabsxyz/movement/c57483427c16ab637ba05bd345b65d94785a8b08";
88
};
99

1010
outputs = { nixpkgs, rust-overlay, flake-utils, crane, movement, ... }:

migration/cli/migrate-node/docs/cli/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,15 @@ The config for the [BoxEnvironment]
143143
Usage: --environment-box.* [OPTIONS] --rest-api-url <REST_API_URL> --db-dir <DB_DIR>
144144

145145
Options:
146-
--rest-api-url <REST_API_URL> The rest api url of the box environment
147-
--db-dir <DB_DIR> The db dir of the box environment
148-
--snapshot-dir <SNAPSHOT_DIR> Whether to isolate the box environment by snapshotting the movement
149-
runner and where to store the snapshot
150-
-h, --help Print help (see more with '--help')
146+
--rest-api-url <REST_API_URL>
147+
The rest api url of the box environment
148+
--db-dir <DB_DIR>
149+
The db dir of the box environment
150+
--snapshot-dir <SNAPSHOT_DIR>
151+
Whether to isolate the box environment by snapshotting the movement
152+
runner and where to store the snapshot
153+
-h, --help
154+
Print help (see more with '--help')
151155

152156
**Selection (3/4):** `environment-provisioner`
153157
The config for the [ProvisionerEnvironment]

util/movement/core-util/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub use movement_config;
44
pub use movement_util::{self, *};
55

66
pub const CONTAINER_REPO: &str = "ghcr.io/movementlabsxyz";
7-
pub const CONTAINER_REV: &str = "c2372ff";
7+
pub const CONTAINER_REV: &str = "c574834";
88

99
#[derive(Debug, Clone)]
1010
pub struct Container<'a> {

0 commit comments

Comments
 (0)