only orders where the amounts are below quoted amounts are eligible
only orders which are not partially fillable are eligible
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.
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