testinprod-io / op-erigon

Optimism implementation on the efficiency frontier
https://op-erigon.testinprod.io
GNU Lesser General Public License v3.0
87 stars 15 forks source link

Forward eth_getProof requests pre-bedrock #142

Closed jyellick closed 8 months ago

jyellick commented 9 months ago

Most of the other eth_ APIs already support detecting when the call is made for a pre-bedrock block. This change simply does the same for eth_getProof

jyellick commented 8 months ago

Our fork is based on v2.57 which added a logging parameter to one of the calls, fixed -- sorry for the churn.