Update dshackle to v0.79.5

Co-Authored-By: Claude Agent <claude@stakesquid.eu>
This commit is contained in:
2026-05-30 04:12:29 +00:00
parent e2b76be395
commit 6daffd04df
4 changed files with 86 additions and 90 deletions

View File

@@ -100,7 +100,7 @@
"compose_file": "arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash", "compose_file": "arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb" "pebble"
], ],
"network": "alephzero", "network": "alephzero",
"node": null, "node": null,
@@ -151,7 +151,7 @@
"compose_file": "arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash", "compose_file": "arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb" "pebble"
], ],
"network": "alephzero", "network": "alephzero",
"node": null, "node": null,
@@ -492,7 +492,7 @@
"client": "nitro", "client": "nitro",
"compose_file": "arb/nitro/opencampuscodex-sepolia-nitro-pruned-pebble-hash", "compose_file": "arb/nitro/opencampuscodex-sepolia-nitro-pruned-pebble-hash",
"features": [ "features": [
"hash", "path",
"pebble" "pebble"
], ],
"network": "opencampuscodex", "network": "opencampuscodex",
@@ -578,7 +578,7 @@
"compose_file": "arb/nitro/plume-mainnet-nitro-archive-pebble-hash", "compose_file": "arb/nitro/plume-mainnet-nitro-archive-pebble-hash",
"features": [ "features": [
"hash", "hash",
"pebble" "leveldb"
], ],
"network": "plume", "network": "plume",
"node": null, "node": null,
@@ -611,8 +611,8 @@
"client": "nitro", "client": "nitro",
"compose_file": "arb/nitro/plume-mainnet-nitro-pruned-pebble-path", "compose_file": "arb/nitro/plume-mainnet-nitro-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble" "leveldb"
], ],
"network": "plume", "network": "plume",
"node": null, "node": null,
@@ -646,7 +646,7 @@
"compose_file": "arb/nitro/plume-testnet-nitro-archive-pebble-hash", "compose_file": "arb/nitro/plume-testnet-nitro-archive-pebble-hash",
"features": [ "features": [
"hash", "hash",
"pebble" "leveldb"
], ],
"network": "plume", "network": "plume",
"node": null, "node": null,
@@ -679,8 +679,8 @@
"client": "nitro", "client": "nitro",
"compose_file": "arb/nitro/plume-testnet-nitro-pruned-pebble-path", "compose_file": "arb/nitro/plume-testnet-nitro-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble" "leveldb"
], ],
"network": "plume", "network": "plume",
"node": null, "node": null,
@@ -714,7 +714,7 @@
"compose_file": "arb/nitro/real-mainnet-nitro-archive-pebble-hash", "compose_file": "arb/nitro/real-mainnet-nitro-archive-pebble-hash",
"features": [ "features": [
"hash", "hash",
"pebble" "leveldb"
], ],
"network": "real", "network": "real",
"node": null, "node": null,
@@ -827,7 +827,7 @@
"client": "go", "client": "go",
"compose_file": "avalanche/go/avalanche-fuji-go-pruned-pebbledb", "compose_file": "avalanche/go/avalanche-fuji-go-pruned-pebbledb",
"features": [ "features": [
"pebbledb" "leveldb"
], ],
"network": "avalanche", "network": "avalanche",
"node": null, "node": null,
@@ -875,7 +875,7 @@
"client": "go", "client": "go",
"compose_file": "avalanche/go/avalanche-mainnet-go-pruned-pebbledb", "compose_file": "avalanche/go/avalanche-mainnet-go-pruned-pebbledb",
"features": [ "features": [
"pebbledb" "leveldb"
], ],
"network": "avalanche", "network": "avalanche",
"node": null, "node": null,
@@ -1499,8 +1499,8 @@
"leveldb" "leveldb"
], ],
"network": "celo", "network": "celo",
"node": null, "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": null, "stack": null,
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
@@ -1513,11 +1513,11 @@
"compose_file": "celo/geth/celo-mainnet-geth-pruned-leveldb-hash", "compose_file": "celo/geth/celo-mainnet-geth-pruned-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb" "pebble"
], ],
"network": "celo", "network": "celo",
"node": null, "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": null, "stack": null,
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -3014,7 +3014,7 @@
"leveldb" "leveldb"
], ],
"network": "goat", "network": "goat",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": null, "stack": null,
"type": "archive", "type": "archive",
@@ -3031,7 +3031,7 @@
"pebble" "pebble"
], ],
"network": "goat", "network": "goat",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": null, "stack": null,
"type": "pruned", "type": "pruned",
@@ -3048,7 +3048,7 @@
"leveldb" "leveldb"
], ],
"network": "goat", "network": "goat",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": null, "stack": null,
"type": "archive", "type": "archive",
@@ -3065,7 +3065,7 @@
"pebble" "pebble"
], ],
"network": "goat", "network": "goat",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": null, "stack": null,
"type": "pruned", "type": "pruned",
@@ -3678,7 +3678,7 @@
"trace" "trace"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -3694,7 +3694,7 @@
"trace" "trace"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4066,10 +4066,10 @@
"compose_file": "op/geth/blast-mainnet-op-geth-archive-leveldb-hash", "compose_file": "op/geth/blast-mainnet-op-geth-archive-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb" "pebble"
], ],
"network": "blast", "network": "blast",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4086,7 +4086,7 @@
"pebble" "pebble"
], ],
"network": "blast", "network": "blast",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4103,7 +4103,7 @@
"pebble" "pebble"
], ],
"network": "blast", "network": "blast",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4120,7 +4120,7 @@
"pebble" "pebble"
], ],
"network": "blast", "network": "blast",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4372,12 +4372,11 @@
"compose_file": "op/geth/celo-mainnet-op-geth-archive-leveldb-hash", "compose_file": "op/geth/celo-mainnet-op-geth-archive-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb", "leveldb"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
@@ -4392,12 +4391,11 @@
"compose_file": "op/geth/celo-mainnet-op-geth-pruned-leveldb-hash", "compose_file": "op/geth/celo-mainnet-op-geth-pruned-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb", "pebble"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -4412,12 +4410,11 @@
"compose_file": "op/geth/celo-mainnet-op-geth-pruned-pebble-hash", "compose_file": "op/geth/celo-mainnet-op-geth-pruned-pebble-hash",
"features": [ "features": [
"hash", "hash",
"pebble", "pebble"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -4430,13 +4427,12 @@
"client": "geth", "client": "geth",
"compose_file": "op/geth/celo-mainnet-op-geth-pruned-pebble-path", "compose_file": "op/geth/celo-mainnet-op-geth-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble", "pebble"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -4450,12 +4446,11 @@
"compose_file": "op/geth/celo-sepolia-op-geth-archive-leveldb-hash", "compose_file": "op/geth/celo-sepolia-op-geth-archive-leveldb-hash",
"features": [ "features": [
"hash", "hash",
"leveldb", "leveldb"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
@@ -4469,12 +4464,11 @@
"compose_file": "op/geth/celo-sepolia-op-geth-archive-pebble-hash", "compose_file": "op/geth/celo-sepolia-op-geth-archive-pebble-hash",
"features": [ "features": [
"hash", "hash",
"pebble", "leveldb"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
@@ -4487,13 +4481,12 @@
"client": "geth", "client": "geth",
"compose_file": "op/geth/celo-sepolia-op-geth-archive-pebble-path", "compose_file": "op/geth/celo-sepolia-op-geth-archive-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble", "leveldb"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
@@ -4507,12 +4500,11 @@
"compose_file": "op/geth/celo-sepolia-op-geth-pruned-pebble-hash", "compose_file": "op/geth/celo-sepolia-op-geth-pruned-pebble-hash",
"features": [ "features": [
"hash", "hash",
"pebble", "pebble"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -4525,13 +4517,12 @@
"client": "geth", "client": "geth",
"compose_file": "op/geth/celo-sepolia-op-geth-pruned-pebble-path", "compose_file": "op/geth/celo-sepolia-op-geth-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble", "pebble"
"proxy"
], ],
"network": "celo", "network": "celo",
"node": "eigenda", "node": "node",
"relay": null, "relay": "eigenda-proxy",
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -4701,8 +4692,8 @@
"leveldb" "leveldb"
], ],
"network": "hemi", "network": "hemi",
"node": null, "node": "node",
"relay": null, "relay": "bss",
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
@@ -4786,7 +4777,7 @@
"leveldb" "leveldb"
], ],
"network": "katana", "network": "katana",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4803,7 +4794,7 @@
"pebble" "pebble"
], ],
"network": "katana", "network": "katana",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4820,7 +4811,7 @@
"leveldb" "leveldb"
], ],
"network": "katana", "network": "katana",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4837,7 +4828,7 @@
"pebble" "pebble"
], ],
"network": "katana", "network": "katana",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4854,7 +4845,7 @@
"leveldb" "leveldb"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4867,11 +4858,11 @@
"client": "geth", "client": "geth",
"compose_file": "op/geth/lisk-mainnet-op-geth-pruned-pebble-hash", "compose_file": "op/geth/lisk-mainnet-op-geth-pruned-pebble-hash",
"features": [ "features": [
"hash", "path",
"pebble" "pebble"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4888,7 +4879,7 @@
"pebble" "pebble"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4905,7 +4896,7 @@
"leveldb" "leveldb"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -4922,7 +4913,7 @@
"pebble" "pebble"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4935,11 +4926,11 @@
"client": "geth", "client": "geth",
"compose_file": "op/geth/lisk-sepolia-op-geth-pruned-pebble-path", "compose_file": "op/geth/lisk-sepolia-op-geth-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble" "pebble"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -4990,7 +4981,7 @@
"leveldb" "leveldb"
], ],
"network": "mantle", "network": "mantle",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -5024,7 +5015,7 @@
"leveldb" "leveldb"
], ],
"network": "mantle", "network": "mantle",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -6142,7 +6133,7 @@
"trace" "trace"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "archive", "type": "archive",
@@ -6158,7 +6149,7 @@
"trace" "trace"
], ],
"network": "lisk", "network": "lisk",
"node": null, "node": "node",
"relay": null, "relay": null,
"stack": "op", "stack": "op",
"type": "pruned", "type": "pruned",
@@ -6657,7 +6648,7 @@
"client": "ronin", "client": "ronin",
"compose_file": "ronin/ronin/ronin-mainnet-ronin-pruned-pebble-path", "compose_file": "ronin/ronin/ronin-mainnet-ronin-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble" "pebble"
], ],
"network": "ronin", "network": "ronin",
@@ -6708,7 +6699,7 @@
"client": "ronin", "client": "ronin",
"compose_file": "ronin/ronin/ronin-saigon-ronin-pruned-pebble-path", "compose_file": "ronin/ronin/ronin-saigon-ronin-pruned-pebble-path",
"features": [ "features": [
"path", "hash",
"pebble" "pebble"
], ],
"network": "ronin", "network": "ronin",

View File

@@ -1,6 +1,6 @@
services: services:
dshackle-free: dshackle-free:
image: drpcorg/dshackle:0.79.4 image: drpcorg/dshackle:0.79.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.79.4 image: drpcorg/dshackle:0.79.5
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./main_configs:/etc/dshackle - ./main_configs:/etc/dshackle

View File

@@ -217,7 +217,6 @@
"shibarium": { "shibarium": {
"id": 109, "id": 109,
"urls": [ "urls": [
"https://www.shibrpc.com",
"https://rpc.shibrpc.com", "https://rpc.shibrpc.com",
"https://shib.nownodes.io" "https://shib.nownodes.io"
] ]
@@ -727,6 +726,12 @@
"https://api.sepolia.kroma.network" "https://api.sepolia.kroma.network"
] ]
}, },
"kite": {
"id": 2366,
"urls": [
"https://rpc.gokite.ai"
]
},
"tac-spb": { "tac-spb": {
"id": 2391, "id": 2391,
"urls": [ "urls": [