-
Notifications
You must be signed in to change notification settings - Fork 89
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
Remove full_fee_amount and solver_fee #3223
Conversation
Reminder: Please update the DB Readme and comment whether migrations are reversible (include rollback scripts if applicable). Caused by: |
Reminder: Please consider backward compatibility when modifying the API specification.
Caused by: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks alright to me (assuming the frontend confirms they don't use the field anymore).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok.
Description
As part of fee breakdown refactor, the time has come to remove
full_fee_amount
andsolver_fee
from order API.These fields were relevant more than 2 years ago when orders with signed fee > 0 existed and when subsidies for that fee were calculated.
Will wait for confirmation from frontend that these fields are no longer used anywhere, before merging.
Changes
How to test
Existing unit tests, e2e tests, postgresql tests.