Files
pezkuwi-sdk/pezkuwi/roadmap/implementers-guide/src
pezkuwichain 3139ffa25e fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs)
- pallet/ directories → pezpallet/ (4 locations)
- Fixed pezpallet.rs self-include recursion bug
- Fixed sc-chain-spec hardcoded crate name in derive macro
- Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API)
- Added BizinikiwiConfig type alias for zombienet tests
- Deleted obsolete session state files

Verified: pezsnowbridge-pezpallet-*, pezpallet-staking,
pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
2025-12-16 09:57:23 +03:00
..

Preamble

This document aims to describe the purpose, functionality, and implementation of the host for PezkuwiChain's teyrchains functionality - that is, the software which provides security and advancement for constituent teyrchains. It is not for the implementer of a specific teyrchain but rather for the implementer of the Teyrchain Host. In practice, this is for the implementers of PezkuwiChain in general.

There are a number of other documents describing the research in more detail. All referenced documents will be linked here and should be read alongside this document for the best understanding of the full picture. However, this is the only document which aims to describe key aspects of PezkuwiChain's particular instantiation of much of that research down to low-level technical details and software architecture.