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:
2025-12-14 00:04:10 +03:00
parent e4778b4576
commit 379cb741ed
9082 changed files with 997824 additions and 997542 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ pezkuwi-node-subsystem-types = { workspace = true, default-features = true }
pezkuwi-node-subsystem-util = { workspace = true, default-features = true }
pezkuwi-primitives = { workspace = true, default-features = true }
rand = { workspace = true, default-features = true }
sp-core = { workspace = true, default-features = true }
pezsp-core = { workspace = true, default-features = true }
# Required for worker binaries to build.
pezkuwi-node-core-pvf-common = { workspace = true, default-features = true }
@@ -60,7 +60,7 @@ futures = { features = ["thread-pool"], workspace = true }
pezkuwi-node-subsystem-test-helpers = { workspace = true }
[build-dependencies]
substrate-build-script-utils = { workspace = true, default-features = true }
bizinikiwi-build-script-utils = { workspace = true, default-features = true }
[features]
default = []
+1 -1
View File
@@ -48,7 +48,7 @@ This will also teardown the namespace after completion.
## Container Image Building Note
In order to build the container image you need to have the latest changes from
PezkuwiChain and Substrate master branches.
PezkuwiChain and Bizinikiwi master branches.
```sh
pwd # run this from the current dir
+2 -2
View File
@@ -15,8 +15,8 @@
// along with Pezkuwi. If not, see <http://www.gnu.org/licenses/>.
fn main() {
substrate_build_script_utils::generate_cargo_keys();
bizinikiwi_build_script_utils::generate_cargo_keys();
// For the node/worker version check, make sure we always rebuild the node and binary workers
// when the version changes.
substrate_build_script_utils::rerun_if_git_head_changed();
bizinikiwi_build_script_utils::rerun_if_git_head_changed();
}
@@ -21,7 +21,7 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \
rustup default stable
COPY polkadot/ /usr/src/polkadot-malus/polkadot/
COPY substrate/ /usr/src/polkadot-malus/substrate/
COPY bizinikiwi/ /usr/src/polkadot-malus/bizinikiwi/
WORKDIR /usr/src/polkadot-malus/polkadot
@@ -76,7 +76,7 @@ WORKDIR /usr/src/polkadot-malus
# it will be cached from the second build onwards
RUN cargo install cargo-chef
COPY polkadot/ /usr/src/polkadot-malus/polkadot/
COPY substrate/ /usr/src/polkadot-malus/substrate/
COPY bizinikiwi/ /usr/src/polkadot-malus/bizinikiwi/
WORKDIR /usr/src/polkadot-malus/polkadot
RUN cargo chef prepare --recipe-path recipe.json
@@ -104,7 +104,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
FROM rust:1.54.0 as builder
WORKDIR /usr/src/polkadot-malus
COPY polkadot/ /usr/src/polkadot-malus/polkadot/
COPY substrate/ /usr/src/polkadot-malus/substrate/
COPY bizinikiwi/ /usr/src/polkadot-malus/bizinikiwi/
# Copy over the cached dependencies
WORKDIR /usr/src/polkadot-malus/polkadot
COPY --from=cacher /usr/src/polkadot-malus/polkadot/target target
+1 -1
View File
@@ -15,7 +15,7 @@
// along with Pezkuwi. If not, see <http://www.gnu.org/licenses/>.
use futures::prelude::*;
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
pub const MALUS: &str = "MALUS";
+1 -1
View File
@@ -63,7 +63,7 @@ async fn overseer_send<T: Into<AllMessages>>(overseer: &mut TestSubsystemContext
overseer.send(FromOrchestra::Communication { msg }).await;
}
use sp_core::testing::TaskExecutor;
use pezsp_core::testing::TaskExecutor;
fn launch_harness<F, M, Sub, G>(test_gen: G)
where
@@ -27,7 +27,7 @@ use pezkuwi_cli::{
};
use pezkuwi_node_subsystem::SpawnGlue;
use pezkuwi_node_subsystem_types::{ChainApiBackend, RuntimeApiSubsystemClient};
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
use crate::{
interceptor::*,
@@ -43,7 +43,7 @@ use pezkuwi_node_subsystem::SpawnGlue;
use pezkuwi_node_subsystem_types::{ChainApiBackend, OverseerSignal, RuntimeApiSubsystemClient};
use pezkuwi_node_subsystem_util::request_candidate_events;
use pezkuwi_primitives::CandidateEvent;
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
// Filter wrapping related types.
use crate::{interceptor::*, shared::MALUS};
@@ -31,7 +31,7 @@ use pezkuwi_cli::{
};
use pezkuwi_node_subsystem::SpawnGlue;
use pezkuwi_node_subsystem_types::{ChainApiBackend, RuntimeApiSubsystemClient};
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
// Filter wrapping related types.
use super::common::{FakeCandidateValidation, FakeCandidateValidationError};
@@ -34,7 +34,7 @@ use pezkuwi_cli::{
use pezkuwi_node_network_protocol::request_response::{outgoing::Requests, OutgoingRequest};
use pezkuwi_node_subsystem::{messages::NetworkBridgeTxMessage, SpawnGlue};
use pezkuwi_node_subsystem_types::{ChainApiBackend, RuntimeApiSubsystemClient};
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
// Filter wrapping related types.
use crate::{interceptor::*, shared::MALUS};
@@ -35,7 +35,7 @@ use pezkuwi_node_subsystem_types::{ChainApiBackend, RuntimeApiSubsystemClient};
use pezkuwi_primitives::{CandidateDescriptorV2, CandidateReceiptV2, CoreIndex};
use pezkuwi_node_subsystem_util::request_validators;
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
use rand::distributions::{Bernoulli, Distribution};
@@ -26,7 +26,7 @@ use pezkuwi_cli::{
};
use pezkuwi_node_subsystem::SpawnGlue;
use pezkuwi_node_subsystem_types::{ChainApiBackend, RuntimeApiSubsystemClient};
use sp_core::traits::SpawnNamed;
use pezsp_core::traits::SpawnNamed;
use crate::interceptor::*;