Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

v1.10.19-mev0.6.1-a3

Choose a tag to compare

@Code0x2 Code0x2 released this 22 Jul 06:18
· 102 commits to master since this release

MEVGeth++ Additions V3

Additions List

  • eth_callBundle now accepts a new param, stateOverrides which takes the standard geth StateOverrides and applies them to the top of block for the simulation (#4, thanks @jekkos!)
  • eth_getMinimalBlockLogs new rpc function that takes one param (block hash) and returns all compact logs in that block
  • eth_getMinimalBlockByNumber new rpc function that takes one param (block number) and returns the a block, but with significantly less fields than the normal block object
  • eth_getBatchBlockDataByNumbers new rpc function that takes one param (array of block numbers) and returns an object with both the minimal block data and logs, ({<blockNo>: {number: <blockNo>, hash: <blockHash>, parentHash: <blockParentHash>, difficulty: <blockDifficulty>, logs: <CompactLog[]>})