-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is well known that the WinningSettlement results returned from the orderbook API have an unreliable `simulationBlock`. IN order to improve our accuracy, we attempt to simulate the full and reduced settlement call data on `simulationBlock + i` for `i = {0, 1, 2}`. This PR introduces the necessary data structures, retry functionality and an "e2e" test demonstrating the need for it. --------- Co-authored-by: Gent Rexha <[email protected]>
- Loading branch information
Showing
2 changed files
with
70 additions
and
15 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