fix: Resolve cargo clippy errors and add CI workflow plan

## Changes

### Clippy Fixes
- Fixed deprecated `cargo_bin` usage in 27 test files (added #![allow(deprecated)])
- Fixed uninlined_format_args in zombienet-sdk-tests
- Fixed subxt API changes in revive/rpc/tests.rs (fetch signature, StorageValue)
- Fixed dead_code warnings in validator-pool and identity-kyc mocks
- Fixed field name `i` -> `_i` in tasks example

### CI Infrastructure
- Added .claude/WORKFLOW_PLAN.md for tracking CI fix progress
- Updated lychee.toml and taplo.toml configs

### Files Modified
- 27 test files with deprecated cargo_bin fix
- bizinikiwi/pezframe/revive/rpc/src/tests.rs (subxt API)
- pezkuwi/pezpallets/validator-pool/src/{mock,tests}.rs
- pezcumulus/teyrchains/pezpallets/identity-kyc/src/mock.rs
- bizinikiwi/pezframe/examples/tasks/src/tests.rs

## Status
- cargo clippy: PASSING
- Next: cargo fmt, zepter, workspace checks
This commit is contained in:
2025-12-22 16:36:14 +03:00
parent 8acf59c6aa
commit 65b7f5e640
1393 changed files with 17834 additions and 179151 deletions
+194
View File
@@ -0,0 +1,194 @@
# PezkuwiChain Domains
## Ana Domain
- **Ana Site**: pezkuwichain.io
- **IP**: 37.60.230.9
- **TTL**: 3600
## Subdomains
| Subdomain | Tam URL | Açıklama |
|-----------|---------|----------|
| www | www.pezkuwichain.io | Ana web sitesi |
| network | network.pezkuwichain.io | Network portal |
| api | api.pezkuwichain.io | API endpoint |
| rpc | rpc.pezkuwichain.io | RPC endpoint |
| ws | ws.pezkuwichain.io | WebSocket endpoint |
| explorer | explorer.pezkuwichain.io | Block explorer |
| docs | docs.pezkuwichain.io | Dokümantasyon |
| wiki | wiki.pezkuwichain.io | Wiki |
| wiki.network | wiki.network.pezkuwichain.io | Network wiki |
| faucet | faucet.pezkuwichain.io | Test token faucet |
| telemetry | telemetry.pezkuwichain.io | Telemetry dashboard |
| forum | forum.pezkuwichain.io | Topluluk forumu |
| grants | grants.pezkuwichain.io | Grant programı |
| developers | developers.pezkuwichain.io | Developer portal |
| mail | mail.pezkuwichain.io | E-posta servisi |
## Network Subdomains
### Mainnet
| Subdomain | Tam URL |
|-----------|---------|
| mainnet | mainnet.pezkuwichain.io |
| pezkuwichain-rpc | pezkuwichain-rpc.pezkuwichain.io |
### Zagros (Canary Network)
| Subdomain | Tam URL |
|-----------|---------|
| zagros | zagros.pezkuwichain.io |
| zagros-rpc | zagros-rpc.pezkuwichain.io |
| zagros-asset-hub-rpc | zagros-asset-hub-rpc.pezkuwichain.io |
| zagros-bridge-hub-rpc | zagros-bridge-hub-rpc.pezkuwichain.io |
| zagros-collectives-rpc | zagros-collectives-rpc.pezkuwichain.io |
| zagros-coretime-rpc | zagros-coretime-rpc.pezkuwichain.io |
### Test Networks
| Subdomain | Tam URL |
|-----------|---------|
| testnet | testnet.pezkuwichain.io |
| staging | staging.pezkuwichain.io |
| beta | beta.pezkuwichain.io |
| beta-rpc | beta-rpc.pezkuwichain.io |
| try-runtime | try-runtime.pezkuwichain.io |
| try-runtime-zagros | try-runtime-zagros.pezkuwichain.io |
## Kod İçinde Kullanım
```rust
// Website URL'leri
"https://pezkuwichain.io" // Ana site
"https://network.pezkuwichain.io" // Network portal
"https://docs.pezkuwichain.io" // Dokümantasyon
// RPC Endpoints
"wss://rpc.pezkuwichain.io" // Mainnet WS
"wss://zagros-rpc.pezkuwichain.io" // Zagros WS
```
---
*Son güncelleme: 2025-12-20*
25 repositories
https://github.com/pezkuwichain/
awesome-hez
An opinionated list of awesome resources in the Polkadot ecosystem.
11
0
consensus
Consensus for Web3
TeX
27
0
DKSweb
A Sovereign Blockchain for the Kurdish Nation
TypeScript
0
0
docs
A sovereign blockchain parachain built for the Kurdish Nation and Culturel Nations of the world, on blockchain
Rust
0
0
kurdistan_blockchain-akademy
Open to everyone 👪 - The Polkadot Blockchain Academy's Rust Qualifier Exam.
Rust
70
0
labels
Label rules and specifications for Pezkuwi SDK repositories
Shell
0
0
merkle-mountain-range
A generalized merkle mountain range implementation (forked from nervosnetwork)
Rust
0
0
parity-db
Experimental blockchain database
Rust
65
0
parity-scale-codec
Lightweight, efficient, binary serialization and deserialization codec
Rust
98
0
pezframe-metadata
A set of tools to parse FRAME metadata retrieved from Substrate-based nodes.
Rust
12
0
pezkuwi-fellows
Proposals for change to standards administered by the Fellowship.
Handlebars
69
0
pezkuwi-mobile-app
Official PezkuwiChain Mobile App - Kurdish Digital Citizenship Platform
TypeScript
0
0
pezkuwi-sdk
dijital state for kurdish nation on blockchain
Rust
0
0
pezkuwi-sdk-minimal-template
The Minimal (Testing/Learning-Only) Template From Polkadot SDK
Rust
56
0
pezkuwi-sdk-solochain-template
The Solochain-Ready Template From Polkadot SDK
Rust
65
0
pezkuwi-sdk-teyrchain-template
Teyrchain template for Pezkuwi SDK
Rust
0
0
pezkuwi-subxt
Interact with Substrate based nodes in Rust or WebAssembly
Rust
281
0
pezkuwi-validator-v1.0.0
One-click validator installer for Pezkuwi testnet. Cross-platform scripts (Linux/Mac/Windows) for automated node deployment.
Shell
0
0
pezkuwi-zombienet-sdk
ZombieNet SDK
Rust
15
0
polkadot-runtime-templates
Runtime Templates for Pezkuwi Teyrchains
Rust
33
0
polkadot-sdk
The Parity Polkadot Blockchain SDK
Rust
1.1k
0
pwap
Monorepo for PezkuwiChain web and mobile applications with unified backend
TypeScript
0
0
testnet
Shell
0
0
wasm-instrument
Instrument and transform wasm modules.
Rust
22
0
workflow-stopper
Workflow stopper for Pezkuwi SDK CI/CD - stops all running workflows on PR failure to save compute resources