mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-03 11:46:31 +00:00
a7f4804749
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. |
||
---|---|---|
.. | ||
consensus | ||
node | ||
runtime | ||
tendermint |