379cb741ed
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.
214 lines
9.2 KiB
TOML
214 lines
9.2 KiB
TOML
[package]
|
|
name = "pezkuwi-sdk-docs"
|
|
description = "The one stop shop for developers of the pezkuwi-sdk"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
homepage = "https://docs.pezkuwichain.io/sdk/"
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
# This crate is not publish-able to crates.io for now because of docify.
|
|
publish = false
|
|
version = "0.0.1"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# Needed for all FRAME-based code
|
|
codec = { workspace = true }
|
|
frame = { features = [
|
|
"experimental",
|
|
"runtime",
|
|
], workspace = true, default-features = true }
|
|
pezpallet-contracts = { workspace = true }
|
|
pezpallet-default-config-example = { workspace = true, default-features = true }
|
|
pezpallet-example-offchain-worker = { workspace = true, default-features = true }
|
|
pezpallet-examples = { workspace = true }
|
|
scale-info = { workspace = true }
|
|
|
|
# How we build docs in rust-docs
|
|
docify = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
simple-mermaid = { workspace = true }
|
|
|
|
# Pezkuwi SDK deps, typically all should only be in scope such that we can link to their doc item.
|
|
chain-spec-builder = { workspace = true, default-features = true }
|
|
pezframe-benchmarking = { workspace = true }
|
|
pezframe-executive = { workspace = true }
|
|
pezframe-metadata-hash-extension = { workspace = true, default-features = true }
|
|
pezframe-support = { workspace = true }
|
|
pezframe-system = { workspace = true }
|
|
kitchensink-runtime = { workspace = true }
|
|
log = { workspace = true, default-features = true }
|
|
node-cli = { workspace = true }
|
|
pezpallet-example-authorization-tx-extension = { workspace = true, default-features = true }
|
|
pezpallet-example-single-block-migrations = { workspace = true, default-features = true }
|
|
pezkuwi-sdk = { features = [
|
|
"runtime-full",
|
|
], workspace = true, default-features = true }
|
|
subkey = { workspace = true, default-features = true }
|
|
|
|
# Bizinikiwi Client
|
|
pezsc-chain-spec = { workspace = true, default-features = true }
|
|
pezsc-cli = { workspace = true, default-features = true }
|
|
pezsc-client-db = { workspace = true, default-features = true }
|
|
pezsc-consensus-aura = { workspace = true, default-features = true }
|
|
pezsc-consensus-babe = { workspace = true, default-features = true }
|
|
pezsc-consensus-beefy = { workspace = true, default-features = true }
|
|
pezsc-consensus-grandpa = { workspace = true, default-features = true }
|
|
pezsc-consensus-manual-seal = { workspace = true, default-features = true }
|
|
pezsc-consensus-pow = { workspace = true, default-features = true }
|
|
pezsc-executor = { workspace = true, default-features = true }
|
|
pezsc-network = { workspace = true, default-features = true }
|
|
pezsc-rpc = { workspace = true, default-features = true }
|
|
pezsc-rpc-api = { workspace = true, default-features = true }
|
|
pezsc-service = { workspace = true, default-features = true }
|
|
|
|
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
|
|
|
|
# Pezcumulus
|
|
pezcumulus-client-service = { workspace = true, default-features = true }
|
|
pezcumulus-pezpallet-aura-ext = { workspace = true, default-features = true }
|
|
pezcumulus-pezpallet-teyrchain-system = { workspace = true, default-features = true }
|
|
pezcumulus-pezpallet-weight-reclaim = { workspace = true, default-features = true }
|
|
pezcumulus-primitives-proof-size-hostfunction = { workspace = true, default-features = true }
|
|
teyrchain-info = { workspace = true, default-features = true }
|
|
|
|
# Omni Node
|
|
pezkuwi-omni-node-lib = { workspace = true, default-features = true }
|
|
|
|
# Pallets and FRAME internals
|
|
pezpallet-asset-conversion-tx-payment = { workspace = true, default-features = true }
|
|
pezpallet-asset-tx-payment = { workspace = true, default-features = true }
|
|
pezpallet-assets = { workspace = true, default-features = true }
|
|
pezpallet-aura = { workspace = true, default-features = true }
|
|
pezpallet-babe = { workspace = true, default-features = true }
|
|
pezpallet-balances = { workspace = true, default-features = true }
|
|
pezpallet-collective = { workspace = true, default-features = true }
|
|
pezpallet-democracy = { workspace = true, default-features = true }
|
|
pezpallet-grandpa = { workspace = true, default-features = true }
|
|
pezpallet-nfts = { workspace = true, default-features = true }
|
|
pezpallet-preimage = { workspace = true, default-features = true }
|
|
pezpallet-scheduler = { workspace = true, default-features = true }
|
|
pezpallet-skip-feeless-payment = { workspace = true, default-features = true }
|
|
pezpallet-timestamp = { workspace = true, default-features = true }
|
|
pezpallet-transaction-payment = { workspace = true, default-features = true }
|
|
pezpallet-uniques = { workspace = true, default-features = true }
|
|
|
|
# Primitives
|
|
pezsp-api = { workspace = true, default-features = true }
|
|
pezsp-arithmetic = { workspace = true, default-features = true }
|
|
pezsp-core = { workspace = true, default-features = true }
|
|
pezsp-genesis-builder = { workspace = true, default-features = true }
|
|
pezsp-io = { workspace = true, default-features = true }
|
|
pezsp-keyring = { workspace = true, default-features = true }
|
|
pezsp-offchain = { workspace = true, default-features = true }
|
|
pezsp-runtime = { workspace = true, default-features = true }
|
|
pezsp-runtime-interface = { workspace = true, default-features = true }
|
|
pezsp-std = { workspace = true, default-features = true }
|
|
pezsp-storage = { workspace = true, default-features = true }
|
|
pezsp-tracing = { workspace = true, default-features = true }
|
|
pezsp-version = { workspace = true, default-features = true }
|
|
pezsp-weights = { workspace = true, default-features = true }
|
|
|
|
# XCM
|
|
pezpallet-xcm = { workspace = true }
|
|
xcm = { workspace = true, default-features = true }
|
|
xcm-builder = { workspace = true }
|
|
xcm-docs = { workspace = true }
|
|
xcm-executor = { workspace = true }
|
|
xcm-simulator = { workspace = true }
|
|
|
|
# Runtime guides
|
|
chain-spec-guide-runtime = { workspace = true, default-features = true }
|
|
|
|
# Templates
|
|
minimal-template-runtime = { workspace = true, default-features = true }
|
|
solochain-template-runtime = { workspace = true, default-features = true }
|
|
|
|
# local packages
|
|
first-runtime = { workspace = true, default-features = true }
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = { workspace = true }
|
|
cmd_lib = { workspace = true }
|
|
rand = { workspace = true, default-features = true }
|
|
tokio = { workspace = true }
|
|
|
|
[features]
|
|
runtime-benchmarks = [
|
|
"chain-spec-builder/runtime-benchmarks",
|
|
"chain-spec-guide-runtime/runtime-benchmarks",
|
|
"pezcumulus-client-service/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-aura-ext/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-weight-reclaim/runtime-benchmarks",
|
|
"pezcumulus-primitives-proof-size-hostfunction/runtime-benchmarks",
|
|
"first-runtime/runtime-benchmarks",
|
|
"pezframe-benchmarking/runtime-benchmarks",
|
|
"pezframe-executive/runtime-benchmarks",
|
|
"pezframe-metadata-hash-extension/runtime-benchmarks",
|
|
"pezframe-support/runtime-benchmarks",
|
|
"pezframe-system/runtime-benchmarks",
|
|
"frame/runtime-benchmarks",
|
|
"kitchensink-runtime/runtime-benchmarks",
|
|
"minimal-template-runtime/runtime-benchmarks",
|
|
"node-cli/runtime-benchmarks",
|
|
"pezpallet-asset-conversion-tx-payment/runtime-benchmarks",
|
|
"pezpallet-asset-tx-payment/runtime-benchmarks",
|
|
"pezpallet-assets/runtime-benchmarks",
|
|
"pezpallet-aura/runtime-benchmarks",
|
|
"pezpallet-babe/runtime-benchmarks",
|
|
"pezpallet-balances/runtime-benchmarks",
|
|
"pezpallet-collective/runtime-benchmarks",
|
|
"pezpallet-contracts/runtime-benchmarks",
|
|
"pezpallet-default-config-example/runtime-benchmarks",
|
|
"pezpallet-democracy/runtime-benchmarks",
|
|
"pezpallet-example-authorization-tx-extension/runtime-benchmarks",
|
|
"pezpallet-example-offchain-worker/runtime-benchmarks",
|
|
"pezpallet-example-single-block-migrations/runtime-benchmarks",
|
|
"pezpallet-examples/runtime-benchmarks",
|
|
"pezpallet-grandpa/runtime-benchmarks",
|
|
"pezpallet-nfts/runtime-benchmarks",
|
|
"pezpallet-preimage/runtime-benchmarks",
|
|
"pezpallet-scheduler/runtime-benchmarks",
|
|
"pezpallet-skip-feeless-payment/runtime-benchmarks",
|
|
"pezpallet-timestamp/runtime-benchmarks",
|
|
"pezpallet-transaction-payment/runtime-benchmarks",
|
|
"pezpallet-uniques/runtime-benchmarks",
|
|
"pezpallet-xcm/runtime-benchmarks",
|
|
"pezkuwi-omni-node-lib/runtime-benchmarks",
|
|
"pezkuwi-sdk/runtime-benchmarks",
|
|
"pezsc-chain-spec/runtime-benchmarks",
|
|
"pezsc-cli/runtime-benchmarks",
|
|
"pezsc-client-db/runtime-benchmarks",
|
|
"pezsc-consensus-aura/runtime-benchmarks",
|
|
"pezsc-consensus-babe/runtime-benchmarks",
|
|
"pezsc-consensus-beefy/runtime-benchmarks",
|
|
"pezsc-consensus-grandpa/runtime-benchmarks",
|
|
"pezsc-consensus-manual-seal/runtime-benchmarks",
|
|
"pezsc-consensus-pow/runtime-benchmarks",
|
|
"pezsc-executor/runtime-benchmarks",
|
|
"pezsc-network/runtime-benchmarks",
|
|
"pezsc-rpc-api/runtime-benchmarks",
|
|
"pezsc-rpc/runtime-benchmarks",
|
|
"pezsc-service/runtime-benchmarks",
|
|
"solochain-template-runtime/runtime-benchmarks",
|
|
"pezsp-api/runtime-benchmarks",
|
|
"pezsp-genesis-builder/runtime-benchmarks",
|
|
"pezsp-io/runtime-benchmarks",
|
|
"pezsp-keyring/runtime-benchmarks",
|
|
"pezsp-offchain/runtime-benchmarks",
|
|
"pezsp-runtime-interface/runtime-benchmarks",
|
|
"pezsp-runtime/runtime-benchmarks",
|
|
"pezsp-version/runtime-benchmarks",
|
|
"subkey/runtime-benchmarks",
|
|
"bizinikiwi-wasm-builder/runtime-benchmarks",
|
|
"teyrchain-info/runtime-benchmarks",
|
|
"xcm-builder/runtime-benchmarks",
|
|
"xcm-docs/runtime-benchmarks",
|
|
"xcm-executor/runtime-benchmarks",
|
|
"xcm-simulator/runtime-benchmarks",
|
|
"xcm/runtime-benchmarks",
|
|
]
|