5dbea9f017
Update versions: reth v1.11.0, polygon-erigon3 v3.4.0, dshackle 0.75.9, zksync-era external-node v29.10.1-alpha
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-19 04:14:04 +00:00
74e21ccf73
Update versions: geth v1.17.0, nimbus multiarch-v26.2.1, bor 2.5.9, bsc 1.6.7, external-node v29.10.1-alpha, blsync alltools-v1.17.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-18 04:23:44 +00:00
e06da27b3e
Update zksync-era external-node to v29.8.0-alpha
2026-02-18 02:20:56 +00:00
c8017d9ea9
Update zksync-era external-node to v29.8.0
2026-02-18 02:15:40 +00:00
e90198a831
Add plume-mainnet pebble configs for DB corruption fix
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-02-17 12:39:47 +00:00
4e307bcde5
Fix plume-mainnet-archive: add explicit --persistent.db-engine=pebble
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-02-17 12:24:50 +00:00
44e7127a37
Revert reth to v1.10.2 - v1.11.0 image not yet available on ghcr
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-17 04:14:22 +00:00
518c2ede2e
Update versions: reth v1.10.2->v1.11.0, nimbus multiarch-v26.1.0->multiarch-v26.2.0, xlayer v0.1.3->v0.1.4
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-17 04:09:54 +00:00
goldsquid
12e197fffa
udpate
2026-02-16 12:34:31 +07:00
goldsquid
1416f91636
update
2026-02-11 20:17:37 +07:00
69d178d79b
Update versions: bitcoin-cash 0.32.8, blast-sepolia v1.7.0
...
- bitcoin-cash: 0.32.7 → 0.32.8
- blast-sepolia geth & node: v1.6.0 → v1.7.0
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-10 21:09:03 +00:00
63fd119d55
fixed the ram script
2026-02-10 05:37:18 +01:00
641c1d8fa1
Add --http.vhosts=* to immutable-zkevm compose files
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 17:06:50 +00:00
4b24f7969f
Add generated immutable-zkevm compose files
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 17:03:13 +00:00
2f65975bcd
katana-testnet: use custom genesis/rollup config
...
Same fix as mainnet - katana-testnet is not in the superchain registry.
Chain ID 737373, L1 is Sepolia.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 14:17:20 +00:00
400ea86d29
Adding json files for katana testnet
2026-02-08 14:15:57 +00:00
206109c2a3
katana-mainnet: use custom genesis/rollup config
...
Katana is not in the OP Stack superchain registry, so it needs
custom genesis.json and rollup.json files instead of the built-in
network name. Follows the same pattern as superseed-mainnet.
Changes:
- Remove GETH_OP_NETWORK env var
- Add genesis init in entrypoint (checks if /data/geth exists)
- Add --networkid=747474
- Mount op/katana/mainnet as /config in both geth and op-node
- Replace OP_NODE_NETWORK with OP_NODE_ROLLUP_CONFIG
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 02:10:56 +00:00
b74d521064
Add config files
2026-02-08 02:07:03 +00:00
02976155d5
Add Katana (Ronin L2) node configurations for mainnet and testnet
2026-02-07 22:32:52 +00:00
a583d9cf8c
Add Aztec devnet/testnet to reference endpoints
...
Adds rollup_version-based lookup for Aztec chains.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 17:17:50 +00:00
goldsquid
22b4ecd042
total node size
2026-02-07 22:33:30 +07:00
goldsquid
4ae053438c
total node size
2026-02-07 22:29:01 +07:00
goldsquid
0031e43550
updates
2026-02-07 22:26:58 +07:00
7ef8301ccf
Pin haqq to v1.9.1 (v1.9.2 does not exist on Docker Hub)
2026-02-07 11:34:37 +00:00
c8f96a3a39
show-size.sh: Add disk space info when called without args
...
Shows free/total disk space at the end, similar to show-db-size.sh
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 10:24:13 +00:00
413ca7ccd4
show-ram.sh: Fix to show node paths like show-status
...
- Use COMPOSE_FILE from .env to get list of nodes
- Match containers by service labels from compose files
- Output format now matches show-status (node paths, not container IDs)
- Sorted by RAM usage descending
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 10:13:47 +00:00
f92f80abd0
show-ram.sh: Fix path mapping to compose file
...
Path maps directly to compose file in subdirectories:
op/reth/base-mainnet-op-reth-archive-trace -> op/reth/base-mainnet-op-reth-archive-trace.yml
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 09:52:28 +00:00
67731beed0
show-ram.sh: Fix node_path handling, group by node
...
- Fix: handle full path like ethereum/geth/node-name (extract basename)
- Without args: show RAM per node (grouped by compose project), not per container
- Sorted by RAM usage descending
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 09:46:51 +00:00
9ce4b5cd0a
show-ram.sh: Show all containers when no node_path given
...
- Without argument: shows all containers sorted by RAM, total container RAM, server RAM
- With argument: shows RAM for specific node only
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 09:38:49 +00:00
433bb6f341
Add show-ram.sh script to show RAM usage per node
...
Shows RAM usage for all containers in a compose file with total.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-07 08:50:59 +00:00
0aa4ad0aa2
Update dshackle 0.75.7 → 0.75.8
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-06 21:08:41 +00:00
1c033cf699
Regenerate compose files with op-geth v1.101608.0 and op-node v1.16.6
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 06:52:04 +00:00
9c9523a031
Update op-geth to v1.101608.0 and op-node to v1.16.6
...
Regenerated compose files with latest OP Stack client versions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 06:48:40 +00:00
goldsquid
158dc903df
fix bob sepolia
2026-02-06 13:39:27 +07:00
goldsquid
b7ec2ff084
fix taiko hoodi
2026-02-06 13:21:27 +07:00
6d97078f70
Update versions: sonic v2.1.4 → v2.1.5, dshackle 0.75.6 → 0.75.7
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-05 21:08:54 +00:00
goldsquid
a30f2cbfe9
fix bob sepolia
2026-02-05 17:01:14 +07:00
72c96bc8f9
Update lighthouse v8.0.1 → v8.1.0, maru v1.0.0 → v1.1.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-05 09:43:29 +00:00
1ba4ad97c5
Update taiko-geth for hoodi: v1.17.4 → v2.2.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-05 09:32:51 +00:00
feffc2ab0a
Update versions: java-tron v4.8.1, dshackle 0.75.6, hashkeychain config
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-04 21:09:16 +00:00
f6f9d92171
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 >
2026-02-03 21:10:59 +00:00
goldsquid
e70f42196d
fix
2026-02-02 17:59:55 +07:00
aa3ac10893
Revert haqq to v1.9.1 - Docker image v1.9.2 not published
...
The v1.9.2 release exists on GitHub but the Docker image hasn't been
published to Docker Hub yet.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-01 21:15:17 +00:00
8094518094
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 >
2026-02-01 21:09:37 +00:00
124d19dbb6
Add tempo consensus parameters for RPC nodes
...
- Add --consensus.signing-key and --consensus.fee-recipient
- Add secrets volume for validator key storage
- Add comment with key generation instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-01 06:13:06 +00:00
6cb5b12ab0
Update tempo image tag to sha-a1ac033
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-01 06:08:29 +00:00
a09b33b7a0
Add Tempo network configuration (moderato, testnet)
...
- Add tempo-moderato-reth-archive-trace and tempo-moderato-reth-pruned-trace
- Add tempo-testnet-reth-archive-trace and tempo-testnet-reth-pruned-trace
- Update compose_registry.json with new endpoints
Chain IDs:
- Tempo Moderato: 42431
- Tempo Testnet (Andantino): 42429
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-01 06:04:52 +00:00
c35fdd0f15
fix(hashkey-testnet): update reference RPC endpoint
...
The previous endpoint https://hashkeychain-testnet.alt.technology had
DNS resolution failure, causing sync-status to return "unverified ()".
Updated to official endpoint https://testnet.hsk.xyz
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-01 03:52:20 +00:00
d814146f13
Update juno (starknet) v0.15.17 -> v0.15.18
...
Stable release bump for Starknet juno client.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-31 21:10:25 +00:00
goldsquid
39648446a5
add a full sync version
2026-01-31 12:10:23 +07:00