This repository was archived by the owner on Sep 6, 2022. It is now read-only.
v1.10.17-mev0.6.1-a2
·
318 commits
to master
since this release
mevgeth++ additions no 2 adds the following rpc call
eth_getBlockReceipts, takes one param with the target block hash. Returns a very minimal set of information from receipts within the block
{
contractAddress: 0x
logs: []
status: 0x1
transactionHash: 0x
transactionIndex: 0
type: 0x0
}
primarily for use cases that want to see logs in a block