catalystdao / generalised-relayer

Modular Relayer that works with multiple AMBs & Generalised Incentives
MIT License
10 stars 4 forks source link

[feat]: Implement an 'evaluator' service and controller #43

Closed jsanmigimeno closed 1 month ago

jsanmigimeno commented 2 months ago

Extract the core evaluation logic from the 'submitter' into a separate 'evaluator' module. Add a controller to this 'evaluator' to be able to query the message relay profitability from third party applications (e.g. an underwriter).

jsanmigimeno commented 1 month ago

Implemented via #48