-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Limit orders] Modify order (cancel+create) #425
Comments
FYI, backend support for cancel+place is available for almost 2y cowprotocol/services#239 Given that it has been sitting for so long without integration, I believe it's outdated, specially in regards to appData field usage. By the time it was implemented, there was no appData schema definition. |
Backend work to update the endpoint while keeping up with current appData expectations tracked on cowprotocol/services#2365 |
As part of this:
|
Description
Allow users to replace existing orders
Additional resources
This feature involves allowing users to, in a single operation, cancel existing orders and replace it with a new one.
It also allows users to "replay" existing orders by pre-filing the UI with data for a previous order.
Feature breakdown
It includes:
Good to have:
The text was updated successfully, but these errors were encountered: