Releases: 0x2mev/mevexec
v1.14.12-mev1.3.1
This release updates geth to v1.14.12
v1.14.11-mev1.3.1
This release updates geth to v1.14.11
v1.13.14-mev1.3.1
This release updates geth to v1.13.14 and is ready for the upcoming dencun fork
v1.13.4-mev1.3.1
This release updates geth to v1.13.4
Additionally in mev1.3.1, the eth_estimateGasBundle
function can now also accept a stateOverrides
parameter for its simulations
v1.13.0-mev1.3
This release bumps geth up to v1.13
Additionally, mev1.3 updates the eth_getCompactBlock
function
eth_getCompactBlock
has now been replaced with eth_getCompactBlocks
which takes an array of blocks instead of a single block to fetch. The function has also been optimized for fetching large batches of block data.
v1.12.0-mev1.2.1
This release upgrades mevexec to geth v1.12, removing support for ethash.
v1.11.5-mev1.2.1
This release is ready for the shanghai fork, read upstream changes here
Additionally, eth_callBundle
now takes properly encoded hex values for baseFee and difficulty.
v1.11.2-mev1.2
This release is to update to geth v1.11.2 in preparation for shanghai fork. Read upstream changes here
v1.10.26-mev1.2
v1.10.24-mev1.1
This release updates to upstream geth v1.10.24. see updates here
Additionally, mev1.1 brings the eth_estimateGasBundle from mevgeth++ to mevexec. Will additionally return a revert reason if one was supplied by the reverting contract, and is capable of creating an access list if createAccessList: true
is provided.