docs: remove local filesystem paths from runtimes-pallets.md

This commit is contained in:
2026-04-21 16:31:49 +00:00
parent 787efa3cce
commit 6f61b89beb
-22
View File
@@ -17,7 +17,6 @@
## 1. PezkuwiChain Relay Chain Runtime ## 1. PezkuwiChain Relay Chain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezkuwi/runtime/pezkuwichain/src/lib.rs`
**Spec Name:** `pezkuwichain` **Spec Name:** `pezkuwichain`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Benchmarks:** ✅ Yes **Benchmarks:** ✅ Yes
@@ -112,7 +111,6 @@
## 2. Zagros Relay Chain Runtime ## 2. Zagros Relay Chain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezkuwi/runtime/zagros/src/lib.rs`
**Spec Name:** `zagros` **Spec Name:** `zagros`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Status:** ⚠️ Zagros runtime does NOT exist in this codebase. Only PezkuwiChain relay chain is implemented. **Status:** ⚠️ Zagros runtime does NOT exist in this codebase. Only PezkuwiChain relay chain is implemented.
@@ -121,7 +119,6 @@
## 3. Asset Hub PezkuwiChain Teyrchain Runtime ## 3. Asset Hub PezkuwiChain Teyrchain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/runtimes/assets/asset-hub-pezkuwichain/src/lib.rs`
**Spec Name:** `asset-hub-pezkuwichain` **Spec Name:** `asset-hub-pezkuwichain`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Benchmarks:** ✅ Yes **Benchmarks:** ✅ Yes
@@ -204,7 +201,6 @@
## 4. Asset Hub Zagros Teyrchain Runtime ## 4. Asset Hub Zagros Teyrchain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/runtimes/assets/asset-hub-zagros/src/lib.rs`
**Spec Name:** `asset-hub-zagros` **Spec Name:** `asset-hub-zagros`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Benchmarks:** ✅ Yes **Benchmarks:** ✅ Yes
@@ -295,7 +291,6 @@
## 5. People PezkuwiChain Teyrchain Runtime ## 5. People PezkuwiChain Teyrchain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs`
**Spec Name:** `people-pezkuwichain` **Spec Name:** `people-pezkuwichain`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Benchmarks:** ✅ Yes **Benchmarks:** ✅ Yes
@@ -368,7 +363,6 @@
## 6. People Zagros Teyrchain Runtime ## 6. People Zagros Teyrchain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/runtimes/people/people-zagros/src/lib.rs`
**Spec Name:** `people-zagros` **Spec Name:** `people-zagros`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Benchmarks:** ✅ Yes **Benchmarks:** ✅ Yes
@@ -417,7 +411,6 @@
## 7. Penpal Test Teyrchain Runtime ## 7. Penpal Test Teyrchain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/runtimes/testing/penpal/src/lib.rs`
**Spec Name:** `penpal-teyrchain` **Spec Name:** `penpal-teyrchain`
**Spec Version:** 1 **Spec Version:** 1
**Benchmarks:** ⚠️ Limited **Benchmarks:** ⚠️ Limited
@@ -454,7 +447,6 @@
## 8. PezkuwiChain Test Teyrchain Runtime ## 8. PezkuwiChain Test Teyrchain Runtime
**Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/runtimes/testing/pezkuwichain-teyrchain/src/lib.rs`
**Spec Name:** `test-teyrchain` **Spec Name:** `test-teyrchain`
**Spec Version:** 1_020_001 **Spec Version:** 1_020_001
**Benchmarks:** ❌ No **Benchmarks:** ❌ No
@@ -525,85 +517,71 @@
## Custom Pallets Details ## Custom Pallets Details
### 1. **pezpallet-pez-treasury** 💰 ### 1. **pezpallet-pez-treasury** 💰
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/pez-treasury`
- **Runtime:** Asset Hub PezkuwiChain - **Runtime:** Asset Hub PezkuwiChain
- **Purpose:** PEZ token treasury management and distribution - **Purpose:** PEZ token treasury management and distribution
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 2. **pezpallet-presale** 🎫 ### 2. **pezpallet-presale** 🎫
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/presale`
- **Runtime:** Asset Hub PezkuwiChain - **Runtime:** Asset Hub PezkuwiChain
- **Purpose:** Token presale management - **Purpose:** Token presale management
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 3. **pezpallet-token-wrapper** 🔄 ### 3. **pezpallet-token-wrapper** 🔄
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/token-wrapper`
- **Runtime:** Asset Hub PezkuwiChain - **Runtime:** Asset Hub PezkuwiChain
- **Purpose:** Token wrapping/unwrapping functionality - **Purpose:** Token wrapping/unwrapping functionality
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 4. **pezpallet-identity-kyc** 🆔 ### 4. **pezpallet-identity-kyc** 🆔
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/identity-kyc`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** Enhanced identity with KYC capabilities - **Purpose:** Enhanced identity with KYC capabilities
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 5. **pezpallet-referral** 🤝 ### 5. **pezpallet-referral** 🤝
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/referral`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** Referral program management - **Purpose:** Referral program management
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 6. **pezpallet-perwerde** 📚 ### 6. **pezpallet-perwerde** 📚
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/perwerde`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** Educational credentials and achievements - **Purpose:** Educational credentials and achievements
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 7. **pezpallet-tiki** 🎖️ ### 7. **pezpallet-tiki** 🎖️
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/tiki`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** Role-based NFT badges system - **Purpose:** Role-based NFT badges system
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 8. **pezpallet-welati** 🏛️ ### 8. **pezpallet-welati** 🏛️
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/welati`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** PezkuwiChain governance (Serok, Parlement, Diwan) - **Purpose:** PezkuwiChain governance (Serok, Parlement, Diwan)
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 9. **pezpallet-staking-score** 📊 ### 9. **pezpallet-staking-score** 📊
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/staking-score`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** Trust and participation scoring - **Purpose:** Trust and participation scoring
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 10. **pezpallet-trust** 🛡️ ### 10. **pezpallet-trust** 🛡️
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/trust`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** Trust-based interactions and reputation - **Purpose:** Trust-based interactions and reputation
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 11. **pezpallet-pez-rewards** 🎁 ### 11. **pezpallet-pez-rewards** 🎁
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/pez-rewards`
- **Runtime:** People PezkuwiChain - **Runtime:** People PezkuwiChain
- **Purpose:** PEZ token rewards distribution - **Purpose:** PEZ token rewards distribution
- **Benchmarks:** ✅ Yes - **Benchmarks:** ✅ Yes
### 12. **pezpallet-validator-pool** ⛏️ ### 12. **pezpallet-validator-pool** ⛏️
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezkuwi/pallets/validator-pool`
- **Runtime:** PezkuwiChain Relay Chain - **Runtime:** PezkuwiChain Relay Chain
- **Purpose:** TNPoS validator pool (shadow mode, runs parallel to NPoS) - **Purpose:** TNPoS validator pool (shadow mode, runs parallel to NPoS)
- **Benchmarks:** ❌ No - **Benchmarks:** ❌ No
### 13. **pezpallet-collective-content** 📝 ### 13. **pezpallet-collective-content** 📝
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/collective-content`
- **Runtime:** None (not integrated yet) - **Runtime:** None (not integrated yet)
- **Purpose:** Content management for collectives - **Purpose:** Content management for collectives
- **Benchmarks:** ❌ No - **Benchmarks:** ❌ No
### 14. **teyrchain-info** ### 14. **teyrchain-info**
- **Location:** `/home/mamostehp/Pezkuwi-SDK/pezcumulus/teyrchains/pezpallets/teyrchain-info`
- **Runtime:** All teyrchain runtimes - **Runtime:** All teyrchain runtimes
- **Purpose:** Provides teyrchain ID information - **Purpose:** Provides teyrchain ID information
- **Benchmarks:** ❌ No (infrastructure pezpallet) - **Benchmarks:** ❌ No (infrastructure pezpallet)