serai/substrate
Luke Parker a7f4804749
Move Commit from including the round to including the round's end_time
The round was usable to build the current clock in an accumulated 
fashion, relative to the previous round. The end time is the absolute 
metric of it, which can be used to calculate the round number (with all 
previous end times).

Substrate now builds off the best block, not genesis, using the end time 
included in the justification to start its machine in a synchronized 
state.

Knowing the end time of a round, or the round in which block was 
committed to, is necessary for nodes to sync up with Tendermint. 
Encoding it in the commit ensures it's long lasting and makes it readily 
available, without the load of an entire transaction.
2022-10-24 05:28:21 -04:00
..
consensus Move Commit from including the round to including the round's end_time 2022-10-24 05:28:21 -04:00
node Announce blocks 2022-10-22 07:36:13 -04:00
runtime Minor tweaks 2022-10-21 05:35:37 -04:00
tendermint Move Commit from including the round to including the round's end_time 2022-10-24 05:28:21 -04:00