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
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
I want to be able to place orders when constrained by capacity without "redundant" offer updates which amount to the same set of orderbook offers.
Impact
The desired behavior will allow me to reduce my rate limit usage
Feature Suggestion
If updating an offer with same price and amount which is an exact match to the offer which is being updated then it should be dropped. This should be implemented as a filter which is always added by default as the second-last filter.
Desired Behavior
I want to be able to place orders when constrained by capacity without "redundant" offer updates which amount to the same set of orderbook offers.
Impact
The desired behavior will allow me to reduce my rate limit usage
Feature Suggestion
If updating an offer with same price and amount which is an exact match to the offer which is being updated then it should be dropped. This should be implemented as a filter which is always added by default as the second-last filter.