Subtask of #255
Slot length is currently hard-coded in ourobboros-network to 20s [1], which is counterproductive for short CI runs, that would benefit from 1s slots.
--
@deepfire My branch jordan/replace-cardano-configuration has a key in the soon to be config yaml file to set the slot length.
The slot length is already specified in the genesis file. It should be taken from there, not hard coded. But it should not be a config file or CLI item. It's critical for consensus that everyone agree on the slot length, so it is right that it comes from the genesis.
Issue moved to input-output-hk/ouroboros-network #1344 via ZenHub
Most helpful comment
@deepfire My branch
jordan/replace-cardano-configurationhas a key in the soon to be config yaml file to set the slot length.