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 286de54384
commit 1c0e57d984
9084 changed files with 997839 additions and 997557 deletions
@@ -8,10 +8,10 @@ pub mod v1;
pub mod v2;
use codec::{Decode, DecodeWithMemTracking, Encode};
use frame_support::PalletError;
use pezframe_support::PalletError;
use scale_info::TypeInfo;
use sp_arithmetic::traits::{BaseArithmetic, Unsigned};
use sp_core::RuntimeDebug;
use pezsp_arithmetic::traits::{BaseArithmetic, Unsigned};
use pezsp_core::RuntimeDebug;
pub use snowbridge_verification_primitives::*;
@@ -10,11 +10,11 @@ use core::slice::Iter;
use codec::{Decode, Encode};
use super::message::{Command, Message, SendMessage};
use frame_support::{ensure, traits::Get};
use pezframe_support::{ensure, traits::Get};
use snowbridge_core::{AgentId, ChannelId, ParaId, TokenId, TokenIdOf};
use sp_core::{H160, H256};
use sp_runtime::traits::MaybeConvert;
use sp_std::{iter::Peekable, marker::PhantomData, prelude::*};
use pezsp_core::{H160, H256};
use pezsp_runtime::traits::MaybeConvert;
use pezsp_std::{iter::Peekable, marker::PhantomData, prelude::*};
use xcm::prelude::*;
use xcm_executor::traits::{ConvertLocation, ExportXcm};
@@ -3,10 +3,10 @@ use crate::{
v1::{Command::UnlockNativeToken, Fee},
SendError, SendMessageFeeProvider,
};
use frame_support::parameter_types;
use pezframe_support::parameter_types;
use hex_literal::hex;
use snowbridge_core::AgentIdOf;
use sp_std::default::Default;
use pezsp_std::default::Default;
use xcm::{
latest::{PEZKUWICHAIN_GENESIS_HASH, ZAGROS_GENESIS_HASH},
prelude::SendError as XcmSendError,
@@ -7,9 +7,9 @@ use codec::{Decode, DecodeWithMemTracking, Encode};
use ethabi::Token;
use scale_info::TypeInfo;
use snowbridge_core::{pricing::UD60x18, ChannelId};
use sp_arithmetic::traits::{BaseArithmetic, Unsigned};
use sp_core::{RuntimeDebug, H160, H256, U256};
use sp_std::{borrow::ToOwned, vec, vec::Vec};
use pezsp_arithmetic::traits::{BaseArithmetic, Unsigned};
use pezsp_core::{RuntimeDebug, H160, H256, U256};
use pezsp_std::{borrow::ToOwned, vec, vec::Vec};
/// Enqueued outbound messages need to be versioned to prevent data corruption
/// or loss after forkless runtime upgrades
@@ -4,7 +4,7 @@
use codec::DecodeAll;
use core::slice::Iter;
use frame_support::{ensure, BoundedVec};
use pezframe_support::{ensure, BoundedVec};
use snowbridge_core::{AgentIdOf, TokenId, TokenIdOf};
use crate::v2::{
@@ -13,9 +13,9 @@ use crate::v2::{
};
use crate::v2::convert::XcmConverterError::{AssetResolutionFailed, FilterDoesNotConsumeAllAssets};
use sp_core::H160;
use sp_runtime::traits::MaybeConvert;
use sp_std::{iter::Peekable, marker::PhantomData, prelude::*};
use pezsp_core::H160;
use pezsp_runtime::traits::MaybeConvert;
use pezsp_std::{iter::Peekable, marker::PhantomData, prelude::*};
use xcm::prelude::*;
use xcm_executor::traits::ConvertLocation;
use XcmConverterError::*;
@@ -10,13 +10,13 @@ pub use convert::XcmConverter;
use super::message::SendMessage;
use codec::{Decode, Encode};
use frame_support::{
use pezframe_support::{
ensure,
traits::{Contains, Get, ProcessMessageError},
};
use snowbridge_core::{ParaId, TokenId};
use sp_runtime::traits::MaybeConvert;
use sp_std::{marker::PhantomData, ops::ControlFlow, prelude::*};
use pezsp_runtime::traits::MaybeConvert;
use pezsp_std::{marker::PhantomData, ops::ControlFlow, prelude::*};
use xcm::prelude::*;
use xcm_builder::{CreateMatcher, ExporterFor, MatchXcm};
use xcm_executor::traits::ExportXcm;
@@ -3,11 +3,11 @@ use crate::{
v2::{convert::XcmConverterError, Command, Message},
SendError, SendMessageFeeProvider,
};
use frame_support::{parameter_types, BoundedVec};
use pezframe_support::{parameter_types, BoundedVec};
use hex_literal::hex;
use snowbridge_core::{AgentIdOf, TokenIdOf};
use sp_core::H256;
use sp_std::default::Default;
use pezsp_core::H256;
use pezsp_std::default::Default;
use xcm::{latest::ZAGROS_GENESIS_HASH, prelude::SendError as XcmSendError};
use xcm_executor::traits::ConvertLocation;
@@ -3,9 +3,9 @@
use crate::Log;
use alloy_core::{primitives::B256, sol, sol_types::SolEvent};
use codec::Decode;
use frame_support::pallet_prelude::{Encode, TypeInfo};
use sp_core::{RuntimeDebug, H160, H256};
use sp_std::prelude::*;
use pezframe_support::pezpallet_prelude::{Encode, TypeInfo};
use pezsp_core::{RuntimeDebug, H160, H256};
use pezsp_std::prelude::*;
sol! {
event InboundMessageDispatched(uint64 indexed nonce, bytes32 topic, bool success, bytes32 reward_address);
@@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: 2023 Snowfork <hello@snowfork.com>
use core::marker::PhantomData;
use snowbridge_core::operating_mode::ExportPausedQuery;
use sp_std::vec::Vec;
use pezsp_std::vec::Vec;
use xcm::{
prelude::{Location, SendError, SendResult, SendXcm, Xcm, XcmHash},
VersionedLocation, VersionedXcm,
@@ -3,10 +3,10 @@
//! # Outbound V2 primitives
use codec::{Decode, DecodeWithMemTracking, Encode};
use frame_support::{pallet_prelude::ConstU32, BoundedVec};
use pezframe_support::{pezpallet_prelude::ConstU32, BoundedVec};
use scale_info::TypeInfo;
use sp_core::{RuntimeDebug, H160, H256};
use sp_std::vec::Vec;
use pezsp_core::{RuntimeDebug, H160, H256};
use pezsp_std::vec::Vec;
use crate::{OperatingMode, SendError};
use abi::{
@@ -11,8 +11,8 @@ pub use message::*;
use codec::{Decode, Encode};
use scale_info::TypeInfo;
use sp_runtime::RuntimeDebug;
use sp_std::prelude::*;
use pezsp_runtime::RuntimeDebug;
use pezsp_std::prelude::*;
/// The `XCM::Transact` payload for calling arbitrary smart contracts on Ethereum.
/// On Ethereum, this call will be dispatched by the agent contract acting as a proxy