cowprotocol / dune-sync

Components for syncing off-chain data with Dune Community Sources
4 stars 1 forks source link

Restrict orders which receive quote rewards #61

Closed fhenneke closed 10 months ago

fhenneke commented 10 months ago

We decided to restrict a bit more quotes which can receive rewards to be in line with the original spirit of CIP-27.

This PR would make the data synced to dune consistent with https://github.com/cowprotocol/solver-rewards/pull/328

The additional restrictions are:

Note that the convention for block ranges in this repo is different from the convention in the solver rewards repo. This inconsistency is maybe a bit confusing. But not a problem for any of the queries since this repo is only about syncing data.

This refines PR #59