Files
pezkuwi-sdk/pezkuwi/runtime/pezkuwichain
pezkuwichain bf99794cd5 fix: forward session events to Staking pallet for era management
ValidatorManager now forwards session hooks to Staking pallet:
- new_session: Staking receives session changes to trigger era
- start_session: Staking can initialize era stakers
- end_session: Staking can finalize era rewards

This fixes the issue where staking era never started because
session events were not being forwarded to the Staking pallet.
2026-02-10 16:29:57 +03:00
..

pezkuwichain: v2.1

pezkuwichain is a testnet runtime with no stability guarantees.

How to build pezkuwichain runtime

EpochDurationInBlocks parameter is configurable via pezkuwichain_EPOCH_DURATION environment variable. To build wasm runtime blob with customized epoch duration the following command shall be executed:

pezkuwichain_EPOCH_DURATION=10 ./pezkuwi/scripts/build-only-wasm.sh pezkuwichain-runtime /path/to/output/directory/

How to run pezkuwichain-local

The Pezcumulus Tutorial details building, starting, and testing pezkuwichain-local and teyrchains connecting to it.

How to register a teyrchain on the pezkuwichain testnet

The teyrchain registration process on the public pezkuwichain testnet is also outlined.