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 has been archived by the owner on Feb 1, 2024. It is now read-only.
I want to be able to cancel some inside offers in my level provider without having the bot modify all the offers and cancel the last offer. The bot should just cancel the inside offers.
Impact
The desired behavior will lower my fee when submitting transactions since it will have fewer operations.
Feature Suggestion
We can achieve the desired behavior by augmenting the state transition logic in sellSideStrategy that converts levels to operations.
Desired Behavior
I want to be able to cancel some inside offers in my level provider without having the bot modify all the offers and cancel the last offer. The bot should just cancel the inside offers.
Impact
The desired behavior will lower my fee when submitting transactions since it will have fewer operations.
Feature Suggestion
We can achieve the desired behavior by augmenting the state transition logic in sellSideStrategy that converts levels to operations.
Additional Context
This is a follow-up to #46
The text was updated successfully, but these errors were encountered: