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
mfw78
changed the title
feature: Allow specific order implementations to signal the next checkTime
feat: Allow specific order implementations to signal the next checkTime
Sep 18, 2023
WatchTower default behaviour will check, for every single block, if its time to place an order.
This, doesn't scale well, because each check will require some RPC calls, and validations, and there's situations where this can be avoided.
For example, in TWAP it is deterministic what is the next moment in time where we will be able to place the next discreate order.
This PR is about signaling the watch tower what is the next checkTime, and waiting patiently until the time is right.
The text was updated successfully, but these errors were encountered: