This commit is contained in:
Para Dox
2025-04-11 15:25:55 +07:00
parent 1529bf3bfc
commit 5b87c35356
209 changed files with 1426 additions and 491 deletions

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
base-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: base
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: base
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
base-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: base
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: base
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
base-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: base-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: base-sepolia
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
base-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain: base-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: base-sepolia
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
blast-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: blast
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: blast
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
blast-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: blast
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: blast
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
blast-sepolia-op-geth-pruned-pebble-hash:
x-upstreams:
- chain: blast-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: blast-sepolia
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
bob-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
bob-mainnet-op-geth-pruned-pebble-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
boba-mainnet-op-geth-pruned:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
boba-sepolia-op-geth-pruned:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -143,7 +143,10 @@ volumes:
celo-alfajores-op-geth-archive-leveldb-hash_eigenda:
x-upstreams:
- chain: celo-alfajores
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: celo-alfajores
method-groups:
enabled:
- debug
@@ -152,6 +155,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -143,7 +143,10 @@ volumes:
celo-alfajores-op-geth-pruned-pebble-path_eigenda:
x-upstreams:
- chain: celo-alfajores
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: celo-alfajores
method-groups:
enabled:
- debug
@@ -153,7 +156,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -143,7 +143,10 @@ volumes:
celo-mainnet-op-geth-archive-leveldb-hash_eigenda:
x-upstreams:
- chain: celo
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: celo
method-groups:
enabled:
- debug
@@ -152,6 +155,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -143,7 +143,10 @@ volumes:
celo-mainnet-op-geth-pruned-pebble-path_eigenda:
x-upstreams:
- chain: celo
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: celo
method-groups:
enabled:
- debug
@@ -153,7 +156,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
fraxtal-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
fraxtal-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
fraxtal-testnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
fraxtal-testnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
hashkeychain-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: hashkey
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: hashkey
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
hashkeychain-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: hashkey
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: hashkey
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
ink-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: ink
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: ink
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
ink-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: ink
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: ink
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
ink-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: ink-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: ink-sepolia
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
ink-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain: ink-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: ink-sepolia
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
lisk-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
lisk-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -124,7 +124,10 @@ volumes:
lisk-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -133,6 +136,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -124,7 +124,10 @@ volumes:
lisk-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -134,7 +137,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
manta-pacific-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: manta-pacific
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: manta-pacific
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
manta-pacific-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: manta-pacific
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: manta-pacific
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
mantle-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
mantle-mainnet-op-geth-pruned-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
mantle-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
mantle-sepolia-op-geth-pruned-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
metal-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
metal-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
metal-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
metal-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
mode-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
mode-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
mode-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: mode-testnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: mode-testnet
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
mode-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain: mode-testnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: mode-testnet
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
op-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: optimism
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: optimism
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
op-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: optimism
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: optimism
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
op-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: optimism-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: optimism-sepolia
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
op-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain: optimism-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: optimism-sepolia
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
snax-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
snax-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
soneium-minato-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: soneium-minato
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: soneium-minato
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
soneium-minato-op-geth-pruned-pebble-path:
x-upstreams:
- chain: soneium-minato
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: soneium-minato
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
swell-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: swell
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: swell
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
swell-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: swell
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: swell
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
unichain-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: unichain
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: unichain
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
unichain-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: unichain
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: unichain
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
unichain-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: unichain-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: unichain-sepolia
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
unichain-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain: unichain-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: unichain-sepolia
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
worldchain-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: worldchain
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: worldchain
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
worldchain-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain: worldchain
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: worldchain
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
worldchain-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: worldchain-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: worldchain-sepolia
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
worldchain-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain: worldchain-sepolia
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: worldchain-sepolia
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -119,7 +119,10 @@ volumes:
zircuit-garfield-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: zircuit-testnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: zircuit-testnet
method-groups:
enabled:
- debug
@@ -128,6 +131,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -119,7 +119,10 @@ volumes:
zircuit-garfield-op-geth-pruned-pebble-hash:
x-upstreams:
- chain: zircuit-testnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: zircuit-testnet
method-groups:
enabled:
- debug
@@ -128,6 +131,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -119,7 +119,10 @@ volumes:
zircuit-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: zircuit-mainnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: zircuit-mainnet
method-groups:
enabled:
- debug
@@ -128,6 +131,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -119,7 +119,10 @@ volumes:
zircuit-mainnet-op-geth-pruned-pebble-hash:
x-upstreams:
- chain: zircuit-mainnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: zircuit-mainnet
method-groups:
enabled:
- debug
@@ -128,6 +131,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -120,7 +120,10 @@ volumes:
zircuit-testnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain: zircuit-testnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: zircuit-testnet
method-groups:
enabled:
- debug
@@ -129,6 +132,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -120,7 +120,10 @@ volumes:
zircuit-testnet-op-geth-pruned-pebble-hash:
x-upstreams:
- chain: zircuit-testnet
- id: $${ID}
labels:
provider: $${PROVIDER}
chain: zircuit-testnet
method-groups:
enabled:
- debug
@@ -129,6 +132,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
zora-mainnet-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -125,6 +128,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -116,7 +116,10 @@ volumes:
zora-mainnet-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,7 +129,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
zora-sepolia-op-geth-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -126,6 +129,7 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction

View File

@@ -14,7 +14,7 @@ services:
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
net.core.somaxconn: 32768 # Higher connection queue
# Memory/Connection Management
net.core.netdev_max_backlog: 50000 # Increase network buffer
# net.core.netdev_max_backlog: 50000 # Increase network buffer
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
expose:
@@ -117,7 +117,10 @@ volumes:
zora-sepolia-op-geth-pruned-pebble-path:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -127,7 +130,9 @@ x-upstreams:
disabled:
# not compatible with path state scheme
- name: debug_traceBlockByHash
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
# standard geth only
- name: debug_getRawBlock
- name: debug_getRawTransaction