Tags: gnosis/solvers
Tags
Update CoW dependencies to v2.284.0 (#86) Updated CoW dependencies to v2.284.0 --------- Co-authored-by: Your Name <[email protected]> Co-authored-by: Mateo <[email protected]>
Update CoW dependencies to v2.282.2 (#82) Updated CoW dependencies to v2.282.2 --------- Co-authored-by: Your Name <[email protected]> Co-authored-by: ilya <[email protected]> Co-authored-by: MartinquaXD <[email protected]>
Fix 1Inch quoting issues (#81) Currently the 1Inch solver returns a ton of 403 errors while quoting. The reason is that the 1Inch API checks the `tx.origin` for legal requirements and for quote requests we currently send the zero address. Since that address obviously can't be the origin of any transaction they refuse to return quotes for those. To work around that we set `from` (our settlement contract) as the `tx.origin` for quote requests. Since the calldata generated for that will never get used to settle real orders this is okay.
Bump max request size limit to 30M (#80) `axum` by default has a requests body limit of 2MB so when auction instances become bigger than that due to too many orders `axum` rejects the request before any handler gets the chance to see it. I now removed the request limit altogether since these endpoints are not exposed to the public so we don't have to worry about malicious spam.
PreviousNext