cowprotocol / services

Off-chain services for CoW Protocol
https://cow.fi/
Other
190 stars 74 forks source link

Merge settlements across solvers #97

Closed nlordell closed 3 months ago

nlordell commented 2 years ago

Didn't see this captured anywhere. Merged settlements are more gas efficient than settling individually so we can attempt to merge across solvers too. The only price we pay for this is that every settlement has to be simulated so we slow down the run loop slightly. Not sure how much time an individual simulation takes. To measure we have amortize it as being in a group with other batched simulations. We can at least try to add one extra settlement that merges across all other settlements.

Original issue https://github.com/gnosis/gp-v2-services/issues/1324 by @vkgnosis

github-actions[bot] commented 3 months ago

This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed.