Commit Graph

4547 Commits

Author SHA1 Message Date
714e8ba07a non-EVM chain labels via full registry import + reference endpoint ladder
- aztec-testnet, solana, ripple x-upstreams now carry their drpc slug as
  chain label (was empty -> dshackle ignored the upstreams)
- reference-rpc-endpoint.json: every chain now has a protocol field
  (eth/bitcoin/solana/ripple/aztec/...) for protocol-family dispatch in
  scripts, plus https://{slug}.drpc.org appended as LAST fallback url
  (independent endpoints stay preferred; overrides win entirely)
- registry grew 247 -> 333 entries (all drpc protocols imported, not just eth)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 06:12:24 +00:00
f5f475cdb1 fix dshackle chain labels: hoodi, rootstock-testnet, ronin-saigon + registry refresh drift
- ethereum-hoodi composes: chain ethereum -> hoodi (was mislabeled as mainnet)
- rootstock-bamboo: chain rootstock -> rootstock-testnet
- ronin-saigon op-reth: empty chain -> ronin-saigon (fresh DRPC registry now
  carries saigon at chainid 202601; stale local upstreams.yml had dropped it)
- assorted regen drift from fresh chain registry

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 05:32:16 +00:00
4b0ce9ca69 aztec-testnet: bump to 4.3.1 (network redeployed, 3.0.2 genesis incompatible) + regen drift
Aztec testnet rollup was redeployed on Sepolia; 3.0.2 computes the old
genesis archive root and crash-loops. 4.3.1 matches the deployed rollup
and bootstraps from snapshot. Verified live on rpc-de-13.

Includes regen drift from current templates for other stale compose files.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 03:33:44 +00:00
83328a5ab5 fix(cleanup-backups): trash-based retention instead of mass rm
The old script grouped backups with cut -d'-' -f1-3, which mis-grouped
volume keys and permanently deleted ~360 archives on 2026-06-11. Replace
with safe retention: group by full volume key regex, keep 3 newest per key,
move excess to /backup/trash, and protect uploading-*, broken_*, and
deprecated-* prefixes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 14:53:03 +02:00
goldsquid
12e5ff8ee1 fix 2026-06-11 18:11:40 +07:00
goldsquid
87af562f1f fix 2026-06-11 17:14:15 +07:00
goldsquid
6ec861bd60 too much to chekc 2026-06-11 17:07:16 +07:00
goldsquid
e69a2b1202 linea besu update 2026-06-11 16:53:37 +07:00
2375dc3ef7 Regenerate compose files: ZKSync v29.17.0, Base new registry, multi-client bumps
Sync compose files with context.yml accumulated updates:
- ZKSync ERA/Abstract/Lens/Sophon external-node: v29.16.0-alpha → v29.17.0 (stable; fixes interop fee 403s)
- Base: registry ghcr.io/base/node-{reth,geth} v0.16.1/v0.15.6 (was oplabs GCR)
- Arbitrum/AlephZero/Connext/Nitro chains: v3.9.9-rc.3 → v3.10.1
- Gnosis reth: v1.1.11-eraimports → v1.2.1
- Gnosis/Linea erigon3: v3.4.0 → v3.4.2
- Polygon bor 2.7.2→2.8.1, erigon3 v3.5.0→v3.6.0
- Prysm v7.1.3→v7.1.4, Besu v26.4.0→v26.5.0
- Blast sepolia v1.4.0→v1.7.0, XRP 3.1.2→3.1.3
- Viction v2.5.1→v2.6.0, Immutable/Linea geth v1.17.2→v1.17.3

Co-Authored-By: Claude Agent <claude@stakesquid.eu>
2026-06-10 19:58:49 +00:00
c0416b4ae6 Add ronin-mainnet and ronin-saigon op-reth (OP-stack migration, May 12 2026)
Ronin migrated from standalone sidechain to OP-stack L2 operated by
Conduit, with EigenDA V2 for data availability. New composes follow
conduitxyz/ronin-migration-reth-docker: conduit-op-reth fork +
op-node v1.16.5 + eigenda-proxy 2.7.0 relay.

- op/ronin/{mainnet,saigon}: Conduit genesis (bedrockBlock patched to
  55577500 / 45528550) and rollup.json (alt_da GenericCommitment injected)
- saigon is a NEW chain post-migration: chainid 202601, L1 sepolia
- also regenerated: xlayer-testnet composes (dshackle chain label was
  corrupted to 'ronin' by an override typo), native ronin/ronin composes
  (upstream labels follow new chain ids), reference-rpc-endpoint.json

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 09:00:45 +00:00
goldsquid
5fd86bdf28 update xlayer 2026-06-10 13:41:18 +07:00
goldsquid
1f7dd60483 genesis for bob-sepolia 2026-06-09 13:02:21 +07:00
e9024c5c17 add op-reth sepolia variants for bob, worldchain, ink
Superchain Sepolia hardfork ~2026-06-19 drops op-geth support; op-erigon is
already broken post-hardfork. op-reth is the migration target for Superchain
members. Generates archive-trace, minimal-trace, and pruned-trace variants
via the 'full_minimal_trace' profile (mirroring base-sepolia / op-sepolia).
2026-06-09 05:37:19 +00:00
2e08acbe07 regenerate drifted celo-sepolia compose files
Pre-existing template change: bind-mount './op/celo/sepolia:/config' migrated to
parameterizable named docker volumes (CELO_SEPOLIA_OP_GETH_*_CONFIG /
CELO_SEPOLIA_OP_GETH_*_NODE_CONFIG with sensible defaults). Surfaced when
running update.sh on top of the current rpc/ submodule HEAD.
2026-06-09 05:37:19 +00:00
ef88539ae6 fix of the fix 2026-06-07 09:19:06 +02:00
241c52848b fix 2026-06-07 09:12:43 +02:00
eeb894d783 fix taiko reth build 2026-06-07 08:34:05 +02:00
goldsquid
df8aeaefd1 build reth for taiko 2026-06-07 13:18:04 +07:00
goldsquid
86d0f53569 fix 2026-06-07 13:03:08 +07:00
goldsquid
2a194909da geth init fixes when genesis available. and that fixes reth too 2026-06-07 12:58:54 +07:00
goldsquid
4b03b4cdbc fix 2026-06-07 12:35:00 +07:00
goldsquid
07e198c87d taiko reth 2026-06-07 12:24:50 +07:00
goldsquid
aa5ffb63b6 fix 2026-06-06 11:49:31 +07:00
goldsquid
1aef140a9a if the backup storage is local do not use webdav 2026-06-06 11:36:58 +07:00
goldsquid
eccae5039f maybe pre-confirmations work on pruned nodes for taiko now? 2026-06-06 11:04:44 +07:00
goldsquid
0792d26756 fix 2026-06-06 10:42:15 +07:00
goldsquid
6a4a30b55a more fast 2026-06-06 10:32:46 +07:00
goldsquid
d49e3814d5 add preconfirmation to taiko hoodi 2026-06-06 09:58:36 +07:00
goldsquid
91ef991773 make the volume scripts ignore ephemeral volumes 2026-06-06 09:57:48 +07:00
goldsquid
d369f62c44 fix 2026-06-06 09:32:46 +07:00
goldsquid
1390b47bb8 move the init for geth to a init container 2026-06-06 09:27:23 +07:00
goldsquid
19739b5c34 fix 2026-06-06 09:17:35 +07:00
goldsquid
49a3b5c8b7 fix 2026-06-06 09:13:45 +07:00
goldsquid
bb3b54934d download rollup.json with iniut container 2026-06-06 09:08:49 +07:00
goldsquid
d5f755629f fix 2026-06-06 08:26:01 +07:00
goldsquid
6e97a5e6f7 hardcode fork time 2026-06-06 08:12:01 +07:00
goldsquid
3b7b662564 fix the taikos 2026-06-05 12:39:00 +07:00
goldsquid
3792c9a130 fix 2026-06-05 10:31:23 +07:00
goldsquid
8d87ebb982 some new params 2026-06-05 10:29:57 +07:00
goldsquid
5b99762bd6 snap sync linea besu 2026-06-05 10:25:21 +07:00
goldsquid
4bd8db226e jovian for bob 2026-06-05 10:13:37 +07:00
goldsquid
b7c3683981 fix 2026-06-05 09:58:20 +07:00
goldsquid
db7e8edb98 fix besu version 2026-06-05 09:56:05 +07:00
goldsquid
3f018e20d8 fix 2026-06-04 20:42:27 +07:00
goldsquid
3247bfe5b1 linea besu now mainline 2026-06-04 20:28:22 +07:00
goldsquid
e30ec1d62f let bob pull its config from the suerpchain registry instead of local files 2026-06-04 19:52:37 +07:00
goldsquid
19c01590d9 fix 2026-06-04 19:44:10 +07:00
goldsquid
0f632a91f7 fix 2026-06-04 19:42:28 +07:00
goldsquid
cffead2093 fix 2026-06-04 19:38:34 +07:00
goldsquid
37cd50fbfb update the client with hardforks 2026-06-04 19:36:35 +07:00