You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently list of future computors is just copied as is. We need the following improvement: If a computor has kept its status then it must keep its computor index.
nodes can generate the new comp list themself and continue ticking thru new epoch. (no downtime)
Current Behavior: After transitioning to a new epoch, all network nodes must wait for an ARB packet to resume operation.
Improvement: Nodes that successfully perform an automatic epoch switch possess sufficient data to determine the new computor list. They can continue ticking without waiting for the ARB packet.
ARB can broadcast the packet later for verification.
Expected Outcome: Reduced network latency during epoch transitions.
The text was updated successfully, but these errors were encountered:
If ARB list does not match the selfComputedComputor list node shall stop ticking without the option to continue, even if a corrected list of Arb arrives.
SelfComputedComputorList shall be saved in system file
Currently list of future computors is just copied as is. We need the following improvement: If a computor has kept its status then it must keep its computor index.
nodes can generate the new comp list themself and continue ticking thru new epoch. (no downtime)
Related: https://discord.com/channels/768887649540243497/1087017597133922474/1208492862895824936
Current Behavior: After transitioning to a new epoch, all network nodes must wait for an ARB packet to resume operation.
Improvement: Nodes that successfully perform an automatic epoch switch possess sufficient data to determine the new computor list. They can continue ticking without waiting for the ARB packet.
ARB can broadcast the packet later for verification.
Expected Outcome: Reduced network latency during epoch transitions.
The text was updated successfully, but these errors were encountered: