This module defines the configuration parameters for the Leios protocol.
It includes block type definitions (Input Blocks, Endorser Blocks,
Votes) and protocol parameters such as party counts, stake distribution,
stage length, and winning slot specifications.
Voting-committee membership by stake-based truncation: order pools by
stake descending and accumulate until the cumulative stake covers the σc
target; the committee is fixed for the whole epoch. A pool with stake
st is on the committee iff the pools with strictly more
stake do not already cover the target. Pools of equal stake at the
boundary are all included.