fix: resolve all broken links for check-links.yml CI

## Changes

### High Impact Fixes (RED)
- Fix radium git URL (https://https:// → github.com/paritytech/radium-0.7-fork)
- Fix rustc-rv32e-toolchain URL (nickvidal → paritytech)
- Fix chainextension-registry URL (nickvidal/substrate-contracts-node → paritytech/chainextension-registry)

### Medium Impact Fixes (YELLOW)
- Fix docs.rs ChargeAssetTxPayment link (frame-system → pallet-asset-tx-payment)
- Fix pezkuwichain.github.io → paritytech.github.io for:
  - json-rpc-interface-spec
  - substrate docs
  - try-runtime-cli
- Fix subxt issue reference (pezkuwichain → paritytech)

### Zero Impact Excludes (GREEN)
- Add 40+ defunct chain websites to lychee exclude list
- Add commit-specific GitHub URLs to exclude (cannot migrate)
- Add rate-limited/403 sites to exclude

### Documentation
- Refactor .claude/domains_repositories.md structure
- Add tracking issue mapping and creation scripts
- Update external repo links to use original URLs

Result: 🔍 9610 Total  6747 OK 🚫 0 Errors
This commit is contained in:
2025-12-23 07:58:20 +03:00
parent e8c03b5c86
commit 3c60d579a6
174 changed files with 1335 additions and 430 deletions
+76
View File
@@ -0,0 +1,76 @@
# Polkadot SDK Issue Tracking
Bu dosya, pezkuwi-sdk kodunda referans verilen Polkadot SDK issue'larını listeler.
Her biri için kendi repomuzda bir tracking issue açılmalı.
## Workflow
1. Her Polkadot SDK issue için `pezkuwichain/pezkuwi-sdk` reposunda yeni issue aç
2. Issue açıklaması: "Track Polkadot SDK issue #XXX"
3. Bot haftalık olarak Polkadot'u tarar ve issue durumlarını günceller
4. Discord'a bildirim gönderilir
## Toplu Issue Oluşturma Scripti
```bash
# GitHub CLI ile toplu issue oluşturma örneği
for issue_num in 2 3 4 5 7 8 10 11 12 ...; do
gh issue create \
--repo pezkuwichain/pezkuwi-sdk \
--title "Track Polkadot SDK #$issue_num" \
--body "This issue tracks upstream changes in https://github.com/paritytech/polkadot-sdk/issues/$issue_num"
done
```
## Issue Listesi (143 adet)
| Pezkuwi Issue # | Polkadot SDK Issue # | Context |
|-----------------|---------------------|---------|
| TBD | #2 | bizinikiwi/pezframe/assets/src/mock.rs - Thread local vars |
| TBD | #3 | templates/minimal/runtime/src/lib.rs |
| TBD | #4 | bizinikiwi/pezframe/nomination-pools |
| TBD | #5 | election-provider-support - max voters |
| TBD | #7 | network-gossip - DoS protection |
| TBD | #8 | state-trie-migration - storage |
| TBD | #10 | election-provider-multi-phase |
| TBD | #11 | pezframe/support migrations |
| TBD | #12 | client/service |
| TBD | #13 | trait_based_programming docs |
| TBD | #14 | remote-externalities CI errors |
| TBD | #15 | network service - unimplemented |
| TBD | #16 | election-provider-multi-phase |
| TBD | #17 | pezframe_system_accounts docs |
| TBD | #18 | blockchain backend time complexity |
| TBD | #19 | offchain storage |
| TBD | #20 | network sync tests |
| TBD | #21 | staking ledger |
| TBD | #22 | rpc-api system call future |
| TBD | #23 | async-backing / slot-based collator |
| TBD | #24 | network protocol Status |
| TBD | #25 | templates (minimal, solochain) |
| TBD | #26 | rpc-api system |
| TBD | #27 | network service conflicts |
| TBD | #28 | staking stash account |
| TBD | #29 | tracing types |
| TBD | #31 | consensus inherents |
| TBD | #32 | network sync block request |
| TBD | #33 | lottery pezpallet |
| TBD | #34 | society pezpallet |
| TBD | #35-190 | (remaining issues to be mapped) |
## Öncelik Sıralaması
**P0 - Kritik (CI'ı etkileyen):**
- #97, #143, #177 (OmniNode)
- #174-186 (configuration)
**P1 - Önemli (Core functionality):**
- #23 (async-backing)
- #15, #27 (network)
- #21 (staking)
**P2 - Normal:**
- Diğer tüm issue'lar
---
*Son güncelleme: 2025-12-23*