mev-geth v0.6.1
Changes
Upgrade
This release contains important upstream changes, all users are required to upgrade before the Gray Glacier hardfork activates at block 15050000 (ethereum#25088).
Upstream changes which may cause incompatibilities:
- The engine API is now only available with JWT authentication.
- mev-geth will refuse to start if legacy receipts are present in the database. The check can be disabled with
--ignore-legacy-receipts
, but we strongly recommend you run the conversion in this case (ethereum#24943). - The RPC method
debug_traceCall
will now reject execution against the pending block (ethereum#24871). - RPC timer metrics have been changed into histograms (ethereum#25044).
If upgrading from pre-v1.10.17, please be aware DB conversion might be required if the node was not re-synchronized during last couple of years, see v1.10.17 upstream release notes.