-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Although the `autopilot` currently waits until the `driver` reports that the settlement was mined the auction of the next run loop might not yet be aware that the orders of the previous settlement were solved. If a solver then tries to solve those orders again it will run into simulation failures. # Changes We now filter out in-flight orders from the auction if it was built before the block where the in-flight orders were settled.
- Loading branch information
1 parent
2a36cf3
commit 593aff3
Showing
2 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters