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:
@@ -7055,7 +7055,8 @@
|
||||
"stack": null,
|
||||
"type": "archive",
|
||||
"volumes": [
|
||||
"tempo-moderato-reth-archive-trace"
|
||||
"tempo-moderato-reth-archive-trace",
|
||||
"tempo-moderato-reth-secrets"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7071,6 +7072,7 @@
|
||||
"stack": null,
|
||||
"type": "pruned",
|
||||
"volumes": [
|
||||
"tempo-moderato-reth-pruned-secrets",
|
||||
"tempo-moderato-reth-pruned-trace"
|
||||
]
|
||||
},
|
||||
@@ -7087,7 +7089,8 @@
|
||||
"stack": null,
|
||||
"type": "archive",
|
||||
"volumes": [
|
||||
"tempo-testnet-reth-archive-trace"
|
||||
"tempo-testnet-reth-archive-trace",
|
||||
"tempo-testnet-reth-secrets"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7103,6 +7106,7 @@
|
||||
"stack": null,
|
||||
"type": "pruned",
|
||||
"volumes": [
|
||||
"tempo-testnet-reth-pruned-secrets",
|
||||
"tempo-testnet-reth-pruned-trace"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
dshackle-free:
|
||||
image: drpcorg/dshackle:0.75.4
|
||||
image: drpcorg/dshackle:0.75.5
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./free_configs:/etc/dshackle
|
||||
|
||||
2
drpc.yml
2
drpc.yml
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
dshackle:
|
||||
image: drpcorg/dshackle:0.75.4
|
||||
image: drpcorg/dshackle:0.75.5
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./main_configs:/etc/dshackle
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
context: ./haqq
|
||||
dockerfile: haqq.Dockerfile
|
||||
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}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
|
||||
@@ -53,8 +53,9 @@ services:
|
||||
- 6060
|
||||
- 8551
|
||||
environment:
|
||||
- GETH_OP_NETWORK=hashkeychain-testnet
|
||||
- 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 "$@"' --
|
||||
command:
|
||||
- --datadir=/data
|
||||
|
||||
@@ -53,8 +53,9 @@ services:
|
||||
- 6060
|
||||
- 8551
|
||||
environment:
|
||||
- GETH_OP_NETWORK=hashkeychain-testnet
|
||||
- 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 "$@"' --
|
||||
command:
|
||||
- --datadir=/data
|
||||
|
||||
Reference in New Issue
Block a user