Files
pezkuwi-sdk/pezkuwi/runtime/pezkuwichain
pezkuwichain 204a41a17f fix: upgrade alloy crates to 1.5.x for Rust 1.88 compatibility
- alloy-consensus: 1.0.41 → 1.5.2
- alloy-core: 1.2.1 → 1.5.2
- alloy-primitives: 1.2.1 → 1.5.2
- alloy-trie: 0.9.1 → 0.9.3

Fixes TransactionEnvelope derive macro compatibility issue with Rust 1.88.0.
Also removes unused imports in genesis_config_presets.rs.
2026-01-25 02:47:40 +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.