ea341084f0
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates) - Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features - Regenerate umbrella crate with proper feature propagation - Format all TOML files with taplo This resolves check-umbrella and check-zepter CI failures.
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.