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
+270
View File
@@ -0,0 +1,270 @@
// This file is part of Bizinikiwi.
// Copyright (C) Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: Apache-2.0
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//! Autogenerated weights for pezpallet_ranked_collective
//!
//! THIS FILE WAS AUTO-GENERATED USING THE BIZINIKIWI BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
// Executed Command:
// /Users/gav/Core/bizinikiwi/target/release/bizinikiwi
// benchmark
// pallet
// --pallet
// pezpallet-ranked-collective
// --extrinsic=*
// --chain=dev
// --steps=50
// --repeat=20
// --output=../../../frame/ranked-collective/src/weights.rs
// --template=../../../.maintain/frame-weight-template.hbs
// --header=../../../HEADER-APACHE2
// --record-proof
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
use pezframe_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use core::marker::PhantomData;
/// Weight functions needed for pezpallet_ranked_collective.
pub trait WeightInfo {
fn under_alias() -> Weight;
fn set_alias_account() -> Weight;
fn unset_alias_account() -> Weight;
fn reset_root() -> Weight;
fn force_recognize_personhood() -> Weight;
fn set_personal_id_account() -> Weight;
fn unset_personal_id_account() -> Weight;
fn set_onboarding_size() -> Weight;
fn merge_rings() -> Weight;
fn migrate_included_key() -> Weight;
fn migrate_onboarding_key() -> Weight;
fn should_build_ring(n: u32) -> Weight;
fn build_ring(n: u32) -> Weight;
fn onboard_people() -> Weight;
fn remove_suspended_people(n: u32) -> Weight;
fn pending_suspensions_iteration() -> Weight;
fn migrate_keys_single_included_key() -> Weight;
fn merge_queue_pages() -> Weight;
fn as_person_alias_with_account() -> Weight;
fn as_person_identity_with_account() -> Weight;
fn as_person_alias_with_proof() -> Weight;
fn as_person_identity_with_proof() -> Weight;
fn on_poll_base() -> Weight;
fn on_idle_base() -> Weight;
}
pub struct BizinikiwiWeight<T>(PhantomData<T>);
impl<T: pezframe_system::Config> WeightInfo for BizinikiwiWeight<T> {
fn under_alias() -> Weight {
Weight::zero()
}
fn set_alias_account() -> Weight {
Weight::zero()
}
fn unset_alias_account() -> Weight {
Weight::zero()
}
fn reset_root() -> Weight {
Weight::zero()
}
fn force_recognize_personhood() -> Weight {
Weight::zero()
}
fn set_personal_id_account() -> Weight {
Weight::zero()
}
fn unset_personal_id_account() -> Weight {
Weight::zero()
}
fn set_onboarding_size() -> Weight {
Weight::zero()
}
fn merge_rings() -> Weight {
Weight::zero()
}
fn migrate_included_key() -> Weight {
Weight::zero()
}
fn migrate_onboarding_key() -> Weight {
Weight::zero()
}
fn should_build_ring(_n: u32) -> Weight {
Weight::zero()
}
fn build_ring(_n: u32) -> Weight {
Weight::zero()
}
fn onboard_people() -> Weight {
Weight::zero()
}
fn remove_suspended_people(_n: u32) -> Weight {
Weight::zero()
}
fn pending_suspensions_iteration() -> Weight {
Weight::zero()
}
fn migrate_keys_single_included_key() -> Weight {
Weight::zero()
}
fn merge_queue_pages() -> Weight {
Weight::zero()
}
fn as_person_alias_with_account() -> Weight {
Weight::zero()
}
fn as_person_identity_with_account() -> Weight {
Weight::zero()
}
fn as_person_alias_with_proof() -> Weight {
Weight::zero()
}
fn as_person_identity_with_proof() -> Weight {
Weight::zero()
}
fn on_poll_base() -> Weight {
Weight::zero()
}
fn on_idle_base() -> Weight {
Weight::zero()
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
fn under_alias() -> Weight {
Weight::zero()
}
fn set_alias_account() -> Weight {
Weight::zero()
}
fn unset_alias_account() -> Weight {
Weight::zero()
}
fn reset_root() -> Weight {
Weight::zero()
}
fn force_recognize_personhood() -> Weight {
Weight::zero()
}
fn set_personal_id_account() -> Weight {
Weight::zero()
}
fn unset_personal_id_account() -> Weight {
Weight::zero()
}
fn set_onboarding_size() -> Weight {
Weight::zero()
}
fn merge_rings() -> Weight {
Weight::zero()
}
fn migrate_included_key() -> Weight {
Weight::zero()
}
fn migrate_onboarding_key() -> Weight {
Weight::zero()
}
fn should_build_ring(_n: u32) -> Weight {
Weight::zero()
}
fn build_ring(_n: u32) -> Weight {
Weight::zero()
}
fn onboard_people() -> Weight {
Weight::zero()
}
fn remove_suspended_people(_n: u32) -> Weight {
Weight::zero()
}
fn pending_suspensions_iteration() -> Weight {
Weight::zero()
}
fn migrate_keys_single_included_key() -> Weight {
Weight::zero()
}
fn merge_queue_pages() -> Weight {
Weight::zero()
}
fn as_person_alias_with_account() -> Weight {
Weight::zero()
}
fn as_person_identity_with_account() -> Weight {
Weight::zero()
}
fn as_person_alias_with_proof() -> Weight {
Weight::zero()
}
fn as_person_identity_with_proof() -> Weight {
Weight::zero()
}
fn on_poll_base() -> Weight {
Weight::zero()
}
fn on_idle_base() -> Weight {
Weight::zero()
}
}