v2.0.0 (Post CIP 14)
This version implements Risk Adjusted Solver Rewards as specified in CoW Improvement Proposal 14. Namely we now fetch the solver cow rewards from the orderbook database and no longer compute rewards based on number of trades and batches
What's Changed
- [Refactor] Fetch COW rewards from order_rewards table by @bh2smith in #96
- Eliminate References to Per (batch/trade) Reward by @bh2smith in #97
- [HotFix] Start & End block as Query Params by @bh2smith in #104
- Upsert Orderbook Rewards to Dune V1 by @bh2smith in #103
Full Changelog: v1.0.0...v2.0.0