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:
+1581
-1581
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -15,7 +15,7 @@ SDK](https://github.com/pezkuwichain/pezkuwi-sdk), in the sense that it is an "u
|
||||
encompasses other components. More specifically, it re-exports all the crates that are needed by
|
||||
builders.
|
||||
|
||||
`pezkuwi-sdk` aims to be the entry to the PezkuwiChain and Substrate ecosystem and make the SDK more
|
||||
`pezkuwi-sdk` aims to be the entry to the PezkuwiChain and Bizinikiwi ecosystem and make the SDK more
|
||||
approachable—the entire development environment made available with **one dependency**. More
|
||||
importantly, it guarantees the compatible combination of crate versions. So even if you know exactly
|
||||
which crates to use, you may still benefit from using `pezkuwi-sdk` for painless dependency
|
||||
@@ -63,7 +63,7 @@ with-tracing = ["pezkuwi-sdk/with-tracing"]
|
||||
cargo build --features "runtime-benchmarks,with-tracing"
|
||||
```
|
||||
|
||||
Substrate's [try-runtime](https://paritytech.github.io/try-runtime-cli/try_runtime/) is an essential
|
||||
Bizinikiwi's [try-runtime](https://paritytech.github.io/try-runtime-cli/try_runtime/) is an essential
|
||||
tool for testing runtime protocol upgrades locally, which can be enabled with the `try-runtime`
|
||||
feature.
|
||||
|
||||
@@ -79,7 +79,7 @@ try-runtime = ["pezkuwi-sdk/try-runtime"]
|
||||
cargo build --features "try-runtime"
|
||||
```
|
||||
|
||||
In Substrate, a runtime can be seen as a tuple of various pallets. Since the number of pallets can
|
||||
In Bizinikiwi, a runtime can be seen as a tuple of various pallets. Since the number of pallets can
|
||||
vary and there is no way to anticipate it, we have to generate impl-trait for tuples of different
|
||||
sizes upfront, from 0-tuple to 64-tuple to be specific (64 is chosen to balance between usability
|
||||
and compile time).
|
||||
|
||||
+540
-540
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user