snapshot before rebranding
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ use anyhow::anyhow;
|
||||
|
||||
use crate::utils::initialize_network;
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::{assert_finality_lag, assert_para_throughput, assign_cores};
|
||||
use pezcumulus_zombienet_sdk_helpers::{assert_finality_lag, assert_para_throughput, assign_cores};
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use serde_json::json;
|
||||
use zombienet_sdk::{
|
||||
|
||||
@@ -6,7 +6,7 @@ use std::{sync::Arc, time::Duration};
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::{
|
||||
use pezcumulus_zombienet_sdk_helpers::{
|
||||
assert_para_is_registered, assert_para_throughput, assign_cores,
|
||||
};
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ use std::time::Duration;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::assign_cores;
|
||||
use pezcumulus_zombienet_sdk_helpers::assign_cores;
|
||||
use serde_json::json;
|
||||
use zombienet_orchestrator::network::node::LogLineCountOptions;
|
||||
use zombienet_sdk::{NetworkConfig, NetworkConfigBuilder};
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
// elastic scaling with RFC103 can achieve full throughput of 3 candidates per block.
|
||||
|
||||
use anyhow::anyhow;
|
||||
use cumulus_zombienet_sdk_helpers::{assert_relay_parent_offset, assign_cores};
|
||||
use pezcumulus_zombienet_sdk_helpers::{assert_relay_parent_offset, assign_cores};
|
||||
use serde_json::json;
|
||||
use zombienet_sdk::{
|
||||
subxt::{OnlineClient, PolkadotConfig},
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ use std::time::Duration;
|
||||
|
||||
use crate::utils::initialize_network;
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::{
|
||||
use pezcumulus_zombienet_sdk_helpers::{
|
||||
assert_para_throughput, assign_cores, runtime_upgrade, wait_for_upgrade,
|
||||
};
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
|
||||
Reference in New Issue
Block a user