update and disable eth_getLogs on pruned erigon3 nodes

This commit is contained in:
goldsquid
2025-06-23 12:51:30 +07:00
parent 9c39f7ac1d
commit 8161d096d7
116 changed files with 116 additions and 90 deletions

View File

@@ -124,6 +124,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_getLogs # this returns result [] on ethereum mainnet when it shouldn't so it's probably buggy on al networks
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth and erigon

View File

@@ -124,6 +124,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_getLogs # this returns result [] on ethereum mainnet when it shouldn't so it's probably buggy on al networks
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth and erigon

View File

@@ -124,6 +124,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_getLogs # this returns result [] on ethereum mainnet when it shouldn't so it's probably buggy on al networks
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth and erigon

View File

@@ -124,6 +124,7 @@ x-upstreams:
- trace
methods:
disabled:
- name: eth_getLogs # this returns result [] on ethereum mainnet when it shouldn't so it's probably buggy on al networks
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth and erigon