We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Restricting the slippage query to an individual transaction hash in this query is currently broken due to the table
solver-rewards/queries/dune_v2/period_slippage.sql
Lines 263 to 279 in ece65bf
which does not use the same filtering as all the other tables at the top.
Other queries for slippage do work but do not implement the correction for charging protocol fees in the correct token.
Potentially, joining on filtered_trades might help. Then the filtering on block numbers could be removed as well.
filtered_trades
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Restricting the slippage query to an individual transaction hash in this query is currently broken due to the table
solver-rewards/queries/dune_v2/period_slippage.sql
Lines 263 to 279 in ece65bf
which does not use the same filtering as all the other tables at the top.
Other queries for slippage do work but do not implement the correction for charging protocol fees in the correct token.
Potentially, joining on
filtered_trades
might help. Then the filtering on block numbers could be removed as well.The text was updated successfully, but these errors were encountered: