This repository was archived by the owner on Sep 6, 2022. It is now read-only.
v1.10.19-mev0.6.1-a3
·
102 commits
to master
since this release
MEVGeth++ Additions V3
Additions List
eth_callBundlenow accepts a new param,stateOverrideswhich takes the standard geth StateOverrides and applies them to the top of block for the simulation (#4, thanks @jekkos!)eth_getMinimalBlockLogsnew rpc function that takes one param (block hash) and returns all compact logs in that blocketh_getMinimalBlockByNumbernew rpc function that takes one param (block number) and returns the a block, but with significantly less fields than the normal block objecteth_getBatchBlockDataByNumbersnew 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[]>})