op-reth: env knobs for --rpc.max-trace-filter-blocks (default 10000 = previous hardcoded) and --rpc.max-response-size (default 160 = reth default) - tracer-mule tuning surface; max-tracing-requests deliberately NOT pinned (reth self-sizes to cores)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rob
2026-07-10 15:55:51 +00:00
parent 3d22031a12
commit 927afb2dab
63 changed files with 126 additions and 63 deletions

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BASE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BASE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BASE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BASE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BASE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BASE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BASE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BASE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BASE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BASE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BASE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BASE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -67,7 +67,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BOB_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BOB_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -67,7 +67,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BOB_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BOB_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -68,7 +68,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BOB_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BOB_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -67,7 +67,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${BOBA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${BOBA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -84,7 +84,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${DOMA_TESTNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${DOMA_TESTNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -92,7 +92,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${HASHKEYCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${HASHKEYCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -92,7 +92,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${HASHKEYCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${HASHKEYCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -84,7 +84,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${HASHKEYCHAIN_TESTNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${HASHKEYCHAIN_TESTNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -70,7 +70,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${KATANA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${KATANA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -71,7 +71,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${KATANA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${KATANA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -67,7 +67,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -77,7 +77,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -68,7 +68,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${METAL_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${METAL_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${METAL_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${METAL_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -77,7 +77,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${MODE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${MODE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -68,7 +68,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${MODE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${MODE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -77,7 +77,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -77,7 +77,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${OP_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${OP_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -73,7 +73,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${RONIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${RONIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -72,7 +72,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${RONIN_SAIGON_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${RONIN_SAIGON_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -73,7 +73,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${RONIN_SAIGON_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${RONIN_SAIGON_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SONEIUM_MINATO-SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SONEIUM_MINATO-SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SONEIUM_MINATO-SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SONEIUM_MINATO-SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -69,7 +69,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${SUPERSEED_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SUPERSEED_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${UNICHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${UNICHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${UNICHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${UNICHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${UNICHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${UNICHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${UNICHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${UNICHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${UNICHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${UNICHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -77,7 +77,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${WORLDCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${WORLDCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -77,7 +77,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${WORLDCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${WORLDCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${WORLDCHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${WORLDCHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -74,7 +74,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${WORLDCHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${WORLDCHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -75,7 +75,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${WORLDCHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${WORLDCHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -91,7 +91,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${XLAYER_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${XLAYER_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -91,7 +91,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${XLAYER_TESTNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${XLAYER_TESTNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${ZORA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${ZORA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev

View File

@@ -76,7 +76,8 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-trace-filter-blocks=10000
- --rpc.max-response-size=${ZORA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${ZORA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000}
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev