snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -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;
@@ -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};
@@ -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},
@@ -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;