linea-mainnet: disable eth_getProof on rpc-us-40 dshackle upstream #19

Closed
claude wants to merge 1 commits from issue-136 into main
Showing only changes of commit 9f6ca383ac - Show all commits

View File

@@ -0,0 +1,26 @@
upstreams:
- id: us-40-linea-mainnet-geth
labels:
provider: local
connection:
generic:
rpc:
url: http://linea-mainnet-geth:8545
ws:
frameSize: 20Mb
msgSize: 50Mb
url: ws://linea-mainnet-geth:8545
chain: linea
method-groups:
enabled:
- debug
- filter
methods:
disabled:
- name: debug_traceBlockByHash
# pruned geth lacks the state to serve eth_getProof; the drpc gateway
# probes it and marks the whole upstream unavailable on "header not
# found" (especially while catching up after a restart).
- name: eth_getProof
enabled:
- name: txpool_content