From 8155922b268390ce7305da3ed7859e19f694a6b6 Mon Sep 17 00:00:00 2001 From: Yuwen Zhang Date: Fri, 24 Jan 2025 10:28:11 -0800 Subject: [PATCH 1/2] proof window 1024 --- reth.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reth.yml b/reth.yml index 79648ee2..5101819d 100644 --- a/reth.yml +++ b/reth.yml @@ -89,6 +89,8 @@ services: - /var/lib/reth/ee-secret/jwtsecret - --max-outbound-peers - ${EL_MAX_PEER_COUNT:-100} + - --rpc.eth-proof-window + - 1024 labels: - metrics.scrape=true - metrics.path=/metrics From 64b4228cde9446dbd38232f00c7747f29abf8553 Mon Sep 17 00:00:00 2001 From: Yuwen Zhang Date: Fri, 24 Jan 2025 10:52:16 -0800 Subject: [PATCH 2/2] fix --- reth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth.yml b/reth.yml index 5101819d..9ef8d5e0 100644 --- a/reth.yml +++ b/reth.yml @@ -90,7 +90,7 @@ services: - --max-outbound-peers - ${EL_MAX_PEER_COUNT:-100} - --rpc.eth-proof-window - - 1024 + - ${ETH_PROOF_WINDOW:-1024} labels: - metrics.scrape=true - metrics.path=/metrics