-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Homogenize protocol fee queries (#354)
At the moment some of our infrastructure around solver payments is duplicated across this repo and dune-sync. In particular, the code blocks on protocol fees within sql queries are very similar between queries. This PR tries to adapt the protocol fee part of the batch reward query in a way such that it can (essentially) be used as is in other queries. This means that a small number of fields was added (e.g. `protocol_fee_token` in the table `order_protocol_fee_prices`) which do not serve a purpose in this repo but are neede in dune-sync.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters