Skip to content

Releases: cowprotocol/ebbo

Hotfix: Handle exceptions when trying to connect to Quasimodo.

10 May 22:05
Compare
Choose a tag to compare

Add Quasimodo test

10 May 21:12
Compare
Choose a tag to compare

With this release, the whole tool is significantly restructured, and the Quasimodo test is added.

Change economic viability for offchain comparison

07 May 21:46
Compare
Choose a tag to compare

With this release, we switch from only considering solutions whose (old) objective is positive to solutions where the fees cover at least 90% of the simulated cost.

Minor edits in error msgs

04 May 18:13
Compare
Choose a tag to compare
v.1.1.6

remove end-of-line from error msg

Some log editing.

03 May 09:49
Compare
Choose a tag to compare

With this release, we hope to fix the issue with how logs appear on Slack. Currently they are split into multiple lines and we lose some of those lines, while with this release, we hope to fix this.

Elevates all logs to error level

28 Apr 22:29
Compare
Choose a tag to compare

This release is again for testing purposes; this time we want to test if error logs show up in the appropriate slack alerts channel

Endpoint Solutions EBBO

28 Apr 17:17
Compare
Choose a tag to compare

changed logs from INFO to WARNING, to test if they appear in the alerts-ebbo slack channel.

Offchain Surplus v1.1.2

21 Apr 18:25
442a3ab
Compare
Choose a tag to compare

Updated dockerfile from previous release.

Offchain Surplus (with env setup)

21 Apr 17:45
Compare
Choose a tag to compare

This main release uses CoW endpoint for EBBO tests.

EBBO by checking all sumbitted solutions.

21 Apr 13:05
1f69265
Compare
Choose a tag to compare
Historical Data Functionality EBBO Test  (#10)

First PR for EBBO Tool:

cow_endpoint_surplus.py can be run from test.py for historical data
testing by specifying start and end blocks or even checking EBBO for a
single hash, or from daemon_analytics.py for live monitoring where the
program wakes every 30 mins and runs the current EBBO test on
transactions in the period it was asleep.
configuration.py holds a logging function, and certain abstracted values
used in cow_endpoint_surplus.
directory.py is used to fetch an etherscan api key from a config.py file
in the root directory.