File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
checks/migrator/util/types/src
migration/util/migrator-types/src/migrator
util/movement/movement-util/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- use movement_client:: rest_client:: Client as MovementRestClient ;
1
+ use mtma_types :: movement :: movement_client:: rest_client:: Client as MovementRestClient ;
2
2
use mtma_types:: movement_aptos:: aptos_rest_client:: Client as MovementAptosRestClient ;
3
3
4
4
/// The MovementAptos executor as would be presented in the criterion.
Original file line number Diff line number Diff line change 1
1
use anyhow:: Context ;
2
2
use kestrel:: WaitCondition ;
3
3
pub use maptos_opt_executor;
4
- use movement_client:: rest_client:: Client as MovementRestClient ;
5
4
use movement_core:: Movement ;
6
5
use mtma_node_types:: executor:: MovementNode ;
7
6
pub use mtma_types:: movement:: aptos_types:: { chain_id:: ChainId , state_store:: TStateView } ;
7
+ use mtma_types:: movement:: movement_client:: rest_client:: Client as MovementRestClient ;
8
8
9
9
/// An enum supporting different types of runners.
10
10
///
Original file line number Diff line number Diff line change 1
1
pub use maptos_opt_executor:: * ;
2
- pub use movement_client:: * ;
3
- pub use movement_util:: * ;
2
+ pub use movement_client:: { self , * } ;
3
+ pub use movement_util:: { self , * } ;
4
4
5
5
pub const CONTAINER_REPO : & str = "ghcr.io/movementlabsxyz" ;
6
6
pub const CONTAINER_REV : & str = "c2372ff" ;
You can’t perform that action at this time.
0 commit comments