Update dshackle 0.78.2 -> 0.78.3

Co-Authored-By: Claude Agent <claude@stakesquid.eu>
This commit is contained in:
2026-05-02 04:07:35 +00:00
parent f75470e2c1
commit 065c31dbb5
9 changed files with 247 additions and 240 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
services:
dshackle-free:
image: drpcorg/dshackle:0.78.2
image: drpcorg/dshackle:0.78.3
restart: unless-stopped
volumes:
- ./free_configs:/etc/dshackle

View File

@@ -1,6 +1,6 @@
services:
dshackle:
image: drpcorg/dshackle:0.78.2
image: drpcorg/dshackle:0.78.3
restart: unless-stopped
volumes:
- ./main_configs:/etc/dshackle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
tempo-mainnet-reth:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MAINNET_RETH_VERSION:-v1.9.3}
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MAINNET_RETH_VERSION:-v2.2.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
tempo-mainnet-reth-pruned:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MAINNET_RETH_VERSION:-v1.9.3}
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MAINNET_RETH_VERSION:-v2.2.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
tempo-moderato-reth:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MODERATO_RETH_VERSION:-v1.9.3}
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MODERATO_RETH_VERSION:-v2.2.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
tempo-moderato-reth-pruned:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MODERATO_RETH_VERSION:-v1.9.3}
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_MODERATO_RETH_VERSION:-v2.2.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
tempo-testnet-reth:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_TESTNET_RETH_VERSION:-v1.9.3}
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_TESTNET_RETH_VERSION:-v2.2.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
tempo-testnet-reth-pruned:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_TESTNET_RETH_VERSION:-v1.9.3}
image: ${TEMPO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TEMPO_TESTNET_RETH_VERSION:-v2.2.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle