cowprotocol / solver-template-py

A hollow framework for a CoW Protocol solver
MIT License
39 stars 25 forks source link

Bare bones solver #30

Open fhenneke opened 10 months ago

fhenneke commented 10 months ago

This is the start of a rewrite of the template.

The goal is to have a minimal solver which implements the interface to the driver. It might also include some utility functions similar to the current functionality. But that is to be decided.

At the moment it is a bare bones server which does no validation. It is mostly for testing.