Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove WaitingRound, AwaitTopUpRound #99

Open
Karrenbelt opened this issue Sep 1, 2022 · 0 comments
Open

Remove WaitingRound, AwaitTopUpRound #99

Karrenbelt opened this issue Sep 1, 2022 · 0 comments

Comments

@Karrenbelt
Copy link
Contributor

Karrenbelt commented Sep 1, 2022

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 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).

@Karrenbelt Karrenbelt changed the title Remove WaitingRound Remove WaitingRound, AwaitTopUpRound Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant