mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 01:28:07 +00:00
72a92eaf9e
This just renames a member of `HostConfiguration` from validation_upgrade_frequency to -//-_cooldown. As was already pointed out in #4460 the existing name is a misnomer, the member actually represents a minimum time period between upgrades, which is neatly expressed by a word cooldown. I've been planning this rename already for some time and the term is already used in paras module: https://github.com/paritytech/polkadot/blob/1394b70d493a3b4bea7a9ae14af094081bc84456/runtime/parachains/src/paras.rs#L1568-L1574
The Polkadot Parachain Host Implementers' Guide
The implementers' guide is compiled from several source files with mdBook.
To view it live, locally, from the repo root:
Ensure graphviz is installed:
brew install graphviz # for macOS
sudo apt-get install graphviz # for Ubuntu/Debian
Then install and build the book:
cargo install mdbook mdbook-linkcheck mdbook-graphviz
mdbook serve roadmap/implementers-guide
open http://localhost:3000