Update versions: besu 26.1.0, haqq v1.9.2, go-wemix w0.10.13, goat testnet3 node v0.4.3

Co-Authored-By: Claude Agent <claude@stakesquid.eu>
This commit is contained in:
2026-02-03 21:10:59 +00:00
parent e70f42196d
commit f6f9d92171
8 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
ethereum-classic-besu: ethereum-classic-besu:
image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_CLASSIC_BESU_VERSION:-25.12.0} image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_CLASSIC_BESU_VERSION:-26.1.0}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
ethereum-mainnet-besu: ethereum-mainnet-besu:
image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_MAINNET_BESU_VERSION:-25.12.0} image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_MAINNET_BESU_VERSION:-26.1.0}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -102,7 +102,7 @@ services:
- traefik.http.routers.goat-testnet3-geth-archive-leveldb-hash.middlewares=goat-testnet3-geth-archive-leveldb-hash-stripprefix, ipallowlist - traefik.http.routers.goat-testnet3-geth-archive-leveldb-hash.middlewares=goat-testnet3-geth-archive-leveldb-hash-stripprefix, ipallowlist
goat-testnet3-archive-node: goat-testnet3-archive-node:
image: ${GOAT_NODE_IMAGE:-ghcr.io/goatnetwork/goat}:${GOAT_TESTNET3_NODE_VERSION:-v0.4.2} image: ${GOAT_NODE_IMAGE:-ghcr.io/goatnetwork/goat}:${GOAT_TESTNET3_NODE_VERSION:-v0.4.3}
ports: ports:
- 19461:19461 - 19461:19461
- 19461:19461/udp - 19461:19461/udp

View File

@@ -102,7 +102,7 @@ services:
- traefik.http.routers.goat-testnet3-geth-pruned-pebble-path.middlewares=goat-testnet3-geth-pruned-pebble-path-stripprefix, ipallowlist - traefik.http.routers.goat-testnet3-geth-pruned-pebble-path.middlewares=goat-testnet3-geth-pruned-pebble-path-stripprefix, ipallowlist
goat-testnet3-node: goat-testnet3-node:
image: ${GOAT_NODE_IMAGE:-ghcr.io/goatnetwork/goat}:${GOAT_TESTNET3_NODE_VERSION:-v0.4.2} image: ${GOAT_NODE_IMAGE:-ghcr.io/goatnetwork/goat}:${GOAT_TESTNET3_NODE_VERSION:-v0.4.3}
ports: ports:
- 18272:18272 - 18272:18272
- 18272:18272/udp - 18272:18272/udp

View File

@@ -34,7 +34,7 @@ services:
context: ./haqq context: ./haqq
dockerfile: haqq.Dockerfile dockerfile: haqq.Dockerfile
args: args:
HAQQ_HAQQ_VERSION: ${HAQQ_MAINNET_HAQQ_VERSION:-v1.9.1} HAQQ_HAQQ_VERSION: ${HAQQ_MAINNET_HAQQ_VERSION:-v1.9.2}
HAQQ_HAQQ_IMAGE: ${HAQQ_MAINNET_HAQQ_IMAGE:-alhaqq/haqq} HAQQ_HAQQ_IMAGE: ${HAQQ_MAINNET_HAQQ_IMAGE:-alhaqq/haqq}
sysctls: sysctls:
# TCP Performance # TCP Performance

View File

@@ -257,7 +257,7 @@
"hashkey-testnet": { "hashkey-testnet": {
"id": 133, "id": 133,
"urls": [ "urls": [
"https://hashkeychain-testnet.alt.technology" "https://testnet.hsk.xyz"
] ]
}, },
"polygon": { "polygon": {

View File

@@ -34,7 +34,7 @@ services:
context: ./wemix context: ./wemix
dockerfile: go-wemix.Dockerfile dockerfile: go-wemix.Dockerfile
args: args:
VERSION: w0.10.12 VERSION: w0.10.13
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -34,7 +34,7 @@ services:
context: ./wemix context: ./wemix
dockerfile: go-wemix.Dockerfile dockerfile: go-wemix.Dockerfile
args: args:
VERSION: w0.10.12 VERSION: w0.10.13
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle