Skip to content

Conversation

@bram-vdberg
Copy link
Contributor

Description:

This PR updates the solvers for CoW protocol to add some new solvers for all networks.

@github-actions github-actions bot added WIP work in progress dbt: hourly covers the hourly dbt subproject labels Dec 30, 2025
@bram-vdberg bram-vdberg marked this pull request as ready for review December 30, 2025 14:44
@cursor
Copy link

cursor bot commented Dec 30, 2025

PR Summary

Updates known_solver_metadata for CoW Protocol across multiple chains.

  • Ethereum: add Rizzolver (barn/prod), NativeFi (barn/prod), Kipseli (barn)
  • Arbitrum: add Rizzolver (prod)
  • Base: add Prycto (prod), Rizzolver (prod), Horadrim (prod)
  • BNB: add Rosato (prod), Portus (prod), Rizzolver (prod)
  • Avalanche C: add TSolver (prod)
  • Polygon: add Kipseli (prod)

Written by Cursor Bugbot for commit a681219. Configure here.

@github-actions github-actions bot added ready-for-review this PR development is complete, please review and removed WIP work in progress labels Dec 30, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Comment @cursor review or bugbot run to trigger another review on this PR

(0xCcEa0a350aE1734A10981A2aA45D1A9a5fDfaDe3, 'barn', 'Piggy'),
(0x568868a02aff3765CFCebBF13FF4A3A7fec7f7d5, 'prod', 'Piggy')
(0x568868a02aff3765CFCebBF13FF4A3A7fec7f7d5, 'prod', 'Piggy'),
(0x3980daa7eaad0b7e0c53cfc5c2760037270da54d, 'prod', 'TSolver')
Copy link

Choose a reason for hiding this comment

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

Inconsistent solver name casing 'TSolver' vs 'Tsolver'

The newly added entry for address 0x3980daa7eaad0b7e0c53cfc5c2760037270da54d uses 'TSolver' (capital T and S), but this same address is named 'Tsolver' in all other network files (Arbitrum, Base, BNB, Ethereum, Polygon) and in the same Avalanche file at lines 46 and 60. This naming inconsistency will cause data quality issues when aggregating solver metrics across networks or within Avalanche, as queries filtering by solver name will miss this entry.

Fix in Cursor Fix in Web

@bram-vdberg bram-vdberg force-pushed the Update-Spellbook-Solvers branch from a681219 to 37589f5 Compare December 30, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dbt: hourly covers the hourly dbt subproject ready-for-review this PR development is complete, please review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant