Skip to content

Releases: 0x2mev/mevexec

v1.13.14-mev1.3.1

11 Mar 16:59
Compare
Choose a tag to compare

This release updates geth to v1.13.14 and is ready for the upcoming dencun fork

v1.13.4-mev1.3.1

04 Nov 02:58
Compare
Choose a tag to compare

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

12 Sep 20:02
Compare
Choose a tag to compare

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

09 Jun 21:03
Compare
Choose a tag to compare

This release upgrades mevexec to geth v1.12, removing support for ethash.

v1.11.5-mev1.2.1

27 Mar 15:56
Compare
Choose a tag to compare

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

03 Mar 18:02
Compare
Choose a tag to compare

This release is to update to geth v1.11.2 in preparation for shanghai fork. Read upstream changes here

v1.10.26-mev1.2

26 Nov 07:47
Compare
Choose a tag to compare

This release updates to upstream geth v1.10.26. Read updates here.
Additionally, mev1.2 adds the eth_getCompactBlock and eth_multicall rpc functions. Functionality is identical to that of mev-bsc, and documentation on the functions is available here

v1.10.24-mev1.1

15 Sep 05:07
Compare
Choose a tag to compare

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.

v1.10.23-mev1

06 Sep 19:52
Compare
Choose a tag to compare

First release of mevexec, with the eth_callBundle rpc method. More will be added in the near future