Files
pezkuwichain fd197ae78f fix: presale benchmark missing args + security audit advisory cleanup
- Fix refund_cancelled_presale benchmark: add missing start_index and
  batch_size arguments (0, 100) to match the 3-param extrinsic signature
- Remove 3 stale RUSTSEC advisories from deny.toml and security-audit.yml
  (RUSTSEC-2023-0071, RUSTSEC-2025-0055, RUSTSEC-2026-0002 no longer in deps)
- Add RUSTSEC-2026-0049 (rustls-webpki) to ignore lists (upstream kube/jsonrpsee
  haven't released compatible versions yet)
2026-03-27 09:34:47 +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.