better compat

This commit is contained in:
Sebastian
2024-05-28 07:33:18 +02:00
parent afb3d9716c
commit f3a95fbf7d
2 changed files with 1 additions and 4 deletions

View File

@@ -6,13 +6,10 @@
enabled:
- debug
- trace
disabled:
- filter
methods:
enabled:
- name: txpool_content
disabled:
- name: eth_getLogs
connection:
generic:
rpc:

View File

@@ -16,7 +16,7 @@ services:
- "44169:44169"
- "44169:44169/udp"
restart: unless-stopped
command: node --chain mainnet --rpc-max-connections 429496729 --metrics 0.0.0.0:9001 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 44169 --discovery.port 44169 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*'
command: node --chain mainnet --rpc-max-connections 429496729 --metrics 0.0.0.0:9001 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 44169 --discovery.port 44169 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 5000000000
stop_grace_period: 1m
labels:
- "prometheus-scrape.enabled=true"