Makes time management less rigid by moving the logic into its own component.
Closes #386
Why :hand:
Some flows depend on getting unique timestamps (e.g. new block, new batch, etc) and they really shouldn't hold a mutable reference to the node's internal state all the time.
What :computer:
Makes time management less rigid by moving the logic into its own component.
Closes #386
Why :hand:
Some flows depend on getting unique timestamps (e.g. new block, new batch, etc) and they really shouldn't hold a mutable reference to the node's internal state all the time.