snapshot before rebranding
This commit is contained in:
@@ -6,6 +6,9 @@ authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezcumulus-zombienet-sdk-tests"
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
|
||||
@@ -6,7 +6,7 @@ use tokio::time::Duration;
|
||||
|
||||
use crate::utils::initialize_network;
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::wait_for_nth_session_change;
|
||||
use pezcumulus_zombienet_sdk_helpers::wait_for_nth_session_change;
|
||||
use zombienet_orchestrator::network::node::LogLineCountOptions;
|
||||
use zombienet_sdk::{
|
||||
subxt::{OnlineClient, PolkadotConfig},
|
||||
|
||||
+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;
|
||||
|
||||
@@ -6,7 +6,7 @@ use tokio::time::Duration;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezcumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use zombienet_orchestrator::network::node::LogLineCountOptions;
|
||||
use zombienet_sdk::{
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
//!
|
||||
//! 3. Generate the chain spec:
|
||||
//! ```bash
|
||||
//! target/release/chain-spec-builder create -r target/release/wbuild/pezcumulus-test-runtime/cumulus_test_runtime.wasm named-preset development
|
||||
//! target/release/chain-spec-builder create -r target/release/wbuild/pezcumulus-test-runtime/pezcumulus_test_runtime.wasm named-preset development
|
||||
//! ```
|
||||
//!
|
||||
//! 4. Replace the chain spec:
|
||||
@@ -116,7 +116,7 @@ use anyhow::anyhow;
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
use cumulus_zombienet_sdk_helpers::assert_para_is_registered;
|
||||
use pezcumulus_zombienet_sdk_helpers::assert_para_is_registered;
|
||||
use zombienet_sdk::{
|
||||
subxt::{OnlineClient, PolkadotConfig},
|
||||
NetworkConfig, NetworkConfigBuilder,
|
||||
|
||||
@@ -7,7 +7,7 @@ use std::{path::Path, str::FromStr};
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezcumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use pezsp_core::{hexdisplay::AsBytesRef, Bytes};
|
||||
use zombienet_sdk::{
|
||||
|
||||
@@ -5,7 +5,7 @@ use anyhow::anyhow;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::{assert_para_is_registered, assert_para_throughput};
|
||||
use pezcumulus_zombienet_sdk_helpers::{assert_para_is_registered, assert_para_throughput};
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use serde_json::json;
|
||||
use std::{sync::Arc, time::Duration};
|
||||
|
||||
@@ -6,7 +6,7 @@ use std::time::Duration;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezcumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use zombienet_orchestrator::network::node::LogLineCountOptions;
|
||||
use zombienet_sdk::{
|
||||
|
||||
@@ -6,7 +6,7 @@ use std::time::Duration;
|
||||
|
||||
use crate::utils::initialize_network;
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::{assert_para_throughput, wait_for_upgrade};
|
||||
use pezcumulus_zombienet_sdk_helpers::{assert_para_throughput, wait_for_upgrade};
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use zombienet_configuration::types::AssetLocation;
|
||||
use zombienet_sdk::{
|
||||
|
||||
@@ -5,7 +5,7 @@ use anyhow::anyhow;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
|
||||
use cumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezcumulus_zombienet_sdk_helpers::assert_para_throughput;
|
||||
use pezkuwi_primitives::Id as ParaId;
|
||||
use zombienet_sdk::{
|
||||
subxt::{OnlineClient, PolkadotConfig},
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ use anyhow::anyhow;
|
||||
use tokio::time::Duration;
|
||||
|
||||
use crate::utils::{initialize_network, BEST_BLOCK_METRIC};
|
||||
use cumulus_zombienet_sdk_helpers::submit_extrinsic_and_wait_for_finalization_success_with_timeout;
|
||||
use pezcumulus_zombienet_sdk_helpers::submit_extrinsic_and_wait_for_finalization_success_with_timeout;
|
||||
use zombienet_orchestrator::network::node::{LogLineCount, LogLineCountOptions};
|
||||
use zombienet_sdk::{
|
||||
subxt::{self, dynamic::Value, OnlineClient, PolkadotConfig},
|
||||
|
||||
Reference in New Issue
Block a user