Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit be8e482

Browse files
committed
enable eth_getProof in JSON RPC for last 1024 blocks
1 parent 84b0d03 commit be8e482

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

devnet/compose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ def evm_service(
742742
"--http",
743743
"--http.addr=0.0.0.0",
744744
"--http.port=8545",
745+
"--rpc.eth-proof-window=1024",
745746
f"--http.api={apis}",
746747
# websocket
747748
"--ws",

devnet/docker-compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ services:
164164
- --http
165165
- --http.addr=0.0.0.0
166166
- --http.port=8545
167+
- --rpc.eth-proof-window=1024
167168
- --http.api=eth,net,web3,admin,debug,trace,txpool,rpc,reth,ots
168169
- --ws
169170
- --ws.addr=0.0.0.0
@@ -228,6 +229,7 @@ services:
228229
- --http
229230
- --http.addr=0.0.0.0
230231
- --http.port=8545
232+
- --rpc.eth-proof-window=1024
231233
- --http.api=eth,net,web3,admin,debug,trace,txpool,rpc,reth,ots
232234
- --ws
233235
- --ws.addr=0.0.0.0
@@ -292,6 +294,7 @@ services:
292294
- --http
293295
- --http.addr=0.0.0.0
294296
- --http.port=8545
297+
- --rpc.eth-proof-window=1024
295298
- --http.api=eth,net,web3,admin,debug,trace,txpool,rpc,reth,ots
296299
- --ws
297300
- --ws.addr=0.0.0.0
@@ -356,6 +359,7 @@ services:
356359
- --http
357360
- --http.addr=0.0.0.0
358361
- --http.port=8545
362+
- --rpc.eth-proof-window=1024
359363
- --http.api=eth,net,web3,admin,debug,trace,txpool,rpc,reth,ots
360364
- --ws
361365
- --ws.addr=0.0.0.0
@@ -420,6 +424,7 @@ services:
420424
- --http
421425
- --http.addr=0.0.0.0
422426
- --http.port=8545
427+
- --rpc.eth-proof-window=1024
423428
- --http.api=eth,net,web3,admin,debug,trace,txpool,rpc,reth,ots
424429
- --ws
425430
- --ws.addr=0.0.0.0

0 commit comments

Comments
 (0)