Skip to content

Releases: manifoldfinance/mev-freelay

0.2.0-beta

04 Sep 14:22
a1d9a68
Compare
Choose a tag to compare
0.2.0-beta Pre-release
Pre-release

Please make sure you run mev-freelay migrate before updating to this version. We swapped the db from bbolt to pebble because of the performance degradation we found while running tests with a higher throughput of requests. Also, we reduced the number of http servers it is required to run with freelay. Website and API are now joined and are both served under the same port.

Migrate (bbolt -> pebble)

The script at the moment only migrates validators, builders, delivered payloads, missed payloads, executed payloads and bid traces. In case you would like to move other data as well please open up a ticket and we will develop it.

go run main.go migrate --bbolt-pth <bbolt_pth> --pebble-pth <pebble_pth>

0.1.0-beta

02 May 11:45
53cd853
Compare
Choose a tag to compare
0.1.0-beta Pre-release
Pre-release
feat: freelay relay