1c0e57d984
This commit systematically rebrands various references from Parity Technologies' Polkadot/Substrate ecosystem to PezkuwiChain within the kurdistan-sdk. Key changes include: - Updated external repository URLs (zombienet-sdk, parity-db, parity-scale-codec, wasm-instrument) to point to pezkuwichain forks. - Modified internal documentation and code comments to reflect PezkuwiChain naming and structure. - Replaced direct references to with or specific paths within the for XCM, Pezkuwi, and other modules. - Cleaned up deprecated issue and PR references in various and files, particularly in and modules. - Adjusted image and logo URLs in documentation to point to PezkuwiChain assets. - Removed or rephrased comments related to external Polkadot/Substrate PRs and issues. This is a significant step towards fully customizing the SDK for the PezkuwiChain ecosystem.
39 lines
1.3 KiB
TOML
39 lines
1.3 KiB
TOML
[package]
|
|
name = "pezcumulus-zombienet-sdk-tests"
|
|
version = "0.1.0"
|
|
description = "Zomebienet-sdk tests for pezcumulus."
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
log = { workspace = true }
|
|
pezkuwi-primitives = { workspace = true, default-features = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
|
futures = { workspace = true }
|
|
zombienet-sdk = { workspace = true }
|
|
zombienet-orchestrator = { workspace = true }
|
|
zombienet-configuration = { workspace = true }
|
|
pezcumulus-zombienet-sdk-helpers = { workspace = true }
|
|
pezsp-statement-store = { workspace = true, default-features = true }
|
|
pezsc-statement-store = { workspace = true, default-features = true }
|
|
pezsp-keyring = { workspace = true, default-features = true }
|
|
pezsp-core = { workspace = true, default-features = true }
|
|
codec = { workspace = true }
|
|
rstest = { workspace = true }
|
|
|
|
[features]
|
|
zombie-ci = []
|
|
runtime-benchmarks = [
|
|
"pezcumulus-zombienet-sdk-helpers/runtime-benchmarks",
|
|
"pezkuwi-primitives/runtime-benchmarks",
|
|
"pezsc-statement-store/runtime-benchmarks",
|
|
"pezsp-keyring/runtime-benchmarks",
|
|
"pezsp-statement-store/runtime-benchmarks",
|
|
]
|