-
Notifications
You must be signed in to change notification settings - Fork 83
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
chore: Unify full_order_into_model_order
#2110
Comments
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed. |
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed. |
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed. |
Not done. |
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed. |
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed. |
Background
Original comment: #2107 (comment)
We have two different (but very similar) functions for converting database order to in-memory order:
https://github.com/cowprotocol/services/blob/main/crates/orderbook/src/database/orders.rs#L413
https://github.com/cowprotocol/services/blob/main/crates/shared/src/db_order_conversions.rs#L40
We should use the one from the
shared
crate.The text was updated successfully, but these errors were encountered: