cowprotocol/solver-rewards

Slippage query in repo is missing fix for fee withdrawals

Closed this issue · 1 comments

There was a bug related to the protocol being a trader which meant that mint (or burn?) events were ignored.

The fix which is deployed on Dune is to change

b.block_number,
case
when trader = 0x9008d19f58aabd9ed0d60971565aa8510560ab41
then 0x0000000000000000000000000000000000000000
else trader
end as trader_in,
to a different address 0x0000000000000000000000000000000000000001.

This change is not currently present in the query under version control.

Closed by #369