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
the waiting round logic, required because of the bond_time, can be subsumed by the path selection round, where this currently already being checked, or preferably; moved to the activation round entirely (and this logic removed from path selection).
We may also remove the AwaitTopUpRound and in case of insufficient funds redirect to PathSelection (self) instead, or a degenerate state, which we can direct it to PathSelection in the during ABCIApp chaining; then someone else might direct this elsewhere in another setup (e.g. refueling).
The text was updated successfully, but these errors were encountered:
WaitingRound
the waiting round logic, required because of the bond_time, can be subsumed by the path selection round, where this currently already being checked, or preferably; moved to the activation round entirely (and this logic removed from path selection).
AwaitTopUpRound
We may also remove the
AwaitTopUpRound
and in case of insufficient funds redirect toPathSelection
(self) instead, or a degenerate state, which we can direct it toPathSelection
in the during ABCIApp chaining; then someone else might direct this elsewhere in another setup (e.g. refueling).The text was updated successfully, but these errors were encountered: