Files
pezkuwi-sdk/pezcumulus/teyrchains
pezkuwichain fe49037cbe fix(security): address HIGH audit findings across 5 pallets
identity-kyc (H1):
- Add IdentityHashToAccount reverse mapping to prevent same identity hash
  being used by multiple accounts
- Check uniqueness in apply_for_citizenship, populate on confirm_citizenship,
  clean up on renounce_citizenship

pez-rewards (H2):
- Add EpochTotalClaimed storage to track claimed amounts per epoch
- do_close_epoch now only claws back unclaimed rewards (total_allocated -
  total_claimed), not the entire pot balance

tiki (H3):
- Replace custom "locked" attribute with pezpallet_nfts::disable_transfer()
  which sets the system-level PalletAttributes::TransferDisabled attribute
  that is actually enforced during transfers

tiki (H4):
- Fix EnsureTiki to check UserTikis storage for non-unique roles (Wezir,
  Parlementer) instead of TikiHolder which only stores unique roles

perwerde (H5):
- Add MaxPointsPerCourse config constant (1000 in runtime)
- Validate points in complete_course against the max
- Use saturating_add in get_perwerde_score to prevent u32 overflow

welati (H6):
- Add NativeCurrency: ReservableCurrency to Config
- Actually reserve candidacy deposit from candidate's balance

welati (H7):
- Add MaxEndorsers config constant (1000 in runtime)
- Validate endorsers count at the start of register_candidate before
  any storage reads
2026-03-21 21:58:24 +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.