casper-node
casper-node copied to clipboard
Respect minimum block time, even after switch blocks.
In 2.0.0 the minimum time between a block and its child is configurable in the chainspec. It's not enough to respect it within the consensus protocol: We also need to make sure that it's respected between two eras, i.e. between a switch block and the first block of the next era. And for immediate switch blocks.