Update versions: haqq v1.9.2, dshackle 0.75.5

- haqq client: v1.9.1 -> v1.9.2
- dshackle: 0.75.4 -> 0.75.5
- hashkeychain testnet: sequencer URL update

Co-Authored-By: Claude Agent <claude@stakesquid.eu>
This commit is contained in:
2026-02-01 21:09:37 +00:00
parent 124d19dbb6
commit 8094518094
6 changed files with 13 additions and 7 deletions

View File

@@ -7055,7 +7055,8 @@
"stack": null, "stack": null,
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
"tempo-moderato-reth-archive-trace" "tempo-moderato-reth-archive-trace",
"tempo-moderato-reth-secrets"
] ]
}, },
{ {
@@ -7071,6 +7072,7 @@
"stack": null, "stack": null,
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
"tempo-moderato-reth-pruned-secrets",
"tempo-moderato-reth-pruned-trace" "tempo-moderato-reth-pruned-trace"
] ]
}, },
@@ -7087,7 +7089,8 @@
"stack": null, "stack": null,
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
"tempo-testnet-reth-archive-trace" "tempo-testnet-reth-archive-trace",
"tempo-testnet-reth-secrets"
] ]
}, },
{ {
@@ -7103,6 +7106,7 @@
"stack": null, "stack": null,
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
"tempo-testnet-reth-pruned-secrets",
"tempo-testnet-reth-pruned-trace" "tempo-testnet-reth-pruned-trace"
] ]
}, },

View File

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

View File

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

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

@@ -53,8 +53,9 @@ services:
- 6060 - 6060
- 8551 - 8551
environment: environment:
- GETH_OP_NETWORK=hashkeychain-testnet
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://hashkeychain-testnet.alt.technology - GETH_ROLLUP_SEQUENCERHTTP=https://testnet.hsk.xyz
entrypoint: /bin/sh -c '[ ! -f /config/genesis.json ] && wget -qO /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"; [ ! -d /data/geth ] && geth --gcmode=archive --db.engine=leveldb --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' -- entrypoint: /bin/sh -c '[ ! -f /config/genesis.json ] && wget -qO /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"; [ ! -d /data/geth ] && geth --gcmode=archive --db.engine=leveldb --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' --
command: command:
- --datadir=/data - --datadir=/data

View File

@@ -53,8 +53,9 @@ services:
- 6060 - 6060
- 8551 - 8551
environment: environment:
- GETH_OP_NETWORK=hashkeychain-testnet
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://hashkeychain-testnet.alt.technology - GETH_ROLLUP_SEQUENCERHTTP=https://testnet.hsk.xyz
entrypoint: /bin/sh -c '[ ! -f /config/genesis.json ] && wget -qO /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"; [ ! -d /data/geth ] && geth --gcmode=full --db.engine=pebble --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' -- entrypoint: /bin/sh -c '[ ! -f /config/genesis.json ] && wget -qO /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"; [ ! -d /data/geth ] && geth --gcmode=full --db.engine=pebble --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
command: command:
- --datadir=/data - --datadir=/data