You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tmeinlschmidt we have a max proof window setting which defaults to 0 (only allows querying proofs for the latest block). to increase this window, you have to pass --rpc.eth-proof-window parameter, the maximum is allowed window is 1209600 which is a month of historical blocks with 2s block time
Describe the bug
Bera chain mainnet archive
EL: reth 1.2.0
beacon: beacon-kit:v1.1.3
Query to
eth_getProof
ended up with an error, other client works properlycmd line:
Steps to reproduce
query:
returns
but the same query against the node (synced with nethermind) works properly:
Node logs
Platform(s)
Linux (x86)
Container Type
Docker
What version/commit are you on?
reth Version: 1.2.0
Commit SHA: 1e0b0d8
Build Timestamp: 2025-02-12T16:48:04.304586958Z
Build Features: asm_keccak,jemalloc
Build Profile: maxperf
What database version are you on?
2
Which chain / network are you on?
bera chain mainnet
What type of node are you running?
Archive (default)
What prune config do you use, if any?
none
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: