chore(ci): set --rpc.eth-proof-window for kurtosis-op #13916
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Failed build: https://github.com/paradigmxyz/reth/actions/runs/12898439809, in the logs:
t=2025-01-22T00:42:27+0000 lvl=crit msg="Application failed" message="failed to setup: unable to create the rollup node: failed to init the runtime config: failed to load runtime configuration repeatedly, last error: operation failed permanently after 5 attempts: failed to fetch unsafe block signing address from system config: failed to fetch proof of storage slot 0x65a7ed542fb37fe237fdfbdd70b31598523fe5b32879e307bae27a0bd9581c08 at block 0x68d7469a2cf13687976be0d9cd40824a6e792f0ffdd11ba0277b984b4c983419: distance to target block exceeds maximum proof window"
this is from one of the L2 op-node trying to get proofs from L1's reth. The changes in this PR set
--rpc.eth-proof-window
for L1's reth to a value high enough.