alpha-v0.5
Changelog
v0.5 Immediate megabundle processing
Miners pick up megabundles immediately if they are better than the best known block so far. It leads to significantly increased profitability (+50% MEV backtested).
v0.4 Megabundles support added
Relays can merge bundles and suggest them for profit switching. Miners can define a list of trusted relay addresses from which megabundles are accepted.
v0.3 EIP-1559 support added
Bundle scoring takes into account BASEFEE mechanisms to calculate miner's revenue from bundles.
v0.2 eth_sendBundle
RPC parameters change
The specification of the eth_sendBundle
RPC is changing to support new features of v0.2. This change must be adopted by all searchers in order to be compatible with the v0.2 relay.
Scoring function does not change between v0.4 and v0.5:
- v0.1
- v0.2-pre
- v0.2
- v0.3 - v0.5
: bundle score used to sort bundles.
: ordered list of transactions in a bundle.
: set of transactions in the mempool.
: gas used by transaction .
: gas price of transaction .
: fee cap per gas of transaction .
: priority fee per gas of transaction .
: effective fee per gas of transaction equal (, BASEFEE + ).
: miner fee per gas of transaction equal - BASEFEE.
: coinbase difference from direct payment.
Timeline
February, 15th 2022 - v0.5 spec and MEV-Geth-v0.5 release ready
Upgrade Steps
- Miners asked to upgrade to v[geth_version]-mev0.5.0
- Miners can update 100% of capacity to this new version
Node configuration
No additional configuration is required.