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

chore: Driver should re-simulate all solutions on a new block #3069

Open
MartinquaXD opened this issue Oct 18, 2024 · 0 comments
Open

chore: Driver should re-simulate all solutions on a new block #3069

MartinquaXD opened this issue Oct 18, 2024 · 0 comments

Comments

@MartinquaXD
Copy link
Contributor

Background

A solver is allowed to return multiple solutions to the driver. The driver will then simulate, score and rank all the solutions and only remember the winning solution. Then on every new block it will check if the winning solution still works. That was done to prevent the driver promising solutions that would no longer work which would result in penalties for the connected solver.

Acceptance criteria

The current approach can lead to issues where on a new block only the best solutions starts reverting but not the other solutions provided by the solver. In that case the driver should pick the best still working solution of the bunch and not just invalidate the previously best solution and give up.

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