feat: Rebrand Polkadot/Substrate references to PezkuwiChain
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.
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
[package]
|
||||
name = "pezpallet-revive-fixtures"
|
||||
version = "0.1.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Fixtures for testing and benchmarking"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version = "1.84"
|
||||
|
||||
[package.metadata.pezkuwi-sdk]
|
||||
exclude-from-umbrella = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
alloy-core = { workspace = true, default-features = true, features = [
|
||||
"sol-types",
|
||||
], optional = true }
|
||||
anyhow = { workspace = true, default-features = true, optional = true }
|
||||
pezsp-core = { workspace = true, default-features = true, optional = true }
|
||||
pezsp-io = { workspace = true, default-features = true, optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = { workspace = true, default-features = true }
|
||||
cargo_metadata = { workspace = true }
|
||||
hex = { workspace = true, features = ["alloc"] }
|
||||
pezpallet-revive-uapi = { workspace = true }
|
||||
polkavm-linker = { version = "0.30.0" }
|
||||
serde_json = { workspace = true }
|
||||
toml = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
# only when std is enabled all fixtures are available
|
||||
std = ["alloy-core", "anyhow", "hex/std", "serde_json/std", "pezsp-core", "pezsp-io"]
|
||||
Reference in New Issue
Block a user