erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.12k stars 1.11k forks source link

implement eth_simulate api #9881

Open banteg opened 6 months ago

banteg commented 6 months ago

Rationale

this extended batch call api has a lot of rallying around and will soon likely be included in the canonical execution apis spec https://github.com/ethereum/execution-apis/pull/484

Implementation

it currently has feature branches in geth and nethermind as mentioned in the linked issue.

sambacha commented 2 months ago

for additional reference, see this discussion in this PR which adds overlays_ rpc method https://github.com/erigontech/erigon/pull/9438