Skip to content

Add solver daily revert rate alert queries#354

Merged
harisang merged 1 commit into
mainfrom
add_solver_revert_rate_query
May 4, 2026
Merged

Add solver daily revert rate alert queries#354
harisang merged 1 commit into
mainfrom
add_solver_revert_rate_query

Conversation

@harisang
Copy link
Copy Markdown
Contributor

@harisang harisang commented May 4, 2026

This PR adds 2 queries that can be used to set a daily alert to track solvers with elevated revert rate

Base query: https://dune.com/queries/6228775
Alert query: https://dune.com/queries/7421251

else 0
end as is_revert,
b.time as deadline_timestamp
from "query_4351957(blockchain='{{blockchain}}')" as a inner join {{blockchain}}.blocks as b
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to start using dune.cowprotocol.batch_data table from dune dbt ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. How do i do that?

Btw, i don't want the query to become private

@harisang harisang merged commit 0466c01 into main May 4, 2026
4 checks passed
@harisang harisang deleted the add_solver_revert_rate_query branch May 4, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants