Files
pezkuwi-sdk/pezcumulus/teyrchains
pezkuwichain 1a78351842 fix: workflow failures - cargo fmt, taplo fmt, and StakingConfig
- Update taplo.toml exclude patterns to use glob patterns for zombienet files
- Add StakingConfig to genesis_config_presets for proper era initialization
- Fix cargo fmt issues in identity-kyc pallet and pezkuwichain runtime
- Set num_cores to 2 for system teyrchains (Asset Hub + People Chain)
2026-02-10 08:03:10 +03:00
..
2026-01-07 09:41:15 +03:00

Teyrchains

This directory is the home of Parity-developed teyrchain runtimes. This directory is runtime focused, and does not include builds of teyrchain nodes.

The general internal structure is:

  • chain-specs: Chain specs for the runtimes contained in its sibling dir runtimes.
  • common: Common configurations, impls, etc. used by several teyrchain runtimes.
  • integration-tests: Integration tests to test teyrchain interactions via XCM.
  • pallets: FRAME pallets that are specific to teyrchains.
  • runtimes: The entry point for teyrchain runtimes.

System Teyrchains

The runtimes directory includes many, but is not limited to, system teyrchains. Likewise, not all system teyrchains are in this repo.

Releases

The project maintainers generally try to release a set of teyrchain runtimes for each PezkuwiChain Relay Chain runtime release.