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,70 @@
|
||||
[package]
|
||||
name = "pezpallet-examples"
|
||||
version = "4.0.0-dev"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "The single package with examples of various types of FRAME pallets"
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
pezpallet-default-config-example = { workspace = true }
|
||||
pezpallet-dev-mode = { workspace = true }
|
||||
pezpallet-example-authorization-tx-extension = { workspace = true }
|
||||
pezpallet-example-basic = { workspace = true }
|
||||
pezpallet-example-frame-crate = { workspace = true }
|
||||
pezpallet-example-kitchensink = { workspace = true }
|
||||
pezpallet-example-offchain-worker = { workspace = true }
|
||||
pezpallet-example-single-block-migrations = { workspace = true }
|
||||
pezpallet-example-split = { workspace = true }
|
||||
pezpallet-example-tasks = { workspace = true }
|
||||
pezpallet-example-view-functions = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezpallet-default-config-example/std",
|
||||
"pezpallet-dev-mode/std",
|
||||
"pezpallet-example-authorization-tx-extension/std",
|
||||
"pezpallet-example-basic/std",
|
||||
"pezpallet-example-frame-crate/std",
|
||||
"pezpallet-example-kitchensink/std",
|
||||
"pezpallet-example-offchain-worker/std",
|
||||
"pezpallet-example-single-block-migrations/std",
|
||||
"pezpallet-example-split/std",
|
||||
"pezpallet-example-tasks/std",
|
||||
"pezpallet-example-view-functions/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezpallet-default-config-example/try-runtime",
|
||||
"pezpallet-dev-mode/try-runtime",
|
||||
"pezpallet-example-authorization-tx-extension/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime",
|
||||
"pezpallet-example-kitchensink/try-runtime",
|
||||
"pezpallet-example-offchain-worker/try-runtime",
|
||||
"pezpallet-example-single-block-migrations/try-runtime",
|
||||
"pezpallet-example-split/try-runtime",
|
||||
"pezpallet-example-tasks/try-runtime",
|
||||
"pezpallet-example-view-functions/try-runtime",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezpallet-default-config-example/runtime-benchmarks",
|
||||
"pezpallet-dev-mode/runtime-benchmarks",
|
||||
"pezpallet-example-authorization-tx-extension/runtime-benchmarks",
|
||||
"pezpallet-example-basic/runtime-benchmarks",
|
||||
"pezpallet-example-frame-crate/runtime-benchmarks",
|
||||
"pezpallet-example-kitchensink/runtime-benchmarks",
|
||||
"pezpallet-example-offchain-worker/runtime-benchmarks",
|
||||
"pezpallet-example-single-block-migrations/runtime-benchmarks",
|
||||
"pezpallet-example-split/runtime-benchmarks",
|
||||
"pezpallet-example-tasks/runtime-benchmarks",
|
||||
"pezpallet-example-view-functions/runtime-benchmarks",
|
||||
]
|
||||
Reference in New Issue
Block a user