2249352c20
op-node: default OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s for all OP-stack nodes
...
op-node's default engine-API RPC timeout is short; on nodes whose EL responds
slowly to engine_newPayload/forkChoiceUpdated (e.g. boba-mainnet op-reth pruned
during catch-up) op-node times out driving the EL and the execution head freezes
while op-node keeps deriving from L1. Raising the engine RPC timeout to 120s
prevents this class of stall fleet-wide.
Regenerated from env/op/node.env: adds the env var to every op-node service
(116 geth + 40 reth + 22 erigon composes); additions only, no other changes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 15:43:34 +00:00
405f36d02f
monitoring scripts: protocol dispatch via registry slug + mantle/metis chainid fixes
...
- sync-status.sh: resolve protocol family from the compose x-upstreams chain
label via the registry (reference-rpc-endpoint.sh --protocol) instead of
path-substring guessing; legacy path detection kept as fallback for
composes without a resolved label. Unknown families report
'unsupported protocol: X' honestly instead of a bogus eth_chainId error.
Aztec reference lookup falls back to slug urls when rollup_version is
not in the registry.
- reference-rpc-endpoint.sh: new --chain <slug> (urls by registry key,
works for idless non-EVM entries) and --protocol <slug> modes; existing
chainid and --rollup-version lookups unchanged.
- mantle-sepolia: chainid 5001 -> 5003 (verified live: 0x138b), label and
--networkid now correct
- metis-sepolia: label resolves via registry override (drpc chains.yaml
carries wrong id 59901; live chain is 59902, verified via official RPC)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-12 06:34:31 +00:00
737ffdac32
Update versions: nethermind 1.35.7->1.37.1, rippled 3.0.0->3.1.2, nitro rc.2->rc.3, agave 3.1.4->3.1.14, geth 1.16.7->1.17.2, besu 25.12.0->26.4.0, erigon3 3.3.2->3.4.0, nimbus 25.11.1->26.3.1, juno 0.15.16->0.16.0, pathfinder 0.21.3->0.22.3, op-reth 1.9.3->1.10.2, scroll 5.10.0->5.10.6, cronos-zkevm 29.6.0->29.14.0, xlayer cdk-erigon 0.8.7.1->0.9.5, wemix 0.10.11->0.10.13, fuse nethermind 1.32.2->1.36.2, bitcoin-cash 0.32.4->0.33.1, rootstock REED-8.1.0->VETIVER-9.0.1, sonic 2.1.4->2.1.6, metis dtl 0.2.5->0.2.6, celo v2.1->v2.2, mantle 1.3.2->1.5.5, boba geth 1.101603->1.101609, zircuit 1.125.6->1.132.6, fraxtal 1.101603->1.101702, blast mainnet 1.4.0->1.8.0, bor 2.5.4->2.7.2, polygon erigon3 3.3.3->3.5.0, bsc 1.6.4->1.7.3, goat testnet3+mainnet, ronin 1.1.2->1.2.2, taiko geth 1.17.3->2.4.0, maru 9737a45->1.2.0, gnosis reth 0.1.8->1.1.11, berachain reth 1.3.1->1.4.0, dshackle 0.76.0->0.78.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-04-30 09:47:51 +00:00
d0291932bc
Regenerate all compose files with version updates
...
- prysm v7.1.3, lighthouse v8.1.3, java-tron v4.8.1
- Add zero-gravity/aristotle chain (chainid 16661)
- Add tempo/mainnet compose files
- Add tempo to chainid exempt list (uses named chain specs)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-24 19:14:33 +00:00
a5210206a1
Update versions: agave v3.1.10->v3.1.11, bitcoin-cash 0.32.10->0.32.11, bor 2.6.3->2.6.5, cdk-erigon xlayer v0.8.7.1->v0.9.5, external-node v29.13.1-alpha->v29.14.0, op-celo celo-v2.2.0->celo-v2.2.1, goat geth/node updates, fraxtal geth/node updates, mantle v1.5.2->v1.5.3, pathfinder v0.21.5->v0.22.0, berachain-reth v1.3.1->v1.4.0, xlayer-op-node v0.1.5->v0.1.5.1, hemi geth/node updates, dshackle 0.75.14->0.75.17
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-20 17:09:51 +00:00
847c68a676
Update versions: prysm v7.1.2->v7.1.3, bsc 1.6.7->1.7.1, external-node v29.12.1-alpha->v29.13.1-alpha, mantle v1.5.1->v1.5.2, dshackle 0.75.13->0.75.14
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-17 04:10:13 +00:00
3546d79e75
Update client versions: reth v1.11.3, sonic v2.1.6, mantle v1.5.1, scroll v5.10.6, bor 2.6.3, rippled 3.1.2, rskj REED-8.1.1
...
- ethereum reth: v1.11.2 → v1.11.3 (HIGH priority trie panic fix)
- sonic: v2.1.5 → v2.1.6 (security patches CVE-2026-26314, CVE-2026-26315)
- mantle op-geth+op-node: v1.4.2 → v1.5.1 (URGENT: Arsia fork 2026-03-25)
- scroll l2geth: scroll-v5.10.4 → scroll-v5.10.6 (EVM balance check fixes)
- polygon bor: 2.6.2 → 2.6.3 (stable patch)
- rippled: 3.1.1 → 3.1.2 (stable patch)
- rootstock rskj: REED-8.1.0 → REED-8.1.1 (patch)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 04:26: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
73d376f589
Update client versions
...
- agave (solana): v3.1.7 → v3.1.8
- bitcoind (bitcoin-cash): 0.32.6 → 0.32.7
- erigon3 (ethereum, gnosis): v3.3.3 → v3.3.4
- geth/node (mantle.sepolia): v1.4.1 → v1.4.2
- go-wemix: w0.10.11 → w0.10.12
- haqq: v1.9.1 → v1.9.2
- reth (op-stack, ethereum): v1.10.1 → v1.10.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 05:08:20 +00:00
goldsquid
eedcc5642e
try without genesis
2026-01-11 16:46:43 +07:00
goldsquid
fc02491f69
download the genesis
2026-01-11 16:39:47 +07:00
goldsquid
ebb0be5de0
update
2025-11-27 14:28:59 +07:00
goldsquid
ac194cbe7a
fix
2025-10-07 13:47:07 +07:00
goldsquid
6c66a4c2f4
update
2025-07-17 12:21:25 +07:00
Para Dox
d246befaea
hail the anchors
2025-05-24 19:07:19 +07:00
Para Dox
6d0a5d9d6d
node is refactored into it's own template
2025-05-24 18:04:16 +07:00
Para Dox
98abb33fc8
now with prometheus. hopefully
2025-05-18 13:11:00 +07:00
Para Dox
3d98079a2a
fix the logging issue
2025-05-12 10:12:47 +07:00
Para Dox
85ee5afd87
no more walkback and updates
2025-05-06 13:15:27 +07:00
Para Dox
002b2fa99c
more thought
2025-04-28 22:14:28 +07:00
Para Dox
1f13edad78
more thought
2025-04-28 22:05:06 +07:00
Para Dox
fd2abeb162
jwtsecret
2025-04-28 21:48:56 +07:00
Para Dox
079aefb865
usage
2025-04-28 21:36:02 +07:00
Para Dox
639d8b60c8
sequencer
2025-04-28 20:51:05 +07:00
Para Dox
37c16701f2
upstreams without testing
2025-04-20 16:26:24 +07:00
Para Dox
221a0629e0
no open client ports when no discovery
2025-04-19 12:22:28 +07:00
Para Dox
d38e7b675e
node depends on client
2025-04-19 02:19:00 +07:00
Para Dox
821d75d3ea
superchain
2025-04-19 00:55:27 +07:00
Para Dox
4f12b8d0ed
hopefully nothing breaks
2025-04-19 00:24:44 +07:00
Para Dox
8ade443259
fix
2025-04-16 16:49:55 +07:00
Para Dox
55f544fc92
fix
2025-04-15 14:03:03 +07:00
Para Dox
ce7f425339
fix
2025-04-15 14:02:34 +07:00
Para Dox
c2230b8f33
fix
2025-04-15 11:26:19 +07:00
Para Dox
8ea3f5b7d5
fix
2025-04-15 11:15:12 +07:00
Para Dox
22180bcf2d
fix
2025-04-15 11:11:00 +07:00
Para Dox
81b368c9ed
fix
2025-04-15 11:05:18 +07:00
Para Dox
10367e06fb
fix
2025-04-15 05:42:52 +07:00
Para Dox
19cc4caa89
fix
2025-04-15 04:14:21 +07:00
Para Dox
eef099ef47
fix
2025-04-15 03:09:06 +07:00
Para Dox
7bfcc128c4
fix
2025-04-14 20:59:30 +07:00
Para Dox
bf1c587253
fix
2025-04-14 20:55:56 +07:00
Para Dox
c36b14229e
fix
2025-04-14 20:52:57 +07:00
Para Dox
80d2faa98f
fix
2025-04-14 20:38:32 +07:00
Para Dox
2659865064
fix
2025-04-14 14:59:58 +07:00
Para Dox
7d6ceb74d8
fix
2025-04-14 11:59:50 +07:00
Para Dox
8d0cbfc483
fix
2025-04-14 10:08:11 +07:00
Para Dox
ca7dceae80
fix
2025-04-13 20:35:30 +07:00
Para Dox
85e2ef4c3f
fix
2025-04-13 20:35:06 +07:00
Para Dox
a74d493743
fix
2025-04-13 20:29:13 +07:00
Para Dox
42c9ebc55f
fix
2025-04-13 20:26:01 +07:00