-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add integration fee recipient #94
Conversation
Side comment: it ended up being extremely annoying to pass the integration test. Hadn't connected to the database locally so was relying on github for debugging. The block/block_deadline business is quite confusing, so I need to do at least some sanity checks to convince myself everything is good. Opening an issue to address this. |
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.
LGTM
- added fee kind to order book query - added fee kind to uploaded data - added fee kind to tests
to stay consistent with the naming in appdata
This PR adds one more field in the raw_order_rewards table on Dune; namely, what is the recipient of the protocol fee collected, if any, for an order.
Note that here we slightly abuse the term "protocol fee" as integrator fees are not really protocol fees, but from a solvers and backend point of view, they behave identically.