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:
+2
-2
@@ -35,9 +35,9 @@ exclude = [
|
||||
"https://www.urltomysnapshot.com/",
|
||||
# TODO meta issue: <https://github.com/pezkuwichain/pezkuwi-sdk/issues/134>
|
||||
"https://github.com/ipfs/js-ipfs-bitswap/blob/",
|
||||
"https://github.com/paritytech/substrate/frame/fast-unstake",
|
||||
"https://github.com/paritytech/bizinikiwi/pezframe/fast-unstake",
|
||||
# Exclude wiki.network.pezkuwichain.io - SSL certificate hostname mismatch
|
||||
"https://github.com/pezkuwichain/pezkuwi-sdk/substrate/frame/timestamp",
|
||||
"https://github.com/pezkuwichain/pezkuwi-sdk/bizinikiwi/pezframe/timestamp",
|
||||
"https://github.com/zkcrypto/bls12_381/blob/e224ad4ea1babfc582ccd751c2bf128611d10936/src/test-data/mod.rs",
|
||||
"https://polkadot.network/the-path-of-a-parachain-block/",
|
||||
"https://research.web3.foundation/en/latest/polkadot/NPoS/3.%20Balancing.html",
|
||||
|
||||
@@ -95,7 +95,7 @@ path = "junit.xml"
|
||||
# The name of the top-level "report" element in JUnit report. If aggregating
|
||||
# reports across different test runs, it may be useful to provide separate names
|
||||
# for each report.
|
||||
report-name = "substrate"
|
||||
report-name = "bizinikiwi"
|
||||
|
||||
# Whether standard output and standard error for passing tests should be stored in the JUnit report.
|
||||
# Output is stored in the <system-out> and <system-err> elements of the <testcase> element.
|
||||
|
||||
+3
-3
@@ -3,11 +3,11 @@
|
||||
# ignore zombienet as they do some deliberate custom toml stuff
|
||||
exclude = [
|
||||
"bridges/testing/**",
|
||||
"cumulus/zombienet/**",
|
||||
"pezcumulus/zombienet/**",
|
||||
"pezkuwi/node/malus/integrationtests/**",
|
||||
"pezkuwi/zombienet_tests/**",
|
||||
"substrate/client/transaction-pool/tests/zombienet/**",
|
||||
"substrate/zombienet/**",
|
||||
"bizinikiwi/client/transaction-pool/tests/zombienet/**",
|
||||
"bizinikiwi/zombienet/**",
|
||||
"target/**",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user