Releases: manifoldfinance/mev-freelay
Releases · manifoldfinance/mev-freelay
0.2.0-beta
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
feat: freelay relay