41b88ea7a4
abcore: add mainnet genesis.json and config.toml for AB Core chain (36888)
2026-08-07 22:48:57 +00:00
17cd0d5f23
deploy: regenerate compose from vibe-node main c5e4641499ff
2026-08-07 12:13:22 +00:00
d57fd2e644
tempo-mainnet: bump reth to 1.12.0 (T9 hardfork requires v1.12.0, node crash-loop at block 33513646)
2026-08-06 16:24:58 +00:00
e1427de966
ethereum: bump blsync to alltools-v1.17.5 for go-ethereum v1.17.5 patch (2026-07-27); includes polygon-amoy bor 2.10.0-private for hardfork at block 44,120,000
2026-08-06 11:48:53 +00:00
db38905bfe
polygon-amoy: bump bor from 2.9.0 to 2.10.0-private for private Amoy hardfork at block 44,120,000 (ExtraData layout change)
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-05 22:35:04 +00:00
699723d742
berachain: upgrade bera-reth to v1.4.4 for Osaka1 hardfork support
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-05 21:15:20 +00:00
a0483f6934
thundercore: zeus is MAINNET (chainid 108) — fix mislabeled thundercore-testnet upstream label (drpc_name pin; SLUG-COLLISION lint find)
2026-08-05 05:09:30 +00:00
b940a72643
soneium: remove 5 orphaned 'soneium-miniato' composes (typo'd generated leftovers from a pre-rename config; correct minato-sepolia variants exist; flagged by SLUG-COLLISION lint)
2026-08-05 04:14:00 +00:00
d5e39c2329
zircuit: migrate mainnet to Conduit op-reth stack, drop dead op-geth archives
...
- Add zircuit-mainnet to conduit-op-reth (ghcr.io/conduitxyz/conduit-op-reth:v2.1.1)
- Add genesis.json/rollup.json from Conduit API with bedrockBlock=32956468 fix
- Add Conduit P2P bootnodes + static peer
- Use ETHEREUM_MAINNET_* vars for L1 (chainid 1) with oplabs op-node:v1.19.3
- Remove zircuit-mainnet op-geth archive/pruned profiles (SLS dependency dead)
- Keep sequencer endpoint and drpc_chain=zircuit-mainnet
SLS-decommission root cause: zircuit1/l2-geth hard-requires Zircuit-hosted
SLS DB that no longer resolves (mainnet-sls-db-global-primary.cluster-ro...
no such host). Migrating to Conduit external-node stack per operator directive.
2026-08-05 03:58:36 +00:00
e536c19191
slug resolution: derive from dRPC chains.yaml, no in-code name heuristics
...
Regenerated by the expand_config.py redesign (see vibe-node commit). Slug
corrections, each verified present in chains.yaml:
soneium-minato-sepolia x5: soneium (MAINNET!) -> soneium-minato
avalanche-fuji x5: avalanche (MAINNET!) -> avalanche-fuji
thundercore-venus: thundercore (MAINNET!) -> thundercore-testnet
core-pigeon: core-pigeon -> core-testnet
zircuit-garfield: zircuit-testnet -> zircuit-garfield-testnet
sonic-testnet x2: sonic-testnet -> sonic-testnet-v2
ronin-saigon x3: (none) -> ronin-saigon
everclear-sepolia x2: dropped (chain shut down 2026-06-05)
fuse-spark x3 (hand-written, fuse has chains: null in context.yml): x-upstreams
REMOVED - Sparknet is absent from chains.yaml; it declared the mainnet slug.
Verified: 310 testnet composes, 0 wrong-slug failures (was 22); 0 mainnet
composes carrying a testnet slug; 0 mainnet slug changes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-08-05 03:28:22 +00:00
7d27ff1918
fix list-restorable.sh process-substitution infinite loop in volume-keys read loop
...
Regression from d896378e : putting < <(...) on `read` re-runs the producer each iteration. Capture required volume keys once and feed via done<<<.
2026-08-04 16:23:48 +02:00
b23545e143
immutable-zkevm: bump geth v1.17.4→v1.17.5 (mainnet)
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-04 12:20:48 +00:00
3be855a681
fix soneium-minato→miniato typo + add drpc_chain to compose_registry.json
...
Add authoritative dRPC slug field (operator audit 2026-08-04):
- generate_registry.py: add drpc_chain field from x-upstreams[0].chain
- Fix soneium-minato-sepolia → soneium-miniato-sepolia typo in compose files
- drpc_chain is null for entries without x-upstreams (not dRPC-servable)
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-04 07:34:50 +00:00
d896378eb7
Add optional/ephemeral volume notation for restore resilience
...
Introduce x-optional-volumes for beacon sidecars (prysm, nimbus, lighthouse,
teku, lodestar) that are checkpoint-sync capable and rebuild state quickly.
Mark reth sockets volumes as ephemeral (runtime IPC artifacts).
Script changes:
- volume-utils.sh: add is_optional_volume_key() function
- restore-volumes.sh: tolerate missing optional/ephemeral volume archives
- clone-backup.sh: skip missing optional/ephemeral volumes gracefully
- list-restorable.sh: only require archives for non-optional persistent volumes
This fixes the de-25 ethereum prysm incident (entire 1.1T restore failed
due to missing prysm archive) and arc-testnet reth sockets restore loops.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-04 06:10:55 +00:00
d21f2669ae
beacon x-upstreams: restore disable-validation: true for gnosis and ethereum nimbus beacon-chain upstreams
...
Restore the beacon x-upstream options.disable-validation: true that was
removed during regeneration. This prevents dshackle 0.79.10's beacon health
validator from timing out on the spec-compliant empty-body 200 that nimbus
returns, causing the upstream to flap UNAVAILABLE. Matches the established
ethereum-beacon pattern.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-03 06:58:50 +00:00
3f3cedf625
Add Falkenstein/Hetzner edge prefix 168.119.195.0/24
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-03 06:48:53 +00:00
2779f359d6
polygon: remove bor minimal profile .prune.yml (prune-block incompatible with pebble+path freezer)
2026-08-02 03:10:47 +00:00
879ea1769f
polygon: remove bor minimal profile (prune-block incompatible with pebble+path freezer)
2026-08-02 03:09:56 +00:00
5d56334d3c
polygon minimal prune: point --datadir.ancient at ancient/chain (freezer tables dir)
...
bor snapshot prune-block wants the directory holding the freezer tables
(bodies.*.cdat) - the modern layout splits ancient/ into chain/ + state/,
so ancient/ root fails with 'ancient chain segments already extracted' and
the prune container crash-loops (de-12, 2026-08-02). Matches BSC's
prune-block usage which targets .../ancient/chain.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-08-02 02:25:40 +00:00
776aabd231
polygon minimal .prune: pass --datadir.ancient (bor nests chaindata under bor/; prune-block cannot derive the freezer path — crash-looped on de-12)
2026-08-02 02:10:59 +00:00
sebastian
e416e61f3d
Merge pull request 'Bump erigon3 v3.5.2→v3.5.3 (Dockerfile asset)' ( #47 ) from vupd/2284-erigon3-v3.5.3 into main
...
Reviewed-on: #47
2026-08-01 23:50:58 +00:00
399fe87f46
ethereum: bump erigon3 from v3.5.2 to v3.5.3
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-08-01 06:16:03 +00:00
9e1aaf6393
erigon3: bump Dockerfile VERSION to v3.5.3
2026-07-31 10:35:01 +00:00
302c663039
op.zircuit.garfield: bump op-node to v1.19.3
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-07-31 09:06:07 +00:00
30aa16e4e2
arc.mainnet: bump arc-execution (reth) and arc-consensus to v0.7.3
...
Mirror arc.testnet pins so mainnet EL/CL image defaults use v0.7.3.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-31 07:35:35 +00:00
59e432fa72
linea-mainnet: disable Maru [linea] finalization provider
...
Maru CL stuck behind tip was sending FCU with finalized ahead of EL head
(Besu -38002). Comment out [linea] until EL catches tip (no enabled flag).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-31 07:31:23 +00:00
d8386e43be
backup-node: torn-backup floor guards the main data volume only
...
A 0G sidecar volume (ronin eigenda-proxy) FATAL'd the whole backup before the
manifest was written - verify found no new backup and the refresh pipeline's
bench-retire escalated 4 cycles in a row, head-of-line blocking the single
refresh lane. Sidecars are legitimately tiny; the <1G fail-closed floor now
applies only to the main data volume (key == compose basename).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-31 06:55:48 +00:00
f68b541f58
ink-mainnet: bump op-reth to v2.4.0
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-31 04:34:06 +00:00
97482cffe1
polygon: add bor minimal profile + .prune compose (bor snapshot prune-block rotation, arb-style)
2026-07-31 01:16:15 +00:00
4806a8ad1b
deploy: regenerate compose from vibe-node main 47bb3d78e3c1
2026-07-30 08:05:17 +00:00
7b05a14515
drpc: bump default dshackle image to 0.79.11-ss2
...
ss1 shipped without drpcorg public-submodule resources and crash-loops
at boot (compatible-clients.yaml missing); ss2 is the boot-verified fix.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-30 07:51:24 +00:00
bab834dcde
drpc: default dshackle image to stakesquid fork 0.79.11-ss1
...
Fleet-wide default is now stakesquid/dshackle:0.79.11-ss1 (digest-pinned);
DSHACKLE_IMAGE env escape hatch retained for rollback to upstream.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-30 07:29:36 +00:00
76dfdfe2a2
drpc: allow per-host DSHACKLE_IMAGE override for canary fork rollout
...
Default remains drpcorg/dshackle:0.79.10; canary hosts can set
DSHACKLE_IMAGE via host_vars env_overrides without editing compose.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-30 07:25:54 +00:00
03b9aff1e9
deploy: regenerate compose from vibe-node main ed19fc13dd0f
2026-07-29 12:27:48 +00:00
fa7ae58f6c
hashkey mainnet genesis: add pragueTime = isthmusTime (fork-fix)
...
HSK's published mainnet genesis sets isthmusTime but omits pragueTime; op-geth's
OP-Stack validation rejects it ('PragueTime (<nil>) must equal IsthmusTime'), so
geth init aborts and the EL runs on a stale chainconfig. testnet genesis correctly
sets pragueTime=isthmusTime. Adding it here makes init pass. (Runtime fork activation
is handled by GETH_OVERRIDE_* in vibe-node geth.env; this fixes init + matches testnet.)
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-29 12:24:54 +00:00
7b87130e4f
deploy: regenerate compose from vibe-node main a319d697a820
2026-07-29 11:47:54 +00:00
fbf6963ca7
deploy: regenerate compose from vibe-node main 2c49f032cd65
2026-07-29 02:47:11 +00:00
sebastian
de0e7614a6
Merge pull request 'ink-mainnet: delete 9 orphaned compose files, keep single reth variant' ( #46 ) from issue-2053 into main
...
Reviewed-on: #46
2026-07-29 02:41:48 +00:00
d0529bb551
polygon/bor: regenerate with --cache and --cache.gomemlimit knobs
...
From vibe-node c6d5fed (bor.yml). Both empty/1024-default, no runtime
behavior change until a host sets an override.
2026-07-29 02:01:04 +00:00
580ece7b9c
ink-mainnet: drop all compose variants except op-reth pruned-trace--kona
...
Orphaned op-geth files (already removed from config.yml) plus sibling
op-reth/op-erigon profiles still share Traefik service names/paths under
COMPOSE_FILE. Keep only ink-mainnet-op-reth-pruned-trace--kona.yml as the
single active /ink-mainnet route.
2026-07-28 11:49:27 +00:00
093ecb0d7a
op.superseed.sepolia: bump conduit-op-reth v2.1.1 -> v2.1.2
...
Also regenerates digibyte-mainnet compose to match already-landed digibyted 9.26.5 pin.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-28 02:43:25 +00:00
c3ce5da911
bump bsc reth-bsc v0.1.0-fix -> v0.1.1 (Pasteur-ready)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-28 00:42:19 +00:00
81985dbc98
digibyte: bump digibyted Dockerfile 9.26.4 -> 9.26.5
...
Post-activation maintenance release; update VERSION and tarball SHA256.
2026-07-26 06:14:11 +00:00
c17c4bd35e
berachain-bepolia: bump bera-reth v1.4.3 -> v1.4.3-rc.0 (Osaka1)
...
v1.4.3 does not exist on GHCR; v1.4.3-rc.0 is the Osaka1 hardfork fix.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-26 06:08:05 +00:00
6078c661dc
deploy: regenerate compose from vibe-node main 2d213d3bd0ee
2026-07-26 04:43:23 +00:00
3737986e27
taiko-hoodi: bump nethermind 1.39.1 -> 1.39.2 (.NET CVE patch)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-26 04:37:06 +00:00
d56b3a414b
zircuit-garfield: migrate testnet to Conduit (op-reth + op-node)
...
Replace the old op-geth + zircuit1/op-node garfield (holesky L1, built-in
OP_NODE_NETWORK=garfield) with the Conduit node template:
- EL: ghcr.io/conduitxyz/conduit-op-reth:v2.1.1 (--chain=/config/genesis.json)
- CL: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.19.0
(OP_NODE_ROLLUP_CONFIG=/config/rollup.json)
- L1: Ethereum Sepolia (l1_chain_id 11155111)
- rollup.json/genesis.json from api.conduit.xyz (slug zircuit-garfield-testnet;
regenesis 2026-07-06, bedrockBlock 0)
- Conduit P2P static peer + bootnodes
Remove the 4 now-orphaned op-geth garfield composes (none were deployed).
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-25 03:45:22 +00:00
05066c20d0
berachain-bepolia: bump bera-reth v1.4.2 -> v1.4.3
...
EL/CL baseFee mismatch at block 22961752; CL crash-loops on
INVALID payload from post-v1.4.2 block format while beacon-kit
is on v1.4.1. Also regenerates ink-mainnet OPE P2P bootnodes
from parent a790c3e and refreshes reference-rpc-endpoint (mova).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-24 10:55:03 +00:00
60fa1dd047
deploy: regenerate compose from vibe-node main 98bd87d192f5
2026-07-23 07:13:30 +00:00
b02c0971ce
deploy: regenerate compose from vibe-node main de243b1ca320
2026-07-23 03:14:03 +00:00
99664129aa
deploy: regenerate compose from vibe-node main 4a45537ac06b
2026-07-22 23:25:05 +00:00
511a3621f2
jwt volumes join secrets as no-backup-by-design: benign skip in clone-backup, exempt from list-restorable restorability
...
-jwt volumes (EL/CL shared secret) are regenerated at create-node and never
backed up, same as -secrets. Two fixes:
- clone-backup.sh: extend the fd8dd15b secrets skip to *-jwt (both paths)
- list-restorable.sh: exclude *-jwt/*-secrets from the all-volumes-required
restorability check. Both plasma composes showed Restorable: 0 for days
(mainnet 407G + testnet 98G+29G data backups present since 07-18/19)
purely because rpc_plasma-*-jwt had no backup; this misled the 07-16
plasma restore assessment ('de-32: NO plasma backup').
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-22 22:35:08 +00:00
fd8dd15b40
clone-backup: missing *-secrets backup is a benign skip, not a failure
...
Secrets volumes are regenerated at create-node and generally have no
backup by design. Counting the skip as Failed (exit 1) false-failed
whole provisions whose data volumes transferred fine (tempo de-32->de-27,
job e9634e66: executor's broken-pipe guard reset the action and would
have re-cloned everything). Reported by claude@ (inbox 829bc624).
- no-backup on a *-secrets volume -> return 2 (skip), both nc and ssh paths
- rc=2 tracked as Skipped in the summary, excluded from the failure count
- exit status now keys on failed_volumes only
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-22 10:59:49 +00:00
d4d4091939
Bump cronos-zkevm external-node from v31.0.0 to v31.3.0
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-22 06:09:43 +00:00
ad4c7e5528
arc.testnet: bump arc-execution + arc-consensus 0.7.2 → v0.7.3 (EL+CL lockstep)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-22 01:06:36 +00:00
28232799c7
deploy: regenerate compose from vibe-node main daf770f1b20d
2026-07-22 00:25:03 +00:00
35aa9c9d1e
gnosis: expose nimbus CL beacon REST via Traefik (mirror ethereum)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-21 23:56:57 +00:00
63736e47a3
tempo: drop removed --consensus.fee-recipient flag (1.10.2 crash-loop)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-21 12:26:19 +00:00
eb7c5f0e64
bsc: bump bsc client 1.7.3 → 1.7.6 (Pasteur hardfork)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-21 11:24:18 +00:00
ea3a1d541f
drpc-free: default GW_FREE_REDIS_RAM to 512MB (empty var made redis-free crash-loop on us-45)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-21 09:35:48 +00:00
0068e82f6b
berachain.mainnet: bump bera-reth v1.4.1 → v1.4.2
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-21 04:04:28 +00:00
c7b29693e2
op-node fleet-wide: OP_NODE_L2_SKIP_SYNC_START_CHECK=true (trust unsafe head on restart)
...
The false default forced every op-node restart to walk back to the finalized head
before driving the EL. On nodes whose derivation lags days behind their serving
gossip head (hashkey us-40: 510k blocks / 12 days), that froze the EL for hours
while dRPC de-routed the sole US provider. true resumes at the unsafe head in
minutes; safe/finalized still verify and catch up in the background. ronin
already ran true per-chain (same lesson); xlayer keeps its deliberate false pin.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-21 04:01:02 +00:00
7db90e75e4
deploy: regenerate compose from vibe-node main b0f2d7c6cc87
2026-07-21 03:04:31 +00:00
ceefedf5ab
hashkeychain: commit genesis assets + drop config-download init containers
...
Removes the alpine genesis/rollup init containers and their
service_completed_successfully gate for all hashkeychain variants. The gate
wedged us-40: a reconcile compose-up recreated the op-reth EL but not the
init-gated op-node CL -> fresh EL + stale CL -> 2h engine freeze -> sole-provider
market -> $0 (2026-07-21). genesis.json now committed beside the existing
rollup.json so render_templates auto-detects custom_genesis/custom_rollup and
binds the local files; CL now depends only on the EL (service_started,
restart:true), identical to op-mainnet/op-sepolia. No S3 on the boot path.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-21 02:14:30 +00:00
fbc5af63e2
deploy: regenerate compose from vibe-node main 00e25d8393e3
2026-07-21 01:01:56 +00:00
093babb50f
drpc: cap dshackle JVM heap with JAVA_OPTS=-Xms1g -Xmx4g
...
Image default is -Xms1024M with no -Xmx, so heap can grow unbounded (~30GiB).
us-41 was at 90% memory with no swap; -Xmx4g provides a safety limit.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-20 16:24:22 +00:00
477afc412a
bitcoin-cash: bump bitcoind (bitcoin-abc) 0.33.7 -> 0.33.8
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-20 15:37:46 +00:00
53503bc6e5
deploy: regenerate compose from vibe-node main 73a2d943c297
2026-07-20 13:10:03 +00:00
c83d685d87
Bump Linea maru consensus client to 1.3.0-20260714-ced387a.
...
Catch up from v1.2.1/1.0.1 pins so mainnet and sepolia followers track the current Consensys/maru release.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-19 09:43:33 +00:00
9c6a4ab148
Dogfood public bootstrap peers as secondary reinject seed.
...
Add bootstrap-peers.sh and fall back to stakesquid.eu/bootstrap when local peerset capture is empty; optional --seed-bootstrap on connect-peers.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-19 08:56:52 +00:00
6a19dc91e1
deploy: regenerate compose from vibe-node main e1cb79cc7707
2026-07-19 08:52:47 +00:00
bfdc6e21ec
Make maru versions OCI-observable and fix metrics scrape path.
...
Re-label consensys/maru FROM tag into image OCI labels (upstream leaves
version/vcs-ref empty) and scrape /metrics on :9090 instead of the 404ing
/debug/metrics/prometheus path.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-19 08:32:54 +00:00
2919960697
Peer persistence hooks: capture before stop, reinject after start
...
Clients (esp. discovery-disabled OP-stack EL) lose peers across recreate.
Generic peer-capture/peer-reinject hooks + force-recreate wiring restore
the peerset from local peer-state via in-network admin_addPeer.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-19 05:25:27 +00:00
db81e62c73
plasma: add testnet compose + assets (reth + plasma-consensus)
...
Canonicalize plasma-testnet so the tracked compose adopts the same
volume/service names as the de-32 hand-written override (rpc_plasma-
testnet-reth-pruned-trace-{execution,consensus,jwt}). Also refresh
mainnet observer sed to be chain-agnostic.
2026-07-19 04:15:45 +00:00
95360bd238
fix: rewrite tar extract onto target volumes root when it is a cross-device symlink
...
Hosts like rpc-us-32 put /var/lib/docker (or volumes/) on another mount;
tar -C / then EXDEV on every var/lib/docker/volumes/... member. Canonicalize
the deepest static prefix (readlink -f /var/lib/docker/volumes) and append a
--transform after SLOWDISK_TRANSFORMS. Keying only on /var/lib/docker misses
a real docker root with volumes/ as the symlink. No-op on normal hosts.
Per-volume _data static-file offload stays on SLOWDISK_TRANSFORMS.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-19 02:24:56 +00:00
38c43345f6
bump kona-node image tag v1.6.1 → v1.6.2
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-18 02:44:38 +00:00
f14b9ff27d
celo+ronin: bump eigenda-proxy relay to 2.7.1
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-18 01:55:07 +00:00
ab58da64b7
deploy: regenerate compose from vibe-node main 87142cd310ec
2026-07-18 00:12:57 +00:00
1fdef578b3
op.ink.sepolia: bump op-reth image tag v2.3.2 → v2.4.0
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-17 17:08:28 +00:00
64e0bef77a
deploy: regenerate compose from vibe-node main 9ed685edcf50
2026-07-17 14:34:25 +00:00
07be37d3a4
deploy: regenerate compose from vibe-node main 2583bcb3d07e
2026-07-17 01:33:53 +00:00
3e22390e9a
op.katana.mainnet: pin op-reth develop → v2.4.0
...
Also regenerate compose for already-merged hashkey static-peers / op-geth
static-nodes entrypoint (parent #1437 ) that had not yet landed in rpc.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-16 13:39:58 +00:00
671f293771
tempo-testnet: fix init exit when validator_key.json exists
...
Replace buggy && short-circuit with if/fi so the one-shot init
exits 0 when the signing key is already present (matches mainnet/
moderato and templates/clients/reth.tempo.yml), unblocking sync
resume on data-intact hosts still on the orphaned testnet compose.
2026-07-16 05:08:07 +00:00
d2dc6a607e
nethermind: bump 1.39.0 → 1.39.1
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-16 00:40:08 +00:00
6c48f8a8e5
deploy: regenerate compose from vibe-node main f34cc646017b
2026-07-15 23:17:07 +00:00
98d8a25e53
fix chain-name typos: ethereum-hoodie→hoodi, drop stale soneium-miniato compose
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-15 18:14:59 +00:00
b92e1a6e67
deploy: regenerate compose from vibe-node main 37cda84e5bde
2026-07-15 16:03:43 +00:00
810c5b8631
ethereum: bump prysm v7.1.4/v7.1.6 → v7.1.7 in generated compose defaults.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-15 13:06:09 +00:00
de7984c792
deploy: regenerate compose from vibe-node main dfabbf30beac
2026-07-15 12:14:04 +00:00
d40fbfaac3
reload_dshackle.sh: detect-and-restart on SIGHUP reload failure
...
dshackle's SIGHUP reload silently fails for upstream REMOVALS (and method-set
changes, same remove+add path): it logs "Config is not reloaded, cause - ...",
updates the in-memory config but leaves runtime selectors stale (drift), and keeps
serving the old config. No runtime admin API exists to mutate upstreams, so a
container restart is the only way to actually apply such changes.
Replace the blind SIGHUP with: per-container SIGHUP, then check post-SIGHUP logs
for the failure marker ("Config is not reloaded, cause -") or a dropped concurrent
HUP ("Reloading is in progress"); on either, docker restart to load config fresh.
"Reloading config has been completed" is NOT success (finally-block) — deliberately
not treated as such. Exit 0 when config ends up applied (via SIGHUP or restart);
non-zero only if a needed restart fails or the container doesn't come back.
Layered on top of the override-weave (apply-dshackle-overrides.py) and the 1:1
invariant gate (validate-dshackle-1to1.py) — both run unchanged before the reload.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-15 06:49:39 +00:00
3dfe9cd8ef
reload_dshackle.sh: gate the reload on the 1:1 invariant
...
Insert validate-dshackle-1to1.py between the overrides weave and the HUP signal:
a dshackle config routing >1 node for the same chain is REFUSED (exit 1) so the
live config stays active. Structural enforcement of 1 dshackle = 1 node/chain —
we can't attribute traffic to multiple nodes behind one proxy (no per-upstream
request metric; conn-seconds biases it). See /root/proxy-1to1-invariant-plan.md.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-15 01:02:52 +00:00
bcc24595a9
add validate-dshackle-1to1.py: structural 1:1 proxy invariant gate
...
Refuses to activate a dshackle config routing >1 upstream for the same chain
(any kind/client) — we cannot attribute traffic to multiple nodes behind one
proxy (no per-upstream request-count metric; conn-seconds biases it), and the
attribution model + placement planner both assume 1:1. Wire into
reload_dshackle.sh BEFORE the reload so a drifting config can never go live.
Host-local by design (the repo doesn't track host->dshackle assignment; 1:1 is
only checkable against the assembled dshackle config at /root/rpc/main_configs).
See /root/proxy-1to1-invariant-plan.md.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-15 00:12:48 +00:00
e67c16a432
cronos-testnet: use v1.7.8-testnet cronosd binary (tcrc bech32)
...
Mainnet cronosd v1.7.8 embeds crc/crcvaloper prefixes and cannot replay
testnet validator addresses (tcrc/tcrcvaloper), causing crash-loop on start.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-14 15:21:26 +00:00
f0ec0ba784
deploy: regenerate compose from vibe-node main 80a0c8998610
2026-07-14 15:06:31 +00:00
e165b81731
deploy: regenerate compose from vibe-node main bbf5b6cdb835
2026-07-14 12:50:47 +00:00
526f125d5a
cronos: persist ws-origins=* in init.sh on every start
...
Empty ws-origins rejects WebSocket connections with an Origin header
(dshackle head-subscription monitoring). Sed under [json-rpc] like
address/ws-address so restarts keep the value.
2026-07-13 17:09:09 +00:00
14b3d70125
deploy: regenerate compose from vibe-node main e5b8e344f927
2026-07-13 16:58:03 +00:00
ba410ba7f6
plasma: vendor mainnet chain assets (genesis, non-validator config, validator keys)
2026-07-13 16:34:23 +00:00
a761bd7845
deploy: regenerate compose from vibe-node main b9a5ff49c3b4
2026-07-13 15:50:09 +00:00
2e9f31a6fb
deploy: regenerate compose from vibe-node main 95fd32365c42
2026-07-13 04:19:56 +00:00
4509b5afd2
op/celo,op/ronin: revert eigenda-proxy 2.7.1 → v2.6.0
...
Restore prior eigenda-proxy relay image default in generated compose.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-13 01:06:36 +00:00
849f5e3235
op/celo: bump eigenda-proxy v2.6.0 → 2.7.1
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-12 23:36:30 +00:00
59c8d67923
op.ronin: bump eigenda-proxy 2.7.0 → 2.7.1
...
Update default relay image tag for Ronin mainnet and Saigon testnet
compose profiles.
2026-07-12 20:36:27 +00:00
5dd087f10b
fraxtal: bump op-node to v1.19.0-frax-1.2.1
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-12 17:04:55 +00:00
050c67f48e
deploy: regenerate compose from vibe-node main 88f325516e7b
2026-07-12 15:14:49 +00:00
10e8772e85
deploy: regenerate compose from vibe-node main 20e64aa33cad
2026-07-12 12:06:33 +00:00
7ba1b0944b
aztec-testnet: bump AZTEC_TESTNET_AZTEC_VERSION to 5.0.0-rc.2
...
Testnet rollup protocol upgrade; rc.2 passes compatibility check.
2026-07-12 03:12:00 +00:00
932617814a
accesslog-shipper: emit __shipstat__ sent-line checkpoints for splits reconciliation
...
The splits completeness floor is TIME-based (trust hours complete since shipper
connect) and blind to event-loss-by-rotation (2026-07-10: raw_events rotated
every 1-2min, cruncher lost ~85% of us-32 events, floor still called the hours
complete). Shipper now injects {"__shipstat__":1,"sess":..,"sent":N,"ts":..}
every 1000 lines or 30s through the SAME tcp pipe. Cruncher diffs shipper-sent
vs DB-ingested per gateway/hour -> a reconciliation-based floor that catches the
loss a clock cannot. sess=connection-start epoch so resets on reconnect are
detectable. Logic in a mounted .awk file (not inline) to dodge sh/awk quoting.
Verified on busybox:1.36 (systime/fflush OK). NOT deployed until claude@'s
cruncher filters __shipstat__ from event parsing - coordinating via SIP.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-12 02:41:01 +00:00
ff41ec1c25
deploy: regenerate compose from vibe-node main 642ad0342dde
2026-07-12 02:09:52 +00:00
52d0d7cf05
deploy: regenerate compose from vibe-node main dbd3156992d7
2026-07-11 15:33:25 +00:00
25ba700ea2
Bump vanilla erigon3 compose image tag v3.5.0 → v3.5.1
...
Regenerated from context.clients.erigon3.client_version bump (ethereum,
gnosis, linea profiles only; polygon/BSC forks unchanged).
2026-07-11 13:07:23 +00:00
a47324ed0a
deploy: regenerate compose from vibe-node main 91d4f07dcd8a
2026-07-11 10:32:47 +00:00
ea7d207994
robinhood: nitro archive profile (pebble/hash) - mainnet archive for US-West placement (operator request 2026-07-11); pruned regen picks up filter-log-cache knob
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-11 05:15:25 +00:00
190a23ceb8
clone-node: port both slowdisk extract fixes from clone-backup (EXDEV transform + script-file listener)
...
Same duplicated listener code, same two latent bugs. Not exercised today
(de-32 target has SLOWDISK=False) but any clone to a SLOWDISK=True host
would have failed identically.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-11 04:49:56 +00:00
4cc335cfce
deploy: regenerate compose from vibe-node main 6e2f43c9c44b
2026-07-11 02:35:08 +00:00
9898af951a
clone-backup: ship the nc listener as a script file - inline bash -c quoting cannot carry --transform expressions
...
The slowdisk --transform args contain '|' and quotes; the ssh+screen+bash -c
stack strips one quoting level too many and splits the pipeline (broke the
katana retry within minutes of fccf2792 ). A heredoc-generated
/tmp/transfer_<key>.sh is parsed exactly once on the target. Applies to both
the screen and nohup listener branches; the direct-ssh fallback already had a
single shell layer and stays inline.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-11 02:21:34 +00:00
fccf279262
slowdisk offload: fix EXDEV - extract statics via tar --transform, not through symlinks
...
tar cannot create files through a directory symlink whose target is on
another device: open() fails with 'Invalid cross-device link' even under
--keep-directory-symlink (reproduced, GNU tar 1.34 and 1.35). This killed
the katana->uk-4 provision (place-provision-katana-EU-NorthWest-p1) and
means the slowdisk EXTRACT path never worked on hosts with a separate
/slowdisk device. Rewrite member paths with --transform so tar writes
directly into /slowdisk/rpc_<key>__data_<rel>; the symlink stays for the
container's runtime view. Also aligns restore-volumes' nested-path target
naming to the double-underscore convention clone-backup already uses.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-11 01:50:20 +00:00
defb9133ea
deploy: regenerate compose from vibe-node main cea830d7ba6e
2026-07-11 01:20:00 +00:00
dd7d245625
deploy: regenerate compose from vibe-node main 39dc24762604
2026-07-11 00:36:48 +00:00
35f093e620
op/hashkeychain/testnet: add missing Granite–Jovian hardfork activation times
...
Node was forked at block 30194654 because rollup.json lacked holocene_time
and later fork timestamps; add granite/holocene/isthmus/jovian times so
op-node can apply post-Holocene batches after resync.
2026-07-10 20:31:45 +00:00
f04d2f9440
cronos Dockerfile: support -testnet version suffix (release tag = base version, asset keeps suffix) - testnet builds use tcrc bech32 prefixes; mainnet binary crashes on testnet validator addresses
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 17:58:09 +00:00
3b46f53a4d
deploy: regenerate compose from vibe-node main 3c76d7176c60
2026-07-10 17:20:01 +00:00
bd912b3616
deploy: regenerate compose from vibe-node main 92f020f27b22
2026-07-10 17:03:17 +00:00
2814d358fe
cronos-testnet: new pruned node compose (cronostestnet_338-3)
...
Verified from crypto-org-chain/cronos-testnets: genesis, 3 official seeds,
t3 statesync RPC, basetcro denom; official daily snapshots exist for restore
(sidesteps the cosmos binary-upgrade gauntlet). Closes the planner's
'cronos-testnet: no known node_path' escalation.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 16:35:38 +00:00
8c73946212
bor: env-parameterize --cache (default 1024 = bor's own default, rendering no-op) - polygon getLogs at 11.6s mean was pure cache starvation on a 125G/104G-free NVMe host
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 16:19:51 +00:00
927afb2dab
op-reth: env knobs for --rpc.max-trace-filter-blocks (default 10000 = previous hardcoded) and --rpc.max-response-size (default 160 = reth default) - tracer-mule tuning surface; max-tracing-requests deliberately NOT pinned (reth self-sizes to cores)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 15:55:51 +00:00
3d22031a12
dshackle overrides: tab guard - dshackle silently skips hot-reloading YAML containing tabs (operator gotcha); refuse to write tabbed output + audit all configs
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 15:17:35 +00:00
091a759367
dshackle overrides: read chain-level disables from .env (DSHACKLE_<CHAIN>_METHOD_GROUPS_DISABLED) - flows from host_vars env_overrides through the standard envfile pipeline; host-local yaml remains as secondary source
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 15:05:27 +00:00
f85b2f457f
dshackle overrides weave: host-local method/option overrides survive config regens
...
/root/rpc-local/dshackle-overrides.yaml (host-local, like rpc-local/compose.d) is
re-woven into main_configs/*.yaml by reload_dshackle.sh on every config push.
Method-disable decisions are local to each gateway's market (operator eviction
rule: cost_ratio = time_share/call_share at flat pay); this makes them durable
inputs instead of fragile output patches. Step 1 of moving dshackle config
generation onto the gateway hosts (step 2: ssh forced-command upstreams fetch,
generic dshackle.yaml include list derived from drpc-gateways.json).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 15:04:43 +00:00
2c6938dee5
method-economics.py: host-local method cost-vs-pay analysis
...
Each gateway serves its own regional market, so the eviction economics
(cost_ratio = time_share/call_share at flat per-call pay) are computed where
they apply: against the local dshackle's histograms. Silent on non-gateway
hosts. Offenders = candidates for per-upstream method-groups/methods disables
(operator eviction rule 2026-07-10). sendRawTransaction et al [protected].
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 15:01:06 +00:00
f88ec86b47
cache knobs: env-parameterize geth/op-geth --cache (default 1024 = geth's own), l2geth --cache (default 8192 = previous hardcoded), nethermind MEMORYHINT (default 2048000000)
...
All defaults preserve current effective behavior - this deploy is a rendering no-op
until a host_var overrides a value. Part of the resource-optimizer knob rollout
(resource-optimizer/knob-manifest.yaml is the registry; verify_manifest.py enforces
default sync between templates and envfile).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 14:34:10 +00:00
6ccd711ad5
mantle-sepolia: materialize static-peer template change into rendered composes
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 14:34:10 +00:00
36f5f34536
ink-mainnet: materialize merged Karst-genesis template changes (PR #38 ) into rendered composes
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 14:33:31 +00:00
5d0bc35eaf
nitro: env-parameterized --execution.rpc.filter-log-cache-size (default 32) - getLogs is 22% of arbitrum traffic; big-RAM hosts can cache hours of log blocks
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 13:20:13 +00:00
a8655586db
beacon x-upstreams: disable-validation on all beacon-chain upstreams
...
dshackle 0.79.10's beacon health validator (GET /eth/v1/node/health via
GenericSingleCallValidator) times out after 5000ms on the spec-compliant
empty-body 200 that nimbus returns, marking the upstream UNAVAILABLE in a
flap loop; live requests routed during flap windows fail 'Source was empty'.
This is the root cause behind dRPC's 617k failed validators POSTs complaint
(2026-07-09). Reproduced + workaround verified on an isolated dshackle
instance on de-14. Head tracking still governs availability.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 12:22:18 +00:00
8273fc9c5b
aztec-mainnet: new pruned full-node compose (early dRPC presence, EU-West) - L1 via ETHEREUM_MAINNET_* env, p2p 13840
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 07:30:21 +00:00
b824fb0cf4
aztec-testnet: 5.0.0-rc.1 -> 5.0.0-rc.2 - VK tree root mismatch with upgraded testnet rollup (node wedged 'Still waiting' on de-13)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-10 07:04:14 +00:00
sebastian
75d52b6d00
Merge pull request 'ink mainnet: add Karst genesis from superchain-registry' ( #38 ) from issue-1124 into main
...
Reviewed-on: #38
2026-07-10 00:57:54 +00:00
dbacd49d86
ink-mainnet: add superchain-registry genesis for op-reth
...
Vendor the Ink mainnet L2 genesis (chain 57073, karstTime included) from
superchain-registry so op-reth can mount /config/genesis.json.
2026-07-09 23:53:10 +00:00
9f96548ca3
drpc: fix shipper command YAML (colon-space in unquoted scalar broke compose)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 13:24:17 +00:00
dc14e9cf2b
drpc: accesslog-shipper sidecar (NDJSON tail -> splits listener)
...
Decoupled by design: dshackle writes the file regardless; a dead listener
or slow link stalls only the busybox sidecar. Retry resumes at file end
(bounded loss); the listener-side prometheus reconciliation surfaces gaps.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 13:10:10 +00:00
00356d77e6
edge map: +177.54.154.0/24 Singapore (sentinel catch; adjacent /24 is Chicago)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 12:43:57 +00:00
8cc850160d
utils: canonical dRPC edge IP prefix -> region map (splits pipeline seed)
...
7 edge locations from us-16 + de-14 captures: Chicago/Ashburn/LA/Frankfurt/
Falkenstein(=eu-west2)/London/Tokyo/Singapore. /24 granularity mandatory
(adjacent /24s differ by city). eu-west3 reserved for the GCP edge.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 12:41:05 +00:00
53162f7ee0
drpc: mount ./dshackle_logs:/logs for the dshackle accessLog
...
Gateway request-splits pilot (earnings misattribution fix): the accessLog
stub in main_configs pointed at /logs which was never mounted. Host-side
dir lets the splits tailer aggregate per-caller response counts.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 12:15:55 +00:00
8baf603b48
Add hemi sepolia (testnet, chain 743111): op-geth pruned variant
...
hemi-testnet US-Central market $6/day with 2 providers. BTC side =
testnet3 (own hVM genesis @3522419), L1 = ethereum sepolia, snap sync,
genesis+rollup checked in per hemi-node testnet dir, fork overrides in
env/op/hemi/sepolia/.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 09:35:25 +00:00
b54bfa84ef
slowdisk fit check: 90d growth headroom (statics grow; /slowdisk is often the root partition)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 07:22:13 +00:00
a0b47b3631
restore-volumes: fail loudly when static offload cannot fit on /slowdisk
...
A silent fallback to primary-disk extraction violates the caller's NVMe
capacity math now that the planner treats slowdisk as a separate pool.
When SLOWDISK=True and the manifest's static sizes (accurate, replacing
the whole-archive x2 estimate that false-refuses large restores) do not
fit above the floor, error out with the explicit remedy: re-run with
--no-slowdisk as the conscious override. Operator directive 2026-07-09.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 07:20:52 +00:00
331a9c27a8
Lift reth static-file symlink guard: op-reth v2.3.2 verified through symlink
...
Live test on rpc-uk-4 (unichain-mainnet pruned, 166G static_files moved to
/slowdisk + symlinked): reth healed consistency, initialized the
StaticFileProducer, and resumed committing canonical blocks - full
read/write through the symlink. The guard's premise (old reth refusing
symlinked static_files) no longer holds; pre-v2 reths fail loudly at start,
fallback is --no-slowdisk. Restores/clones of reth nodes to SLOWDISK=True
hosts now offload statics automatically (NVMe is the scarce resource).
Note: reth also has --datadir.static-files for a flag-based layout later.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 07:10:23 +00:00
d77ee75752
deploy: regenerate compose from vibe-node main 17caf065f38f
2026-07-09 02:04:21 +00:00
5137dcbfba
hemi mainnet: op-geth 05d4d8f -> 7cfc394 (2026-07-08 build)
...
Candidate fix for the receipts RLP decode failure that blocks snap sync
past block 4,178,637 (2026-04-12): peers dropped with 'invalid message
(code 10) receipt 1: rlp: ListEnd not positioned at EOL' on the previous
newest published image.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 01:41:19 +00:00
88dbbd1ef2
morph: bump l2geth 2.2.3 → 2.2.4 (ghcr.io/morph-l2/go-ethereum)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-09 01:40:20 +00:00
9ca7ddd52d
deploy: regenerate compose from vibe-node main 5ac8fffb7d6c
2026-07-09 00:34:34 +00:00
090116d8c4
deploy: regenerate compose from vibe-node main 3fd0cf61f237
2026-07-08 13:17:12 +00:00
c07dc9f720
show-status: footer listing fenced nodes (maintenance windows)
...
Fenced nodes are dropped from COMPOSE_FILE so show-status silently omitted
them - a fenced-but-running node looked 'gone'. rpc-update now writes
/root/rpc/.fenced (node | until | reason | owner per active window); print
it as a footer.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-08 13:06:15 +00:00
7c2ef13238
op/lisk: bump op-node v1.19.1 → v1.19.2 on mainnet
...
Karst hardfork activates 2026-07-08T16:00:01 UTC; op-reth v2.3.3
already supports getPayloadV5.
2026-07-08 12:26:38 +00:00
1ebabee93d
volume-utils: per-volume-kind restorable floor (_config tars are legitimately tiny)
...
The 1MB near-empty guard (added for purged-volume zstd stubs) rejected every
legitimate _config volume archive (cronos: 68KB), so any node whose registry
entry includes a _config volume reported Restorable: 0 despite healthy
multi-GB data backups (cronos had three; 14 registry entries carry _config
volumes). _config archives now pass at >=4KB; data volumes keep the 1MB floor.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-08 12:01:44 +00:00
cf26455d3a
deploy: regenerate compose from vibe-node main 07b0472e0d1a
2026-07-08 11:49:07 +00:00
sebastian
ad93d73f12
Merge pull request 'cosmos gaiad: document Polkachu FULL snapshot bootstrap procedure' ( #36 ) from issue-982 into main
...
Reviewed-on: #36
2026-07-08 11:46:24 +00:00
9aa98718b6
hemi mainnet: syncmode full -> snap
...
hemi cannot full-sync across old BTC reorg points: EVM blocks referencing
orphaned Bitcoin Attributes ancestors are unexecutable once no peer retains
the stale BTC block (us-16 wedged at 3353463 on reorged-out block
00000000000000000001dcb3...b971). hemi's official l2-config.toml ships
SyncMode=snap. Registry: 150 entries gain node names (regen enrichment).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-08 11:44:52 +00:00
sebastian
c8f89a43d3
Merge pull request 'linea-mainnet: add engine-API healthcheck script' ( #37 ) from issue-1049 into main
...
Reviewed-on: #37
2026-07-08 11:43:37 +00:00
9ac5529ef5
R-2: gitignore chaindata/snapshot/tarball patterns
2026-07-08 04:20:06 +00:00
04b9a5356d
linea: add engine API healthcheck script for geth mainnet
...
Shell probe signs a JWT from /jwtsecret and calls engine_exchangeCapabilities
on :8551 so compose can gate Maru startup on EL engine readiness.
2026-07-08 03:24:13 +00:00
5ee02b85d4
Add unichain op-reth archive-trace variants (mainnet + sepolia)
...
Operator wants a reth archive sync on de-32 to compare footprint vs the
612G op-erigon archive.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-08 03:03:49 +00:00
73173299c9
cosmos gaiad: document Polkachu FULL snapshot bootstrap procedure
...
Fresh wasm-chain bootstrap needs a Polkachu full snapshot (includes wasm/),
the snapshots URL pattern, and CL_VERSION matching the live chain version.
2026-07-07 14:39:03 +00:00
990a406751
deploy: regenerate compose from vibe-node main cef3cb8cdb49
2026-07-07 14:19:44 +00:00
1ec43f481f
deploy: regenerate compose from vibe-node main d0d784c8ff09
2026-07-07 13:45:47 +00:00
goldsquid
623deaf9d6
update
2026-07-07 18:22:08 +07:00
goldsquid
50c00156cf
fix
2026-07-07 18:17:00 +07:00
41d4dd0d5c
deploy: regenerate compose from vibe-node main 218c002b232e
2026-07-07 06:00:03 +00:00
33ea38b8d9
mode: add optimism.eip1559DenominatorCanyon=250 to mainnet genesis
...
Canyon-fork EIP-1559 denominator, present in the authoritative genesis
on rpc-de-32 but missing from the committed copy. Matches the fork-time
addition in d4fc9487 .
2026-07-07 01:02:48 +00:00
d4fc948794
mode: add mainnet L2 fork times to genesis.json config
...
Add the post-Regolith OP-stack fork activation timestamps (canyon through
karst) to op/mode/mainnet/genesis.json, sourced from the authoritative
copy running on rpc-de-32 (sha256 ea320f6a). The committed genesis was
missing every fork time after regolithTime, so op-reth could not apply
the L2 hardfork schedule.
canyonTime=shanghaiTime=1704992401, deltaTime=1708560000,
ecotoneTime=1710374401, fjordTime=1720627201, graniteTime=1726070401,
holoceneTime=1736445601, isthmusTime=1746806401, jovianTime=1764691201,
karstTime=1783526401.
2026-07-06 15:39:48 +00:00
goldsquid
6ec29db531
fix
2026-07-06 22:24:00 +07:00
goldsquid
c14a357773
reth for mode
2026-07-06 22:02:42 +07:00
a397561afa
ethereum: bump prysm v7.1.4 → v7.1.6 on mainnet only
...
Update Prysm beacon-chain image default for ethereum mainnet profiles
(geth pruned/minimal + reth trace); sepolia and hoodi remain on v7.1.4.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-06 14:38:43 +00:00
57db6a16fa
multicurl: fix cat: '': No such file or directory when called without -o
...
$temp_file is only created when curl is invoked with -o (the -o loop
above), but the post-success null/error check always ran `cat "$temp_file"`.
When a caller omits -o (e.g. check-health.sh's Cosmos reference RPC), the
variable is empty, so bash executed `cat ""` and printed
"cat: '': No such file or directory" — once per show-status run.
In that no-o case the body is already captured in $output, so read the
response from $output when $temp_file is unset, and from $temp_file when
it exists. Behaviour with -o is unchanged; the result==null / JSON-RPC
error skip-to-next-URL fallback is preserved in both paths.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-06 14:00:30 +00:00
goldsquid
ea15f31844
fix
2026-07-06 20:53:10 +07:00
6d41b16150
deploy: regenerate compose from vibe-node main c828f26e351e
2026-07-06 13:35:00 +00:00
goldsquid
dec01b5a18
fix
2026-07-06 20:20:48 +07:00
goldsquid
5b33030773
fix
2026-07-06 20:10:56 +07:00
c83f2cc5de
deploy: regenerate compose from vibe-node main 8ef91b9ce256
2026-07-06 13:04:10 +00:00
goldsquid
ce7f278f77
fix
2026-07-06 19:56:34 +07:00
goldsquid
d9072c7b4d
fix
2026-07-06 19:34:01 +07:00
goldsquid
0e4b69c65d
fix
2026-07-06 19:29:29 +07:00
goldsquid
27b33458de
better discovery
2026-07-06 19:27:39 +07:00
8684fbb96b
katana mainnet op-reth: execution-layer sync + conduit bootnodes
...
op-node env (env/op/katana/mainnet/node.env):
- OP_NODE_SYNCMODE: consensus-layer -> execution-layer
- add OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
- add OP_NODE_P2P_BOOTNODES (conduit katana bootnodes)
- drop OP_NODE_L2_SKIP_SYNC_START_CHECK=true (global default false applies)
Regenerates katana-mainnet-op-reth-pruned-trace + -archive-trace.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-06 11:04:20 +00:00
2418c15d52
deploy: regenerate compose from vibe-node main f045d7a27b13
2026-07-06 09:32:53 +00:00
1760023975
sonic: bump Dockerfile Go base image 1.24 -> 1.26 for v2.2.0
...
v2.2.0 requires go 1.26.0 per upstream go.mod.
2026-07-06 01:58:26 +00:00
cf6fda7fa6
deploy: regenerate compose from vibe-node main 16db41852a31
2026-07-06 00:34:02 +00:00
goldsquid
a498b12b45
fix
2026-07-06 07:29:12 +07:00
55df34de69
ronin-saigon op-reth: op-node consensus-layer CL-sync (SKIP_SYNC_START_CHECK=true)
...
Match ronin-mainnet's EigenDA alt-DA recipe on both saigon profiles
(archive-trace + pruned-trace): OP_NODE_SYNCMODE execution-layer ->
consensus-layer and OP_NODE_L2_SKIP_SYNC_START_CHECK false -> true.
Hand-maintained edit (these CL-sync flags are not template-driven);
do NOT regenerate saigon via update.sh or it reverts. Mainnet untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 00:21:39 +00:00
6311aeae0b
deploy: regenerate compose from vibe-node main 6463a06bc49f
2026-07-05 14:23:54 +00:00
f1661bd650
op/bnb,op/manta-pacific,op/blast: remove non-migratable kona compose profiles
...
Custom op-node forks on these chains cannot run kona-node; drop the
orphaned --kona.yml compose files and registry entries.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 09:37:06 +00:00
8bd024823b
Remove broken kona-node variants for diverged OP chains; add worldchain reth+kona
...
Drop --kona compose profiles for base, fraxtal, zircuit, xlayer, and superseed
where kona-node v1.6.1 stalls or hash-mismatches on custom rollups. Add
worldchain-mainnet-op-reth-pruned-trace--kona for the planned geth→reth+kona swap.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 07:22:04 +00:00
a58f44b98c
deploy: regenerate compose from vibe-node main f8ab5e434006
2026-07-05 02:40:11 +00:00
66ecc3d8bc
op: add kona consensus-client variants for 13 OP-stack chains
...
Generate --kona compose profiles for base, mode, zircuit, fraxtal, zora,
metal, hashkeychain, superseed, swell, bnb, manta-pacific, blast, and xlayer
so production nodes can migrate off stock op-node before DRPC deprioritizes it.
Each kona variant shares the same EL data volume as its op-node sibling.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 02:04:05 +00:00
018451b9b0
katana-mainnet: op-node consensus-layer sync for op-reth profiles
...
Persist OP_NODE_SYNCMODE=consensus-layer and OP_NODE_L2_SKIP_SYNC_START_CHECK=true
so op-node drives the EL via engine API (no EL P2P peers on katana mainnet).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 01:52:02 +00:00
2cdc238330
op/metal: add mainnet op-reth pruned-trace compose profile
...
Generated compose for metal-mainnet EL sync on op-reth (superchain
registry chain=metal, L1 ethereum-mainnet, chainid 1750), mirroring
other Superchain mainnet op-reth pruned nodes.
2026-07-05 00:53:30 +00:00
e79b2f017f
worldchain: add mainnet op-reth pruned-trace compose
...
Add generated op/reth/worldchain-mainnet-op-reth-pruned-trace.yml and
register it in compose_registry.json for Superchain EL migration off op-geth.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 00:45:57 +00:00
03034ab069
deploy: regenerate compose from vibe-node main 2819af5125c4
2026-07-05 00:31:44 +00:00
0ba27e01fe
cronos: build cronosd from GitHub release tarball; fix MIN_GAS and statesync RPC
...
GHCR image returns 403 on anonymous pulls — switch cometbft.Dockerfile to alpine +
public v1.7.8 tarball. init.sh sets minimum-gas-prices (5000000000000basecro) and
drops dead rpc-cronos.crypto.org statesync endpoint.
2026-07-04 21:07:11 +00:00
827b61911c
lens: bump external-node v31.0.0 → v31.1.0 (mainnet only)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 15:34:46 +00:00
30eb36786d
deploy: regenerate compose from vibe-node main 58d4347aac2c
2026-07-04 12:33:03 +00:00
dffdacaa3c
digibyte: bump digibyted Dockerfile to v9.26.4
...
Update tarball VERSION default and SHA256 checksum for the v9.26.4 release.
2026-07-04 11:05:24 +00:00
5663570cad
deploy: regenerate compose from vibe-node main 03ef7eb9ec15
2026-07-04 09:06:47 +00:00
361110f1ff
cronos: wire init.sh pruning and statesync from context env
...
Read STATESYNC_RPC and app.toml pruning tunables from environment
(set by the generator from context.yml) instead of hardcoding them.
2026-07-04 04:10:27 +00:00
921fec2e86
deploy: regenerate compose from vibe-node main 1195854e5e9a
2026-07-04 00:34:32 +00:00
70b8cce5af
cronos: wire init.sh to context.yml bootstrap env vars
...
Read chain_id, genesis_url, seeds, and app.toml json-rpc/evm tunables from
environment (set by the generator from context.yml). Fix seed wiring to use
ct_merge_seeds instead of ct_set_persistent_peers.
2026-07-03 22:08:10 +00:00
d94213fd5c
fix(jovay/aldaba): replace VERSION subpath mount with startup cp
...
Docker 28.5.x fails container create when a volume subpath targets a
path that exists as a file in the image. Copy VERSION from the conf
volume mount instead of subpath-mounting onto /opt/l2_deploy/bin/VERSION.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 12:23:13 +00:00
fcf747c6ee
taiko: use --chain=mainnet for alethia-reth v1.1.0
...
The alethia-reth binary expects --chain=mainnet, not --chain=alethia.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 12:19:04 +00:00
e56976adeb
taiko: pass BUILD_ALETHIA_RETH=true for alethia-reth compose builds
...
Without this build arg reth.Dockerfile builds upstream reth and cargo fails
on asm-keccak/jemalloc features missing from the alethia-reth fork.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 10:19:06 +00:00
9d9da8342c
ethereum: bump nimbus multiarch-v26.6.0 -> multiarch-v26.6.2
...
Regenerated compose defaults for all statusim/nimbus-eth2 profiles.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 08:08:12 +00:00
99867025db
deploy: regenerate compose from vibe-node main 67e5a65a31a1
2026-07-03 07:56:35 +00:00
bf508e8b07
deploy: regenerate compose from vibe-node main 0e76246fb875
2026-07-03 07:05:14 +00:00
052e74a00d
bitcoin-cash: bump bitcoind client_version to 0.33.7
...
Update mainnet and testnet compose defaults to bitcoinabc/bitcoin-abc:0.33.7.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 06:43:46 +00:00
88bedb0956
fix(stop/start): scope compose to base.yml + node yml
...
stop.sh and start.sh previously relied on ambient COMPOSE_FILE, so
backup fencing left orchestration unable to stop or restart the target
node. Pass -f base.yml and the node yml explicitly and fail loudly.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 04:53:28 +00:00
e571efbea1
fix(backup): read remote backup list from stdin in selector
...
select_newest_remote_backup_from_list was sorting an empty process
substitution instead of the piped list-backups.sh output.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 04:38:31 +00:00
58adc446e2
backup: harden lifecycle fencing and skip near-empty archives
...
backup-node.sh now stops services, fences COMPOSE_FILE during backup, and
restores via EXIT trap; consumers skip <1MB .tar.zst artifacts so purged-
volume junk cannot shadow real backups.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 04:38:00 +00:00
6c0df2bce5
restore-volumes: add /slowdisk absolute floor gate for static offload
...
Skip static-file offload when projected /slowdisk free space after restore
would fall below SLOWDISK_FLOOR_GB (default 150 GB); warn after extract if
the floor is breached. Restore never aborts — falls back to primary extract.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 03:59:41 +00:00
8f57c8af68
jovay: tail aldaba/cubenet logs to docker logs via tini+bash wrapper
...
The aldaba_light binary writes sync and p2p logs only to rotating files
under /opt/l2_deploy/light/log/; wrap entry.sh so tail -n0 -F streams new
lines to stdout while preserving file logging and tini PID-1 semantics.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 03:37:22 +00:00
f8915ed59f
catchup: per-protocol dispatch for bitcoin, cosmos, and ripple
...
Extend catchup.sh with protocol-aware branches (bitcoin height-gain,
cosmos CometBFT timestamp via timestamp.sh, ripple validated-ledger
seq) and explicit degradation for closed RPC / unsupported protocols.
Reuse sync-status/check-health idioms for protocol resolution and parsing.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 03:10:24 +00:00
a98ced8af1
jovay: wire aldaba P2P advertise IP/port and host port mapping
...
Set ADVERTISE_NODE_IP=${IP} and ADVERTISE_NODE_PORT to the salted host
port; map client_port:19000 so inbound cubenet peering is dialable.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 02:47:54 +00:00
1c65fdb26f
fix(check-health): retry on unreachable reference endpoint
...
When multicurl fails to reach the reference RPC (timeout/unreachable),
clean up the temp file, retry up to MAX_RETRIES, then exit with
'unverified (reference unreachable)' instead of falling through as success.
Also add Robinhood mainnet official RPC to reference-rpc-endpoint.json.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 01:36:42 +00:00
sebastian
2fbf996857
Merge pull request 'tac/tacchaind: add Polkachu seeds and statesync RPC config' ( #26 ) from issue-734 into main
...
Reviewed-on: #26
2026-07-02 23:40:43 +00:00
sebastian
3c8623531f
Merge pull request 'op/katana: add Prague/Osaka fork timestamps to genesis' ( #27 ) from issue-739 into main
...
Reviewed-on: #27
2026-07-02 23:39:23 +00:00
27f10b29d3
babylon: pass --no-bls-password on babylond start
...
babylond v4.3.0 prompts for a BLS key password on every start when
bls_key.json exists unless start gets --no-bls-password; without it RPC
replicas crash-loop with "failed to get BLS password: EOF".
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 18:53:45 +00:00
23e9a5dcd5
katana mainnet: fix genesis.json — preserve alloc, add fork times only
...
Restore full genesis alloc section; add pragueTime (1746806401) and
osakaTime (1773066601) without truncating predeploy entries.
2026-07-02 16:38:27 +00:00
14b115b7bd
katana mainnet: add pragueTime and osakaTime fork activations
...
op-reth requires pragueTime equal to isthmusTime for custom-genesis OP
chains per OP Upgrade 15; osakaTime added for upcoming Jovian fork.
2026-07-02 16:37:35 +00:00
cb7bb80490
fix: bitcoin rpcallowip IPv4, babylon BLS pre-create, tac peers+cosmos RPC
...
- Add -rpcallowip=0.0.0.0/0 family-wide via bitcoind template regen
- Pre-create empty-password BLS key in babylon init.sh (v4.3.0 EOF fix)
- TAC: seeds+persistent_peers, CometBFT :26657 traefik, protocol cosmos
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 16:04:01 +00:00
eda1068f45
tac mainnet: merge Polkachu seeds in init.sh for peer discovery
...
Call ct_merge_seeds() so SEEDS env populates config.toml; default
STATESYNC_RPC to tacchain-rpc.polkachu.com for statesync bootstrap.
2026-07-02 14:41:07 +00:00
75b931461d
deploy: regenerate compose from vibe-node main de67ec1de6be
2026-07-02 14:08:34 +00:00
4d5d8f4be1
Merge pull request 'katana-mainnet genesis: add isthmusTime + jovianTime (unblock op-reth) [issue-501]' ( #25 ) from issue-501-katana-jovian into main
...
Reviewed-on: #25
2026-07-02 14:05:25 +00:00
865f80c56d
babylon: add mainnet babylond pruned compose (bbn-1)
...
Family-C CometBFT node with statesync, wasm-only snapshot bootstrap,
and babylon-specific config (timeout_commit, btc-config, iavl-cache).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 14:02:17 +00:00
d058fe1db1
Add DigiByte and Dash mainnet bitcoin-family RPC nodes.
...
DigiByte uses a tarball-install digibyted.Dockerfile (v9.26.3); Dash uses
dashpay/dashd:23.1.7. Both follow the dogecoind bitcoind pattern for RPC
auth, ZMQ, traefik, and x-upstreams wiring.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 13:51:15 +00:00
21c01e8de8
bitcoin: production-ready mainnet bitcoind for DRPC serving
...
Switch to bitcoin/bitcoin:31.0 with txindex and tuned RPC flags, drop the
esplora indexer sidecar, and add bitcoin-protocol health probes so fleet
status and wait-for-online work for bitcoin-family nodes.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 13:35:16 +00:00
73b65dbbc9
tac: re-declare ARG VERSION in tacchaind go-builder stage
...
Pre-FROM ARG VERSION is not visible inside build stages; compose passes
VERSION as a build arg but git checkout expanded empty without a stage-level
re-declaration.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 13:22:14 +00:00
79d2839a48
tac: install git in tacchaind go-builder stage
...
The golang:alpine go-builder stage runs git clone/checkout but never
installed git, causing compose build to fail with exit 127 on rpc-de-32.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 13:04:03 +00:00
0c8a3cc4b0
ripple: deployable mainnet + testnet rippled with health checks
...
Fix mainnet rippled.cfg (ws,http RPC, port_peer 13331), strip eth-isms
from x-upstreams, add testnet chain assets/compose, and wire --ripple
sync-status via check-health.sh server_info probe.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 11:46:03 +00:00
58d45c8576
katana mainnet: add isthmusTime/jovianTime to genesis for op-reth
...
op-reth reads OP-stack fork schedule from genesis.json; without
isthmusTime/jovianTime it rejects post-Jovian payloads (MinBaseFeeNotAllowedBeforeJovian).
2026-07-02 11:37:11 +00:00
sebastian
b8752b0c7e
Merge pull request 'katana-mainnet: add Isthmus + Jovian fork times to genesis and rollup config' ( #24 ) from issue-712 into main
...
Reviewed-on: #24
2026-07-02 11:27:10 +00:00
aab46a52b6
tac: add tacchaind pruned compose for mainnet and spb
...
Source-build Dockerfile (tacchain v1.6.0), init script with statesync via
cometbft-common.sh, EVM RPC/WS on 8545/8546, and dshackle slugs tac/tac-spb.
2026-07-02 11:25:25 +00:00
8629ed3e0c
deploy: regenerate compose from vibe-node main 4985b130fd82
2026-07-02 10:55:08 +00:00
1b4c4d0d51
fix(robinhood): add full chain info-json to mainnet nitro baseConfig
...
Nitro crash-looped with "unsupported chain ID 4663" because baseConfig
only had chain.id. Add info-json with on-chain rollup addresses and
chain-config from genesis serializedChainConfig (BoLD v3.x, no validator-utils).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 10:04:16 +00:00
7fc876a321
jovay: add aldaba pruned compose for mainnet and sepolia
...
Vendor L2 RPC (jovay/l2-rpc:0.14.0-rc1) with init seeding, Traefik
/jovay-mainnet and /jovay-sepolia routes, and dshackle upstream labels.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 09:53:30 +00:00
9accd794c1
kite: add mainnet go-pruned-leveldb compose and subnet-evm config
...
Add KiteAI Avalanche subnet mainnet node using gokite-chain image with
stock entrypoint, AVAGO_* env configuration, and pruned leveldb chain config.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 09:39:00 +00:00
658ba6151e
Bump dshackle gateway image 0.79.5 → 0.79.10
...
Adds Humanity chain support, Aztec getChainTips fallback, and hyperliquid fix.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 09:29:29 +00:00
7359f3ded8
arb/robinhood: add nitro pruned-pebble-path compose for mainnet and testnet
...
Orbit rollup on Ethereum/Sepolia with per-chain baseConfig assets (testnet
info-json from official config; mainnet genesis-json-file bootstrap).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 09:19:58 +00:00
af1348240c
katana mainnet: add Isthmus/Jovian fork times to genesis and rollup
...
op-reth rejects post-Jovian blocks without isthmusTime/jovianTime in
genesis config and jovian_time in rollup.json; live chain passed both forks.
2026-07-02 06:33:41 +00:00
cecd0d5638
deploy: regenerate compose from vibe-node main cae6f8c29982
2026-07-02 01:19:44 +00:00
bbdc74faba
deploy: regenerate compose from vibe-node main 548adca26eab
2026-07-01 14:49:26 +00:00
0e00127088
superseed-sepolia: add Karst fork time (2026-06-17T16:00:00Z)
...
Add karst_time to rollup.json and karstTime to genesis.json for the
Karst hardfork activation on chain 53302.
2026-07-01 11:08:10 +00:00
f1e71f6dbe
polygon: pin bor client to 2.8.3
...
Downgrade from 2.9.0 to fix mainnet crash-loop on block 81541799
(sender not an eoa) after us-40 purge.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-01 04:21:17 +00:00
edf1254258
Bump Ethereum mainnet Besu image default to 26.6.1
...
Regenerated from context.yml client_version bump (hyperledger/besu).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 18:51:37 +00:00
0709866489
deploy: regenerate compose from vibe-node main e32de131428a
2026-06-30 15:18:53 +00:00
499275ea84
arc: add mainnet (chain 5042) — reth EL + malachite CL
...
Mirror arc-testnet for mainnet: --chain=arc-mainnet (bundled genesis, chainspec.rs
ARC_SUPPORTED), drpc chain 'arc' (CHAIN_ARC__MAINNET), forwarder rpc.arc.network.
malachite follows rpc.arc.network + arc.drpc.org (testnet endpoints are testnet-only
in Circle's docs). Generates arc/reth/arc-mainnet-reth-{pruned,archive}-trace.yml.
2026-06-30 06:04:29 +00:00
bd49c767da
deploy: regenerate compose from vibe-node main 38d9a835af10
2026-06-30 05:15:12 +00:00
sebastian
dcc8c9b6ae
Merge pull request 'op-mainnet op-reth: reduce TransactionLookup chunk_size to 500k' ( #22 ) from issue-593 into main
...
Reviewed-on: #22
2026-06-30 01:05:48 +00:00
2dfe3e9325
deploy: regenerate compose from vibe-node main 6446617d6a59
2026-06-29 15:27:51 +00:00
288d9dcbdf
op-mainnet: lower TransactionLookup chunk_size to 500k
...
Reduce stages.transaction_lookup.chunk_size from 5M to 500k in reth.toml
to prevent multi-hour pipeline stalls during large checkpoint windows on
op-reth-pruned-trace (rpc-de-32).
2026-06-29 15:11:55 +00:00
9fa0917326
arc reth: --full only for pruned/minimal; archive keeps full history
...
Mirror vanilla reth.yml's client_command_dbopts ({{ '- --full' if db_type in
['pruned','minimal'] else '' }}): the arc execution client now omits --full for the
archive variant (full history) and keeps it for pruned/minimal. Previously --full was
hardcoded so both variants ran identical pruned-sync flags.
2026-06-29 14:56:31 +00:00
e97a63832d
deploy: regenerate compose from vibe-node main 9ce518e683bb
2026-06-29 12:03:52 +00:00
1743d869a8
arc: reth client + pruned/archive profiles; drop snapshot-download init container
...
- EL client renamed arc -> reth (it IS a reth fork); template arc.yml -> reth.arc.yml
so find_template picks it as the arc-network reth override. Path is now
arc/reth/arc-testnet-reth-{pruned,archive}-trace.yml (was arc/arc/arc-testnet-arc-full).
- profiles: full -> pruned[trace] + archive[trace] (there is no 'full' node type).
- removed the {{short_name}}-snapshots init container (arc-snapshots download, ~84 GB) and
the consensus-init depends_on that pointed at it. Chain data is seeded OUT-OF-BAND, never
via a compose service. Services: arc-testnet (EL) / arc-testnet-node (malachite CL) +
consensus-init / sockets-init.
- git rm orphaned arc/arc/arc-testnet-arc-full.yml.
2026-06-29 11:51:43 +00:00
fc4ce97aee
kona: KONA_NODE_MODE verifier -> Validator (fix startup crash-loop)
...
kona's NodeMode enum (crates/node/service/src/service/mode.rs) has only
Validator/Sequencer and parses via FromStr against the PascalCase display
strings. There is no 'verifier' mode, so the old value failed to parse and
kona-node crash-looped on startup. Validator is also kona's default.
Source change is env/op/kona.env (global default for all op-stack kona nodes),
so this regenerates KONA_NODE_MODE across all 38 op/*/...--kona compose files.
2026-06-29 10:35:45 +00:00
5533fcc5e3
deploy: regenerate compose from vibe-node main 285b1c2050bd
2026-06-29 09:03:51 +00:00
f843c4eb99
cronos: bump client image to v1.7.8
...
Update cronos-mainnet compose default CRONOS_CRONOS_VERSION from v1.7.7 to v1.7.8.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 06:31:18 +00:00
a27fbfd5d6
deploy: regenerate compose from vibe-node main b612fafd4d04
2026-06-29 02:11:54 +00:00
0a711cf868
linea: bump linea-besu-package to 1.1.1-20260626-d9f04f0
...
Update default image tags for mainnet and sepolia besu compose profiles.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-28 11:03:42 +00:00
fa5bfd2e97
deploy: regenerate compose from vibe-node main 41a32b597527
2026-06-28 05:42:52 +00:00
b929939205
deploy: regenerate compose from vibe-node main 688dbbc13dce
2026-06-27 09:03:58 +00:00
75326c3528
taiko-hoodi: wire jwtsecret into preconfirmation server for driver v2.4.0
...
Add PRECONFIRMATION_SERVER_JWT_SECRET and --preconfirmation.jwtSecret=/jwtsecret
to archive hoodi driver services so taiko-client v2.4.0 can start the
preconfirmation block server when PRECONFIRMATION_SERVER_PORT is enabled.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 10:18:12 +00:00
5693ddd469
deploy: regenerate compose from vibe-node main 69e13b5f6372
2026-06-26 06:33:05 +00:00
8c30d2c7fa
base-mainnet: bump ghcr.io/base/node-reth to v1.1.1 for Beryl hardfork
...
Update EL (op-reth) and CL (op-node) image defaults in all seven
base-mainnet compose profiles. Also aligns OP_NODE_RPC_PORT with
env/op/node.env (9545) on regen.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 05:38:57 +00:00
41e2f83926
taiko-hoodi: set INBOX for taiko-client v2.4.0 driver
...
Rename SHASTA_INBOX to INBOX (v2.4.0 reads --inbox from INBOX env var
and no longer honors PACAYA_INBOX/SHASTA_INBOX). Remove unused PACAYA_INBOX.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 03:26:41 +00:00
3fa32c9f94
rootstock-bamboo: bump rskj default to VETIVER-9.0.3
...
Fixes testnet crash-loop after restart (Invalid block header size: 22).
Regenerated from vibe-node context.yml; includes pending template regen.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 20:21:16 +00:00
3500ebefbb
deploy: regenerate compose from vibe-node main 0d8a5fa83aa0
2026-06-25 09:20:11 +00:00
ee3fbd39e4
deploy: regenerate compose from vibe-node main c56d34414bfa
2026-06-24 05:20:48 +00:00
eb1b37d5c0
deploy: regenerate compose from vibe-node main 3260c7459abd
2026-06-24 02:41:51 +00:00
ba03444493
deploy: regenerate compose from vibe-node main 77ee80b87aff
2026-06-23 03:48:48 +00:00
915192acc5
Add CURSOR.md (seeded from VIBE.md) for cursor-agent implementer backend
...
Faithful copy of VIBE.md to seed cursor-specific tuning. The implement-vibe-node-change
wrapper, when run with VN_ENGINE=cursor (now the default), points cursor-agent at this
doc instead of VIBE.md so the two backends' instructions can diverge over time.
2026-06-23 02:54:14 +00:00
fd27c9633b
deploy: regenerate compose from vibe-node main 8e38de510e99
2026-06-22 11:10:31 +00:00
sebastian
52b1201388
Merge pull request 'op/zora/mainnet: add missing hardfork timestamps to genesis.json' ( #21 ) from issue-189 into main
...
Reviewed-on: #21
2026-06-22 11:06:01 +00:00
dd8ce689e4
Add VIBE.md debugging guide and update README.md
...
- Add VIBE.md as primary debugging reference for automated tools
- Rewrite README.md as human-focused operator guide
- Fix README.md inaccuracies (remove show-networks.sh references, fix typo)
- Split content: README for humans, VIBE for agents
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-22 08:37:38 +00:00
9bf8fb51ab
deploy: regenerate compose from vibe-node main d369514b705f
2026-06-22 07:28:37 +00:00
afafaea429
op/zora/mainnet: add missing hardfork timestamps and eip1559DenominatorCanyon to genesis.json
...
Fixes op-reth stuck at genesis (block 0) due to missing Shanghai/Canyon+ forks.
op-node feeds current-head payloads with withdrawals but op-reth rejects them
as 'withdrawals pre-Shanghai' without these timestamps.
Added hardfork timestamps:
- shanghaiTime: 1704992401 (activates Shanghai/withdrawals)
- canyonTime: 1704992401 (activates Canyon)
- deltaTime: 1708560000
- ecotoneTime: 1710374401
- fjordTime: 1720627201
- graniteTime: 1726070401
- holoceneTime: 1736445601
- isthmusTime: 1746806401
- jovianTime: 1764691201
- karstTime: 1783526401
Added optimism.eip1559DenominatorCanyon: 250
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-22 07:15:40 +00:00
d7ff81b9aa
op/lisk/mainnet: change op-reth node_sync to consensus-layer mode
...
- Set OP_NODE_SYNCMODE=consensus-layer for lisk-mainnet-op-reth pruned and archive variants
- Template automatically applies appropriate P2P config (disable-discovery, no host ports)
- Fixes bootstrap issue with empty datadir (3.5 MB) stuck at eth_blockNumber=0
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-22 05:13:03 +00:00
14dfd52da5
deploy: regenerate compose from vibe-node main 9cc5bd2c70d3
2026-06-22 03:52:12 +00:00
sebastian
0785ee5482
Merge pull request 'zora-mainnet: add op-reth pruned-trace profile' ( #20 ) from issue-162 into main
...
Reviewed-on: #20
2026-06-22 03:36:14 +00:00
c28bab03e2
xlayer: update reth client version to v0.0.6.3 for June 22nd hard fork
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-22 02:12:49 +00:00
cd216609bc
deploy: regenerate compose from vibe-node main 1833b2463be2
2026-06-22 02:02:09 +00:00
cf35b08a4e
deploy: regenerate compose from vibe-node main 533200b9d987
2026-06-22 01:30:34 +00:00
fb0ba537ec
deploy: regenerate compose from vibe-node main dd2f311ede7c
2026-06-22 01:26:03 +00:00
120c070a1e
zora: add rollup.json and reth.toml for op-reth pruned-trace profile
2026-06-22 00:56:24 +00:00
d2c2de7341
deploy: regenerate compose from vibe-node main ed4a4cd8a117
2026-06-21 10:52:36 +00:00
d9d8920752
xlayer-mainnet: set OP_NODE_L2_SKIP_SYNC_START_CHECK=false for op-node v0.1.5.1
...
In xlayer/op-node:v0.1.5.1, the =true path triggers an infinite
'Found highest L2 block with canonical L1 origin. Skip further sanity check
and jump to the safe head' loop that prevents block derivation entirely.
Setting =false restores normal startup: op-node advances through the check
and begins deriving blocks. No newer op-node image exists (v0.1.5.1 is latest).
Affects all xlayer-mainnet op-node variants (geth, reth) as they share
the same op-node consensus layer.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-21 09:19:43 +00:00
1758c921d7
deploy: regenerate compose from vibe-node main ed38c887a775
2026-06-21 06:52:38 +00:00
f7b585307e
lisk/mainnet: add isthmusTime, jovianTime, karstTime fork timestamps to genesis.json
2026-06-21 06:03:35 +00:00
39df507eee
deploy: regenerate compose from vibe-node main 7ab720b29b61
2026-06-21 01:24:43 +00:00
9e666ca476
starknet: bump pathfinder v0.22.3→v0.22.6
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-20 22:41:24 +00:00
f713744bb8
deploy: regenerate compose from vibe-node main 9920718c233e
2026-06-20 13:05:30 +00:00
377d3af961
deploy: regenerate compose from vibe-node main 15f7736e5719
2026-06-20 08:30:13 +00:00
sebastian
a54459e55f
Merge pull request 'shibarium heimdall: fix REST listen flag (--laddr not --rest-server.addr)' ( #17 ) from shibarium-heimdall-restflag into main
...
Reviewed-on: #17
2026-06-20 04:41:36 +00:00
25b0ab049c
shibarium heimdall: fix REST listen-address flag (--laddr, not --rest-server.addr)
...
heimdall crash-looped on 'unknown flag: --rest-server.addr'. Per heimdalld start
--help, the bone-fork binary takes --rest-server (bool) to enable REST/LCD and
--laddr (default tcp://0.0.0.0:1317) for its listen address — there is no
--rest-server.addr. Swap it. (The rest_server-injection + idempotent-init fixes
from the prior PR worked: init now skips re-init, fetches the heimdall-109 genesis,
no more 'rest_server already defined'.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-20 04:30:59 +00:00
8471404897
deploy: regenerate compose from vibe-node main 2b1459ec36c8
2026-06-20 04:22:01 +00:00
39d2fa93e2
shibarium heimdall init.sh: stop injecting rest_server (crash fix) + idempotent init
...
heimdall crash-looped on 'toml: key rest_server is already defined'. init.sh
inserted 'rest_server = true' after [rpc] on EVERY boot (non-idempotent), piling up
duplicates; rest_server is not a valid CometBFT config.toml key anyway — REST is
enabled by the --rest-server flag in the start command.
- Remove the rest_server / rest_server_addr config injection.
- Self-heal: strip any previously-injected rest_server lines (so already-corrupted
volumes recover on next boot — no volume wipe needed).
- Guard heimdalld init to first boot only (config.toml absent) so restarts don't
reset node identity or re-parse the existing config.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-20 03:24:37 +00:00
fb3dc6214c
deploy: regenerate compose from vibe-node main 388142ccafa4
2026-06-20 03:01:11 +00:00
9fc368f405
shibarium: build heimdall from source (cometbft.Dockerfile)
...
A parallel change reverted this to FROM shibaone/heimdall:v1.0.7-bone — an image
that exists on no registry, so the heimdall build fails. Restore the source build:
clone shibaone/heimdall@${CL_VERSION}, make install, then layer the CometBFT init
entrypoint. Pairs with vibe-node PR (node_build + standalone service name).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-20 02:56:17 +00:00
6ce0fc2346
deploy: regenerate compose from vibe-node main c66ad823f9e3
2026-06-20 00:58:03 +00:00
7ce0428db4
erigon3: bump Dockerfile VERSION from v3.0.7 to v3.4.4
2026-06-19 16:36:18 +00:00
b72cf641a9
deploy: regenerate compose from vibe-node main 666f653d478a
2026-06-19 16:03:20 +00:00
5891d050f9
deploy: regenerate compose from vibe-node main 59f3f7f3cf2e
2026-06-19 14:40:16 +00:00
196744cf4f
deploy: regenerate compose from vibe-node main 276ea4d82e62
2026-06-19 14:29:52 +00:00
4dd902e9af
Merge branch 'issue-63'
2026-06-19 14:19:50 +00:00
a7e9d4a65d
deploy: regenerate compose from vibe-node main 60976572a3c4
2026-06-19 13:05:25 +00:00
sebastian
8c46b66bdc
Merge pull request 'shibarium: build bor + heimdall from source (bone fork, chain 109)' ( #12 ) from shibarium-bone-fork-fix into main
...
Reviewed-on: #12
2026-06-19 13:02:00 +00:00
ee21a0245e
shibarium: build bor + heimdall from source (no published images)
...
shibaone ships no docker images for the bone fork — only source + .deb config
packages — so both Dockerfiles must clone+build, not FROM a (nonexistent) image.
- bor.Dockerfile: clone shibaone/bor@${BOR_VERSION}, make bor, cp build/bin/bor
(was: alpine + wrong /src/build/bor path). golang:1.22.1 like upstream.
- cometbft.Dockerfile: clone shibaone/heimdall@${CL_VERSION}, make install
(was: FROM shibaone/heimdall:v1.0.7-bone — that tag does not exist on any
registry), then layer the CometBFT init entrypoint.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-19 11:46:00 +00:00
65695472f1
shibarium: set heimdall CL_VERSION to v1.0.7-bone in cometbft.Dockerfile
2026-06-19 11:20:45 +00:00
bda550eef6
shibarium: add bone fork build-from-source assets
...
- Update heimdall init.sh with heimdall-109 chain_id and mainnet seeds
- Update cometbft.Dockerfile with v1.0.7-bone version
- Add bor.Dockerfile for building shibaone/bor from source at v1.3.9-bone
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-19 11:05:34 +00:00
59ff415fdb
cronos: add mainnet EVM chain (chain-id 25) as client-type node
...
Add cronosd cometbft.Dockerfile and init.sh for Cronos EVM mainnet.
- Dockerfile: layer cometbft-common.sh + init.sh onto upstream cronos image
- init.sh: adapted from haqq pattern with EVM JSON-RPC on 8545, WS on 8546,
CometBFT RPC on 26657, P2P on 10521, chain-id cronosmainnet_25-1
- Statesync via ct_configure_statesync, genesis from official repo
- Pruning: custom with keep-recent=100, interval=19
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-19 09:35:50 +00:00
efcb1f451a
deploy: regenerate compose from vibe-node main 0fd15005e080
2026-06-19 09:22:31 +00:00
ee13d0dd23
deploy: regenerate compose from vibe-node main e5b5567e535a
2026-06-19 06:48:10 +00:00
6d8920d659
deploy: regenerate compose from vibe-node main fb44bc5499e8
2026-06-19 06:28:21 +00:00
sebastian
5076c90a12
Merge pull request 'Bump reth latest→v2.1.0' ( #10 ) from vupd/53-reth-v2.1.0 into main
...
Reviewed-on: #10
2026-06-19 06:23:20 +00:00
bcdd950eb6
reth: bump Dockerfile RETH_VERSION from v1.4.3 to v2.1.0
2026-06-19 05:36:38 +00:00
a17a21b55f
shibarium: add heimdall node ASSET (cometbft.Dockerfile, init.sh)
2026-06-19 05:25:31 +00:00
aefcd41a88
status sweep: cap check-health per node (timeout) so one stuck node can't wedge fleet rpc-update
...
A hung check-health.sh (aztec-testnet, looping on an unresponsive reference RPC)
blocked show-status.sh's parallel 'wait' for 3.5h, hanging the whole fleet
rpc-update and holding the deploy lock. Each curl was bounded (-m 3) and the
retry loop capped (3x), but the call itself wasn't time-bounded.
- sync-status.sh: wrap each check-health.sh call in 'timeout ${HC_TIMEOUT:-30}'
(-> exit 124 + 'timeout' status on overrun).
- show-status.sh: wrap the whole per-node sync-status.sh call in
'timeout ${SYNC_TIMEOUT:-60}' so the parallel wait can never block forever.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-19 03:57:18 +00:00
9ee59cf9fa
deploy: regenerate compose from vibe-node main 9053889ed7bb
2026-06-19 03:45:34 +00:00
9ad7565f97
deploy: regenerate compose from vibe-node main f843789776db
2026-06-18 16:34:36 +00:00
sebastian
30e866802a
Merge pull request 'check-health.sh: retry logic for hash comparison (fix false-positive forked)' ( #8 ) from issue-42 into main
...
Reviewed-on: #8
2026-06-18 16:08:31 +00:00
c56542ade0
deploy: regenerate compose from parent main 1ecbe0739ddc
2026-06-18 15:19:10 +00:00
e9ed1c0cd3
check-health.sh: add retry logic for hash comparison to fix false-positive forked status
2026-06-18 14:49:34 +00:00
a3a78cb3be
deploy: regenerate compose from parent main 3cc8d26c8d58
2026-06-18 13:44:07 +00:00
7d00f3a1ce
deploy: regenerate compose from parent main 0abbb3abd857
2026-06-18 11:20:34 +00:00
6bb0b19f45
Harden restore-volumes.sh against silent restore truncation and incomplete-download skips
...
- BUG 1: Add error checking after tar extraction for both LOCAL and REMOTE-CACHE branches
- Check exit status of tar -I zstd -xf commands
- Print error to stderr and exit non-zero on failure
- Prevents silent truncation where corrupt/incomplete backup extracts partial data
- Mirrors existing remote-STREAM branch error handling
- BUG 2: Fix REMOTE branch to resume incomplete aria2c downloads
- Check for presence of <file>.aria2 control file as incomplete signal
- aria2c -c continues/resumes download when .aria2 file exists
- Only skip download when file exists AND no .aria2 control file remains
- aria2 deletes .aria2 sidecar on successful completion, making it a reliable signal
- Maintain all existing flags: aria2c -c -Z -x8 -j8 -s8 -d
- Preserve reth guard logic and static-file offload behavior unchanged
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-17 16:22:50 +00:00
6ddb18dbc5
Fix /slowdisk static-file offload: add reth guard and --keep-directory-symlink
...
- Add RETH GUARD to clone-backup.sh and clone-node.sh: when the config name
contains 'reth', skip the whole /slowdisk static-file symlink offload and
extract everything onto the primary disk (equivalent to --no-slowdisk).
This matches the already-correct restore-volumes.sh behavior.
Reason: reth refuses to start when its static_files directory is a symlink,
failing at boot with 'failed to create dir static_files: File exists'.
- Add --keep-directory-symlink to all tar extraction options in both scripts
for the SLOWDISK path. This allows tar to extract files THROUGH the
pre-created directory symlinks instead of trying to mkdir over them
(which fails with 'Cannot mkdir: File exists'). This matches the
already-correct restore-volumes.sh behavior.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-17 16:07:21 +00:00
27d0ea0d28
op/doma: rename celestia relay to op-alt, add mainnet op-alt relay, vendor mainnet rollup.json
...
- Rename doma testnet relay from celestia to op-alt (ghcr.io/celestiaorg/op-alt-da)
- Add op-alt relay for doma mainnet with image tag 0.15.0 (not v0.15.0)
- Vendor complete mainnet rollup.json with alt_da (GenericCommitment)
- Fix per-network relay settings: namespace + CELESTIA_*_RPC env vars
- Switch mainnet op-geth to use vendored rollup.json (bind-mounted)
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-17 14:02:34 +00:00
1944662053
op/doma/testnet: fix celestia relay image tag from v0.15.0 to 0.14.0-mocha
...
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-17 11:21:56 +00:00
fc03d6ddf6
op/doma/testnet: add Celestia Alt-DA support (celestiaorg/op-alt-da:v0.15.0)
...
- Add relay template (templates/relays/celestia.doma.yml) for op-alt-da
- Add celestia relay config to op/doma stack in context.yml
- Add relay: celestia to op/doma testnet in config.yml
- Add op-node.doma.yml template with ALTDA env vars gated on relay_name
- Update op/doma/testnet/rollup.json with complete config including alt_da block
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai >
2026-06-17 10:40:59 +00:00
4ea0bed344
doma-testnet: vendor rollup.json with chain_op_config
...
Conduit's testnet rollup.json (doma-dev-ix58nm4rnd) omits chain_op_config,
crashing op-node v1.19.0 with 'cfg.Rollup.ChainOpConfig is nil'. Vendor a
complete rollup.json (chain_op_config eip1559 6/50/250, confirmed identical
in mainnet rollup.json and testnet genesis optimism config) plus the
post-fjord fork times baked in, mounted via custom_config so op-node uses
the local file instead of curling Conduit's incomplete one.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-17 02:50:29 +00:00
f4b42ff530
doma-testnet: add op-reth variant on conduit-op-reth (chain 97476, L1 sepolia)
...
Doma testnet (Conduit slug doma-dev-ix58nm4rnd) on Conduit's purpose-built
conduit-op-reth image - better-tested for Conduit chains than upstream op-geth.
Fork times granite/holocene/isthmus/jovian (missing from Conduit's bare
rollup.json) supplied via env/op/doma/testnet/node.env. Experiment to validate
a clean canonical sync before redoing mainnet on op-reth.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-17 02:31:25 +00:00
9921391cfa
doma-mainnet: add OP_NODE_OVERRIDE_JOVIAN=1769065201 (Conduit rollup.json omits it)
...
Conduit's bare rollup.json for doma-mainnet omits jovian_time entirely, but the
EL genesis activates Jovian at 1769065201. Without the override op-node has no
Jovian fork time and mis-derives at the boundary (chain forks off canonical).
Same fix pattern as bob-sepolia. Override comes from env/op/doma/mainnet/node.env.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-17 01:39:58 +00:00
cd7f05997b
berachain: bump beacon-kit v1.3.4 -> v1.4.0-rc3 (Bepolia Fusaka/Fulu fork)
...
Bepolia activated the Fusaka/Fulu hard fork at 2026-05-27 16:00 UTC (unix
1779897600), which ships new EVM-inflation-withdrawal values. beacon-kit
v1.3.4 (pre-fork) crash-loops replaying the fork-boundary block 20513284:
'first withdrawal is not the EVM inflation withdrawal' (RestartCount 3742 on
us-41). The EL (bera-reth v1.4.0) already speaks the Fusaka engine API
(newPayloadV4P11 etc.) and accepted the post-fork block, so only the CL is
behind. v1.4.0-rc3 sets the Fulu fork time + new inflation values. Applies
to all berachain chains' beacon-kit default; only bepolia is deployed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-17 00:54:30 +00:00
5fda0b60bc
telegraf: run as root + bypass gosu drop to read docker.sock GID-independently
...
The container ran as user 0:994 and accessed the docker socket via group
membership, but the host docker group GID is auto-assigned and varies per
host (e.g. uk-8 is 988, not 994), so the hardcoded gid silently breaks
telegraf's docker input wherever it differs (uk-8 was in a restart loop:
permission denied on /var/run/docker.sock). Run as root (0:0) with
entrypoint [telegraf] to skip the image's gosu privilege-drop, so telegraf
reads the socket as its owner regardless of the host docker gid. Works
uniformly fleet-wide; no regression on hosts where the gid happened to match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 15:11:26 +00:00
fe94f3b605
doma: op-node consensus-layer sync (node_sync)
...
op-geth was stuck at genesis (block 0, 0 L2 peers for 31h) because execution-layer
snap-sync had no peers. node_sync=true -> OP_NODE_SYNCMODE=consensus-layer (derive
L2 from L1) + geth --syncmode=full. Diagnosed by cursor on de-13.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 14:23:25 +00:00
9ce0e14cd6
Revert "monitoring: enable cadvisor diskIO metrics"
...
This reverts commit a5081013f3 .
2026-06-16 10:17:23 +00:00
941a0aa691
Revert "monitoring: run node_exporter on host network"
...
This reverts commit d48713cb15 .
2026-06-16 10:10:01 +00:00
d48713cb15
monitoring: run node_exporter on host network
...
netdev (netlink) was reading the container's own veth (idle) -> node_network_*
showed ~0 on every host. Host network lets it see real host interfaces, so
bandwidth (egress vs tariff quota) works. Removed networks/expose (exclusive
with network_mode:host).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 10:06:55 +00:00
a5081013f3
monitoring: enable cadvisor diskIO metrics
...
Adds diskIO to cadvisor --enable_metrics so per-container disk read/write
(container_fs_reads/writes_bytes_total) is exposed — lets node attribution
name which node is the noisy IO neighbor, not just flag the host.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 10:01:33 +00:00
6d65582af4
monitoring: scrape cadvisor/nodeexporter/telegraf at /metrics not /
...
prometheus-scrape.metrics_path was '/' which made prometheus-docker-sd scrape
the HTML root and fail with 'INVALID is not a valid start token', leaving the
targets up=0. Fixes per-container (cadvisor) + host (node_exporter) metrics so
they can be wired into the DRPC insights MCP for per-node resource attribution.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 09:06:57 +00:00
2761625c15
utils: add mint-grafana-service-account-token.sh
...
Mint a Viewer Grafana service-account token on a host and print it to stdout,
so each box's local Grafana (dshackle + node_exporter + cadvisor) can be wired
into the DRPC insights MCP (grafana_servers.yaml). Idempotent SA, fresh token
per call.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 08:59:46 +00:00
1134a3774a
sync-status: dRPC-homogeneous block-lag status + fix never-used reference fallbacks
...
Match the dRPC gateway's per-chain "how many blocks behind is ok" model instead of a
fixed 2s/5s timestamp tolerance:
- check-health.sh: compare the reference head vs local head by BLOCK NUMBER and classify
with the chain's dRPC lag thresholds (LAGGING_LAG/SYNCING_LAG, in blocks, from
chains.yaml). dRPC uses the two thresholds inconsistently across chains (sometimes
lagging<syncing, sometimes the reverse) so the smaller is the online boundary and the
larger the syncing/drop boundary. Defaults 2/6 when a chain has no thresholds.
- multicurl.sh: also skip responses with result:null (a lagging endpoint lacking the
requested block) so the fallback reference URLs are actually tried. Previously the first
endpoint's {"result":null} was accepted as success -> fallbacks never ran, and the null
reference hash made check-health report false "forked" (the online/forked flapping).
- sync-status.sh: resolve the lag thresholds (by drpc slug or chain id) and export
LAGGING_LAG/SYNCING_LAG.
- reference-rpc-endpoint.sh: add --lags and --block-time-ms lookups.
- reference-rpc-endpoint.json: regenerated with per-chain block_time_ms + lagging_lag +
syncing_lag (additive).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 05:55:55 +00:00
df6c17f5cc
arb nitro minimal: prune-cycle model (.prune.yml --init.prune=minimal)
...
Revert to the prune-cycle model for minimal nodes: the normal compose serves
RPC with no --init.prune, and a generated .prune.yml runs --init.prune=minimal,
driven periodically by prune-if-prunable (same mechanism as pruned/full). Minimal
nodes are seeded from a pruned backup, then pruned to minimal.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 05:43:09 +00:00
577ac5d7f2
bsc minimal: disable eth_getProof on dshackle upstream
...
Minimal BSC nodes lack the state to serve eth_getProof and return
"header not found" (especially while catching up after a restart). The
drpc gateway probes eth_getProof and marks the WHOLE upstream unavailable
on failure, so e.g. bsc-mainnet-bsc-minimal on us-32 showed unavailable in
US-East despite the node being online and at head.
Disable eth_getProof on bsc minimal upstreams only (network=bsc,
db_type=minimal) so they stay available for every other method. Archive/
pruned bsc and all other nodes keep serving getProof.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 05:29:55 +00:00
677a98d9bd
xlayer: archive-only reth on OKX xlayer/op-reth image + snapshot reth.toml
...
X Layer mainnet/testnet op-reth now use the OKX xlayer/op-reth:v0.0.4.1 fork
(generic op-reth can't read the X Layer DB format), the image's built-in
xlayer-<network> chain spec, --rpc.legacy-url for post-snapshot history gap-fill,
and the OKX archive-compatible reth.toml (light pruning only: merkle_changesets
distance=10064). Switched the reth profile from full_trace to archive_trace and
deleted the pruned variants — a "pruned" compose over archive snapshot data
crash-loops on a block-height mismatch. Requires the official OKX reth snapshot
pre-loaded into the volume; do NOT sync from scratch.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 04:35:28 +00:00
fd283122f5
arb nitro minimal: self-prune via --init.prune=minimal in normal compose
...
Correct the minimal-node model: the minimal compose itself carries
--init.prune=minimal (prunes to genesis+head on start) instead of relying on a
separate .prune.yml — otherwise a minimal node was byte-identical to pruned in
normal operation and had no way to enforce minimal state. Removed the redundant
minimal .prune.yml files.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 04:19:09 +00:00
95f9da1e73
bob-sepolia: consensus-layer sync + debug_geth L1 + Jovian override (unstick)
...
op-node was following the sequencer tip in execution-layer mode while op-reth stayed
at genesis (blocks buffered, never canonical). Switch to consensus-layer sync so
op-node drives L1 derivation, add op-reth --disable-discovery, and use debug_geth
(eth_getBlockReceipts) for the L1 RPC kind — "basic" per-tx receipts hit "receipt 0
has unexpected nil block number" on the Sepolia L1 endpoint. OP_NODE_OVERRIDE_JOVIAN
=1772548201 is belt-and-suspenders (jovian_time already in rollup.json). Applies to
all bob-sepolia EL variants. Regenerated from the vibe-node generator.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 04:14:34 +00:00
fbd498aaa2
superseed-sepolia: consensus-layer sync + debug_geth L1 + drop genesis blob fields
...
op-reth/op-geth sepolia now run op-node consensus-layer sync (empty DB is never
P2P-backfilled) with --disable-discovery, derive L1 via debug_geth against an
operator-set full-history Sepolia RPC (SUPERSEED_SEPOLIA_L1_EXECUTION_RPC, falling
back to ETHEREUM_SEPOLIA_EXECUTION_RPC), and serve a genesis.json with the invalid
top-level excessBlobGas/blobGasUsed nulls removed (eip1559DenominatorCanyon=250
retained). Regenerated from the vibe-node generator.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 04:05:05 +00:00
ad56365253
cometbft: WS Upgrade matcher case-insensitive + ct_ensure_wasm + statesync-skip-if-data
...
Per cursor cosmos handoff. (1) Traefik WS router rule Headers(Upgrade,websocket) is
case-SENSITIVE -> clients sending 'Upgrade: WebSocket' (python websocket-client) fall
through to the RPC router (200/400 not 101). rpc-client.yml now emits
HeadersRegexp(Upgrade,(?i)websocket) for all split-WS chains; regenerated cosmos+avalanche.
(2) Refactor into cometbft-common.sh: ct_configure_statesync skips if data/application.db
exists; new ct_ensure_wasm seeds CosmWasm/IBC-08 wasm (statesync omits them). init.sh calls
both. README documents wasm/version/WS gotchas. 45 other split-WS composes get HeadersRegexp
on their next regen.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 03:27:19 +00:00
c07fb81a56
op-node: default L1 RPC kind basic -> standard (eth_getBlockReceipts)
...
Our L1 geth (e.g. rpc-de-31 ethereum-mainnet-geth) returns null for the
per-tx receipt path on historical blocks but serves eth_getBlockReceipts
fine. op-node's 'basic' kind only uses the per-tx batch, so chains
deriving from genesis (e.g. Katana) hit the broken path immediately;
chains already synced past it don't. 'standard' uses eth_getBlockReceipts
and keeps the per-tx batch as fallback (strict superset of 'basic'), so
it is safe for every OP-stack node.
Flips OP_NODE_L1_RPC_KIND default across all 176 op-node compose files.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 03:26:02 +00:00
576530e68f
gaiad: v27.4.0 + statesync-skip-if-data + wasm-snapshot seed (port cursor host fix)
...
Live chain is v27.4.0 (abci_info); v25.3.2 halts at the v26/v27 upgrade heights (ghcr
lags but v27.4.0 IS pullable). Statesync omits CosmWasm + IBC 08-wasm files -> gaia panics
'wasmlckeeper failed initialize pinned codes / Error opening Wasm file'. init.sh now: skip
statesync if data/application.db exists (idempotent restart, preserves a restored snapshot);
on fresh statesync, seed wasm from polkachu cosmos_wasmonly.tar.lz4. Porting cursor's host
fix into the repo (host /root/rpc edits get reverted by run-rpc-update re-clone).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 03:08:02 +00:00
b4922e7fd3
gaiad: traefik split-WS router -> /websocket (CometBFT WS endpoint)
...
dshackle's WS head subscription hit the RPC root (got HTTP 200, not a WS upgrade).
Set client_ws_path=/websocket -> rpc-client.yml emits the avalanche-style priority-100
WS router (Header Upgrade:websocket -> replacepath /websocket) so WS reaches CometBFT's
/websocket. RPC router unchanged (stripprefix -> root).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 01:53:12 +00:00
48683cabba
arb nitro: add minimal-prune node variant (--init.prune=minimal)
...
New minimal profile for arbitrum one/nova/sepolia: a pruned-style node whose
prune cycle uses --init.prune=minimal (most aggressive: genesis+head only)
instead of full. Separate composes so it can be tested independently of the
production pruned nodes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 13:34:22 +00:00
814afc05af
gaiad: lead client_staticpeers with polkachu statesync node (direct IP, serves snapshots)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:56:56 +00:00
68d77df969
gaiad: set client_staticpeers to live cosmos peers (statesync peer discovery)
...
The polkachu seed was refusing -> 0 peers -> statesync couldn't discover snapshots.
Use client_staticpeers (cosmos-hub is a CLIENT in our stack) with 8 live peers from
polkachu /net_info. Template now reads client_staticpeers/client_bootnodes (standard attrs).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:52:57 +00:00
0df57827f2
cometbft statesync: fix rpc_servers/trust_height/trust_hash (underscore, not hyphen)
...
CometBFT config.toml uses underscore keys; the sed targeted hyphens (rpc-servers etc.)
so they never matched -> rpc_servers stayed empty -> 'at least 2 RPC servers required,
got 0'. Now section-anchored to [statesync] + [_-] tolerant. (This is also why sei
never held chainhead — same hyphen bug in its bespoke init.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:45:42 +00:00
e8dafa1383
prune: regenerate matching-version .prune.yml + add avalanche offline-pruning
...
Fixes prune-version drift that corrupted nodes (prune ran an older nitro binary
than the node). All .prune.yml now regenerate from the same config as the normal
compose via client_needs_prune.
- arb nitro: nova/one/sepolia .prune.yml bumped to the node's version (v3.10.1)
- avalanche: add .prune.yml variants that mount a /config/prune chain-config with
offline-pruning-enabled, plus avalanche/{mainnet,fuji}/prune/C/config.json
- archive profiles are excluded (db_type==pruned gate) so they are never pruned
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:40:10 +00:00
fc0bd40523
gaiad: drop invalid --api.*/--grpc.* start flags (printed help + exited)
...
CometBFT RPC :26657 (the dshackle upstream) is served via rpc.laddr regardless;
minimal 'gaiad start --home --minimum-gas-prices' is the valid invocation.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:39:47 +00:00
55433a4822
cosmos: fix CometBFT RPC .result wrapping in statesync + sync-status helpers
...
ct_configure_statesync read .block.header.height (null — CometBFT wraps in .result) so
statesync silently skipped -> gaiad fell back to genesis replay (panic). Use
'.result.X // .X' (robust to wrapped/unwrapped). Same fallback in check-health --cosmos.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:36:47 +00:00
0c67fe451b
gaiad: drop hardcoded p2p port (auto-assign to avoid host collision w/ morph 26656)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:32:45 +00:00
71345092f9
cosmos-hub (gaiad): add compose + init.sh + cometbft.Dockerfile
...
First pure-cosmos chain (validates the §2 cometbft-common.sh lib via real gaiad init).
Single-binary CometBFT client serving :26657 (dshackle chain=cosmos-hub). Statesync
bootstrap (polkachu) since genesis-replay across gaia governance upgrades is impractical.
gzipped genesis. v25.3.2 (live chain version; registry's v27.4.0 not on ghcr). Params
(chain_id/genesis_url/statesync_rpc/seeds/min_gas) from context.yml.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:30:07 +00:00
78c78f5079
sync-status: add cosmos/CometBFT handler (gaiad + cosmos batch)
...
Cosmos-hub has NO EVM RPC — eth_blockNumber checks don't apply. Add a --cosmos
handler that probes the CometBFT /status method: sync_info.catching_up=false =>
online, else syncing; optional head-gap check vs the drpc reference. sync-status.sh
dispatches protocol=cosmos -> check-health.sh --cosmos. eth/starknet/aztec untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:15:54 +00:00
9566a6d23f
morph: init container also mkdir /db/data + seed priv_validator_state.json
...
morphnode panics (open /db/data/...: no such file) without the data dir + initial
validator state. EL healthy; this unblocks the CL.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:05:22 +00:00
2adce4cf5a
morph: rename node morph-node->morph; add CL config seed (config.toml+genesis.json)
...
morphnode --mainnet does NOT self-generate config (crash: Config File not found in
/db/config). Add init container that seeds the committed morph/mainnet/node-data/config/
(config.toml + genesis.json, from run-morph-node) into /db/config (no-clobber). Node
renamed morph-node -> morph (cleaner; vol _morph, MORPH_MAINNET_MORPH_* env).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 12:02:56 +00:00
f4ce85bbcd
morph-mainnet: add generated compose (Scroll-l2geth EL + op-node-style CL)
...
EL morph-geth (go-ethereum 2.2.3, --morph --morph-mpt, archive leveldb/hash/mpt,
pure EL driven via engine API) + CL morph-node (node:0.5.7, env-driven, derives from
eth-mainnet L1). Params from authoritative morph-l2/run-morph-node. Fresh L1 derivation.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 11:52:26 +00:00
535f51bda2
cometbft: add reusable family-C bootstrap library + docs
...
Generalizes the berachain beacon-kit init pattern into cometbft-common.sh (sourced
helper lib) so morph-node, gaiad/cosmos batch, shibarium and the EVM-cosmos chains
(haqq/sei/zero-gravity) become thin init.sh overrides. Validated against the real
init flows of beacon-kit, haqq, sei, zero-gravity. README.cometbft.md documents the
pattern (per-chain Dockerfile + thin init.sh + context). berachain stays on its own
beacon-kit.yml (untouched).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 11:26:06 +00:00
fa3f96382c
base: bump node-reth client + op-node v0.16.1 -> v1.1.0 (Storage V2 / reth 2.3.0-dev)
...
For de-33 base V1->V2 migrate-v2 experiment. Global pin per operator;
de-13 prod base only moves on its next run-rpc-update.
2026-06-15 11:16:49 +00:00
237ec1d2e1
apechain: pin official Caldera image apechain-v3.5.6 (revert DAC flip)
...
Generic nitro v3.10.1 strictly refuses DA on a DAC=false chain, so DAC=true
override did not work (confirmed live: node still errored 'AnyTrust DA usage
set to false'). ApeChain's canonical config is DAC=false; its official build
public.ecr.aws/i6b2w2n6/nitro-node:apechain-v3.5.6 accepts DAC=false + AnyTrust
DAS. Revert DAC to false (canonical) + keep das rest-aggregator.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 11:03:14 +00:00
110c3483cd
apechain: enable AnyTrust DAS reader (it IS AnyTrust, not pure rollup)
...
Live node was 'forked', looping 'no AnyTrust reader configured for AnyTrust
message (header byte 0x88)'. ApeChain (Caldera) posts AnyTrust DA certs; the
earlier 'pure rollup' fix removed the DAS reader. Set chain-config
DataAvailabilityCommittee=true (matching every other AnyTrust chain in repo,
required by nitro v3.10.1 when DA enabled) and add das rest-aggregator
https://apechain.calderachain.xyz/rest-aggregator (from official Caldera node config).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 10:52:30 +00:00
0838787aa8
katana-mainnet: add Jovian (1773066601) fork override for op-geth + op-node
...
Conduit rollup.json omits post-Fjord fork times; chain is past Jovian so
without it op-geth/op-node mis-execute/mis-derive at the boundary.
2026-06-15 10:38:58 +00:00
be54c7d7cd
Revert "superseed-sepolia: add Karst hardfork time (1781712001 = 2026-06-17 16:00:01 UTC)"
...
This reverts commit ec702984f1 .
2026-06-15 10:36:35 +00:00
ec702984f1
superseed-sepolia: add Karst hardfork time (1781712001 = 2026-06-17 16:00:01 UTC)
...
OP Sepolia network-wide Karst activation. op-node v1.19.0 (pinned) and
conduit-op-reth:latest are Karst-aware; op-node v1.17.0 introduced Karst.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 10:29:17 +00:00
a032f3c9d6
apechain: drop AnyTrust DA flags (it is a pure rollup, DAC=false)
...
nitro crash-looped: 'AnyTrust DA usage for this chain is set to false but
--node.da.anytrust.enable is set to true'. apechain posts data to Arbitrum One,
not a DAS. Regenerated without DA flags; added parent-chain-is-arbitrum:true to
the chain-info. Derives batches from the Arbitrum One parent + sequencer feed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 09:55:40 +00:00
e68c802d7c
Add apechain-mainnet nitro node (Arbitrum Orbit L3 on Arbitrum One)
...
ApeChain chain 33139, parent Arbitrum One (42161), Caldera infra, $APE gas.
baseConfig.json chain-info from the official Constellation replica nodeConfig
(ArbOS 31, owner 0x5737..601c, full rollup contract set). das/feed/sequencer
point at Caldera; parent-chain = ARBITRUM_ONE_EXECUTION_RPC (no L1 beacon).
pruned-pebble-path + archive-pebble-hash profiles.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 06:45:51 +00:00
450c9d7874
Restore full reference-rpc-endpoint.json (filtered gen truncated it)
...
The doma --filter run regenerated this global aggregate from only the
doma subset, emptying it. Restore the complete file; doma resolves via
its dshackle label so no reference-endpoint entry is required.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 05:52:52 +00:00
1afe87fe12
Add doma-mainnet op-geth node (Conduit OP-stack, chain 97477)
...
Conduit OP-stack L2 on Ethereum mainnet L1. Canyon-at-genesis; op-geth
ingests the Conduit genesis.json directly (no op-reth hash pitfall).
Config served from Conduit slug doma-mainnet-qvzsfv8nv0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 05:51:18 +00:00
b24c0f12dd
clone-node/clone-backup: add --no-slowdisk override for /slowdisk offload
...
Mirror the restore-volumes.sh --no-slowdisk capability for live/backup clones.
Both scripts gate the target /slowdisk static-file offload on the target's
SLOWDISK env (case-insensitive, matches the Python-templated 'True') and accept
a --no-slowdisk flag that forces the offload off for one run. When SLOWDISK is
on but the target /slowdisk is too small for the static files, the clone warns
and aborts, telling the operator to re-run with --no-slowdisk.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 05:43:45 +00:00
baf26b234f
static-file size/manifest: match offloaded (symlinked) dirs + show offload indicator
...
find -type d skipped static dirs that are already offloaded (a symlink to /slowdisk is type
l, not d) — so show-static-file-size.sh reported zero static for an offloaded node (e.g. bob
on de-35), and backup-node.sh would drop them from the manifest (breaking re-offload on the
next restore). Match dirs AND symlinks now (root-level entries too).
show-static-file-size.sh also tags each static dir with its location:
[OFFLOADED -> /slowdisk/...], [on-disk], or [BROKEN SYMLINK ...].
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 05:03:16 +00:00
57b5757a85
restore: SLOWDISK gate matches Python-templated "True" (capitalized)
...
The SLOWDISK value is emitted by Python templates as capitalized booleans (True/False), so
match "True" (also accept manual lowercase "true"); anything else = offload off. --no-slowdisk
sets SLOWDISK=False to override.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 04:58:13 +00:00
6c110c08ed
restore: gate offload on SLOWDISK=true (exact) with --no-slowdisk override
...
Use the single SLOWDISK env var from .env (already set to "true" on the dedicated-extra-disk
hosts, e.g. us-35). Offload runs only when SLOWDISK is exactly the literal "true" (case
matters) and the --no-slowdisk flag was not passed. --no-slowdisk forces it off even when
SLOWDISK=true (extra disk full). Replaces the prior NO_SLOWDISK inversion.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 04:50:06 +00:00
b9efcfe34d
restore: invert gate to NO_SLOWDISK (default true) + add --no-slowdisk override flag
...
Static-file offload gating, clearer semantics:
- NO_SLOWDISK defaults to TRUE (offload OFF) — safe default everywhere.
- A host with a real dedicated extra disk at /slowdisk sets NO_SLOWDISK=false in its .env
to ENABLE the offload.
- New --no-slowdisk CLI flag forces NO_SLOWDISK=true, overriding the .env false — for when
the extra disk exists but is full. Flag is parsed position-independently; the positional
args ($1 compose, $2 remote source) are preserved.
Offload runs only when NO_SLOWDISK is false AND the flag was not passed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 04:43:47 +00:00
3caa4ab873
restore: gate static-file offload on SLOWDISK env var (.env), not just /slowdisk presence
...
A `/slowdisk` directory exists on hosts even when it is just a folder on the root disk
(no dedicated extra disk) — offloading there gives no benefit. Source the host .env and
require SLOWDISK to be set (operator sets it only on hosts with a real extra disk mounted
at /slowdisk) before activating the static-file -> /slowdisk symlink offload. Unset =
normal extract everywhere. Target path stays /slowdisk (the fixed in-container mount).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 04:39:48 +00:00
a9e8fba794
static-file list: fleet-verified rewrite + root-vs-suffix matching
...
Verified static-file dirs across the reachable fleet via per-host cursor inspection
(de-13/14/16/22/27/30/31/32/35, us-16/41, uk-4). Findings:
- nitro freezers are network-prefixed (arbitrum-one/nitro/l2chaindata/ancient ... up to
1.3 TB), so the old chain/ and data/ prefixes matched nothing;
- missing: snapshots (erigon3/op-erigon/cosmos), lightchaindata/ancient, nested l2geth
geth/geth/chaindata/ancient, aztec archiver, nitro classic-msg/ancient;
- bare `ancient` matched nothing (all are nested).
List rewritten to canonical entries. Matching (backup-node.sh manifest + show-static-
file-size.sh) now: entry with NO slash = root-level only (so `snapshots` does NOT catch
postgres pg_logical/snapshots), entry WITH a slash = path-suffix via find -path "*/X"
(matches any prefix: network-prefixed nitro, nested datadirs). The manifest now records
the CONCRETE per-volume path so restore-volumes.sh recreates the exact symlink.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 03:22:26 +00:00
345538954d
restore/cleanup: implement static-file -> /slowdisk offload + free it on removal
...
restore-volumes.sh: pre-create static-file symlinks from the backup's .txt manifest so
the immutable ancient/freezer dirs land on /slowdisk (SSD) and extract THROUGH the
symlinks via tar --keep-directory-symlink (was --dereference, which clobbered them);
hot state stays on the primary disk. Cleans stale /slowdisk targets first (no leak on
re-restore). Safe fallbacks: no /slowdisk / no manifest / no static paths -> normal
extract. Reth excluded (reth dropped whole-dir static-file symlinks).
volume-utils.sh: add delete_slowdisk_targets_for_key() — follows a volume's symlinks and
sweeps the rpc_<key>__data_ pattern under /slowdisk (matches delete-volumes.sh).
cleanup-volumes.sh: free the /slowdisk static data before docker volume rm (was leaking),
and fix the fragile substring used/unused match to an exact name match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 03:05:04 +00:00
f39e09dac0
hemi mainnet: fix op-geth/op-node startup crashes
...
- op-geth: drop stray trailing ` \` on --hvm.genesisheader and
--tbc.leveldbhome (the backslash was decoded as part of the hVM
genesis header -> "invalid byte U+0020 ' '" crash)
- op-node: add OP_NODE_OVERRIDE_ECOTONE/CANYON/DELTA=1725868497
(rollup.json carries only regolith_time; without these the later
fjord override tripped "fork fjord set but prior fork ecotone missing")
- op-node: OP_NODE_BSS_WS no longer wrapped in literal quotes
- bump to Hemi's current pins (mainnet is past isthmus/holocene):
op-geth 05d4d8f, op-node 7c70d2d
Values mirror hemilabs/hemi-node mainnet scripts/gen.sh + config.json.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-15 02:27:32 +00:00
3c4492179c
arc: Malachite CL is now a proper node component (arc-testnet-node)
...
Consensus service renamed arc-testnet-consensus -> arc-testnet-node: it is now
generated by templates/nodes/malachite.yml (node: malachite) instead of being
hacked into the arc client template's indexer block. Container body unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 02:19:36 +00:00
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
16057e4875
bob-sepolia: add Jovian to EL genesis; drop redundant op-node override
...
genesis.json had no jovianTime, so op-geth/op-reth never activated Jovian
and op-node rejected Jovian-era L1-info txs ("unexpected length"). Added
jovianTime=1772548201 to the genesis config (EL source of truth for both
geth and reth). Removed OP_NODE_OVERRIDE_JOVIAN from the op-node env: the
local rollup.json already carries jovian_time, making the override redundant.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 06:28:01 +00:00
36b8243a03
op-reth: emit --disable-discovery (not --nodiscover) for node_sync nodes
...
op-reth rejects geth's --nodiscover flag, which the op-geth base template
emits for node_sync nodes. Use reth's --disable-discovery instead.
- hashkeychain-testnet: now node_sync/consensus-layer (was execution-layer
with an empty DB, which could not backfill) + --disable-discovery
- xlayer mainnet/testnet (archive+pruned): --nodiscover -> --disable-discovery
(these were latently broken on restart)
Fix lives in the op-reth.yml base template so all reth nodes are covered;
the redundant override in op-reth.boba.yml was removed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 06:18:55 +00:00
10deed7819
superseed-sepolia op-reth: use conduit-op-reth image + historicalrpc
...
Chain 53302 is legacy Canyon-at-genesis (block 0 has no Shanghai
withdrawalsRoot). Upstream op-reth always injects it and computes the wrong
genesis hash 0xfa6f21ae vs canonical 0x7274a90e, so it crash-loops against
the DB. conduit-op-reth has legacy-Canyon genesis compatibility for 53302.
Regenerated from context.yml (reth client_image override) + op-reth.yml
template (historicalrpc for superseed-sepolia fresh-sync backfill).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 06:10:06 +00:00
31309aaac3
bob-sepolia: use local genesis/rollup for all variants, drop Conduit URLs
...
Conduit's downloaded genesis.json/rollup.json are faulty (rollup.json
lacks chain_op_config + post-Fjord fork times, crashing op-node v1.19.0).
The fixed configs live in op/bob/sepolia/. Removed the client_genesis /
node_rollup_json Conduit URLs from context.yml and regenerated, so all 7
bob-sepolia composes (geth + reth) now bind-mount ./op/bob/sepolia:/config
and drop the curl-from-Conduit init containers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 05:45:55 +00:00
be1f8d33b9
superseed-sepolia: add pectra_blob_schedule_time + fix eip1559DenominatorCanyon
...
op-node was crashing post-Jovian and the rollup/genesis configs were missing
two fields present in the live sequencer (sepolia.superseed.xyz
optimism_rollupConfig):
- rollup.json: add pectra_blob_schedule_time=1742486400 (L1 Sepolia Pectra)
- genesis.json: eip1559DenominatorCanyon 0 -> 250 (match chain_op_config)
Verified against the live sequencer. Fixes op-node 'unexpected length: 178'
L1-info parse error. karst_time not yet published by the sequencer (Karst
Sepolia ~2026-06-17 16:00 UTC) - to be added once available.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 05:26:56 +00:00
4209d46ba7
Fix bob-sepolia op-reth-pruned-trace: local rollup config for op-node v1.19.0
...
Conduit's rollup.json lacked chain_op_config and fork times required by op-node v1.19.0, causing a crash loop. Mount op/bob/sepolia locally (genesis + rollup) and drop Conduit init containers.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 07:10:29 +02:00
ff49dc92f5
bob-sepolia: force OP_NODE_OVERRIDE_JOVIAN; drop stale op/bob.by backup
...
bob-sepolia is past the Jovian hardfork (jovian_time=1772548201). Conduit's
downloaded rollup.json omits jovian_time, so op-node misparsed the 178-byte
Jovian L1-info deposit txs ("data is unexpected length: 178") and the node
stalled at genesis. Add OP_NODE_OVERRIDE_JOVIAN to all bob-sepolia variants.
Remove op/bob.by: an unused local genesis/rollup backup. Source of truth is
the genesis/rollup downloaded from the Conduit URLs in context.yml.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-14 03:16:25 +00:00
db59f360ca
boba op-reth: --disable-discovery (op-reth v2.3.0 rejects geth's --nodiscover) for node_sync
2026-06-14 02:43:45 +00:00
44783dfb16
arc-testnet: run containers by numeric uid 0 (distroless images)
...
Circle's arc-execution/arc-consensus images are distroless with only the
`arc` user and no `root` entry in /etc/passwd, so `user: root` failed with
"unable to find user root". Run by numeric uid 0:0 instead (no passwd
lookup needed; root can write the root-owned named volumes).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 02:19:47 +00:00
84d119219c
Add Arc testnet node (Circle L1): arc-execution EL + arc-consensus CL
...
Generated compose for the new `arc` client. Single self-contained stack:
3 init containers (snapshot download ~84GB, CL key init, socket prep) +
EL (reth-fork, http RPC behind traefik /arc-testnet, dshackle upstream
chain: arc-testnet) + CL (follows relay endpoints, drives EL over shared
IPC sockets). Images pulled anonymously from Circle's public Cloudsmith
registry at 0.7.2. Positional subcommands pinned in entrypoint so
process_yaml's command-sorting can't reorder them.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-14 02:07:37 +00:00
97d2cfe4aa
op-reth sepolia fixes: superseed Jovian fork times, Karst v2.3.1 bump, op-sepolia/soneium template fixes
...
- superseed-sepolia: add holocene/isthmus/jovian fork times to rollup.json (CL)
and genesis.json (EL). jovian_time=1768978801 is superseed's chain-specific
activation (verified live via sepolia.superseed.xyz optimism_rollupConfig);
the official superseed-xyz/node repo + the old committed config both lacked it,
causing op-node "failed to parse L1 info deposit tx ... unexpected length: 178".
- op-reth v2.3.0 -> v2.3.1 across all op-reth composes (Karst-mandatory release,
Sepolia activation Jun 17 2026 16:00 UTC).
- op-sepolia: --chain=optimismsepolia -> optimism-sepolia (invalid chain spec
prevented op-reth from starting).
- soneium-minato-sepolia (reth/geth/erigon): L1 upstream vars now resolve to
ETHEREUM_SEPOLIA_* (were ETHEREUM_MINATO-SEPOLIA_*, nonexistent -> no L1 RPC);
state-cache shell var de-hyphenated; pectra blob-schedule override now emitted.
NOTE: superseed karst_time not yet published by the chain; must be added before
Jun 17 2026 once superseed announces it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-13 15:06:42 +00:00
9958d4e50d
boba-mainnet op-reth: upstream op-reth + vendored patched chainspec (reth-config.json, bedrockBlock=1149019); revive boba on reth from Boba's snapshot (op-geth EOL 2026-05-31)
2026-06-13 14:32:28 +00:00
c4a61bf35c
Add op-reth sepolia testnets: unichain-sepolia (registry chain), superseed-sepolia (custom genesis) — Superchain Jun-19 fork fallback
2026-06-13 11:50:30 +00:00
cb556f9df8
Add op-reth variants: unichain-mainnet, hashkey mainnet+testnet (Superchain op-geth->reth migration); add hashkey mainnet config (chainid 177, mainnet.hsk.xyz) which also fixes the previously-empty geth/erigon mainnet composes
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-13 05:41:41 +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
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
goldsquid
d2c140bc28
fix
2026-06-04 19:06:56 +07:00
goldsquid
4fa3ab857b
fix
2026-06-04 18:55:06 +07:00
goldsquid
a2f4f86dbf
fix
2026-06-04 18:48:42 +07:00
goldsquid
3d8b2e26b9
fix
2026-06-04 18:46:16 +07:00
goldsquid
1ad017b27c
fix
2026-06-04 18:43:50 +07:00
goldsquid
27e15523cd
fix
2026-06-04 18:41:05 +07:00
goldsquid
69c306da55
fix
2026-06-04 18:39:30 +07:00
goldsquid
2ee964883f
relay update
2026-06-04 18:35:30 +07:00
goldsquid
a233937bb9
celo now with eigenv2
2026-06-04 18:21:46 +07:00
goldsquid
f973ab6002
can download the current genesis now
2026-06-04 18:00:14 +07:00
goldsquid
7505df8747
updatre celo assets
2026-06-04 17:38:17 +07:00
goldsquid
967b4bab25
hold the relay on the old version
2026-06-04 17:23:41 +07:00
goldsquid
486bf0b81a
update op-node
2026-06-04 17:08:48 +07:00
goldsquid
e6eb416f11
lets see
2026-06-04 17:06:41 +07:00
goldsquid
2c77800c94
update reth for gnosis and nimbus which didn't receive auto-updates for some reason
2026-06-04 15:38:51 +07:00
goldsquid
d37af5387c
override something
2026-06-04 15:05:28 +07:00
goldsquid
0d593e6eb2
override new default
2026-06-04 15:04:49 +07:00
goldsquid
ed094dbe11
fix
2026-06-04 14:37:14 +07:00
goldsquid
1bb1e3c8c3
weirdly I need to override the hardfork time
2026-06-04 14:36:40 +07:00
goldsquid
b53a6a41b5
some hardfork timestamps for bob
2026-06-04 14:26:24 +07:00
goldsquid
5fb687d6a3
fix
2026-06-04 13:32:39 +07:00
goldsquid
9a2aedaf51
fix
2026-06-03 14:43:27 +07:00
goldsquid
2efbc1d1b1
fix
2026-06-03 14:42:07 +07:00
goldsquid
f6392cfe1c
different binary
2026-06-03 14:36:27 +07:00
goldsquid
96e2c184eb
new base consensus
2026-06-03 14:33:07 +07:00
goldsquid
d86bceec3b
made bor archive pbss
2026-06-01 18:13:09 +07:00
6daffd04df
Update dshackle to v0.79.5
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-30 04:12:29 +00:00
e2b76be395
Update dshackle version: 0.79.2 -> 0.79.4
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-27 04:09:33 +00:00
20aeedbc9c
fix(rskj): traefik should hit nginx wrapper on port 80, not rskj client on 8545
...
The rskj compose has an nginx proxy wrapper in front of the rskj client.
The wrapper listens on port 80 and proxies to rskj:8545 internally (this is
required because rskj's hosts whitelist is hard-coded to localhost only,
so traefik forwards must look local to rskj). Traefik labels were pointing
to port 8545, hitting the rskj client directly, which rejected the request
because the Host header didn't match localhost.
Fix: traefik loadbalancer.server.port now 80 for both rootstock-mainnet
and rootstock-bamboo (mirrors the parent rpc-client.yml template's
existing client_proxy_required logic, which the rskj client template
inadvertently dropped).
Verified on de-31: rootstock-mainnet eth_blockNumber returns block
8,872,189 after the fix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 15:55:50 +00:00
459e90e187
Update versions: erigon3 v3.4.2, external-node v29.17.0, prysm v7.1.4, dshackle v0.79.2
...
- erigon3: v3.4.1 -> v3.4.2 (ethereum, gnosis, linea)
- external-node: v29.17.0-alpha -> v29.17.0 (zksync-era, abstract, lens)
- external-node sophon: v29.1.0 -> v29.17.0
- prysm: v7.1.3 -> v7.1.4
- dshackle: 0.79.1 -> 0.79.2
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-23 04:09:34 +00:00
0c8b4089fc
Update external-node to v29.17.0-alpha (abstract, lens, zksync-era)
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-21 04:09:01 +00:00
e8a4d65c52
Update dshackle to v0.79.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-20 04:09:08 +00:00
a7ee7448d8
Update nitro to v3.10.1-d7f07be
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-19 04:11:47 +00:00
2e08603b67
Update versions: dshackle 0.78.7->0.78.8, bitcoin-cash 0.33.3->0.33.4
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-16 04:08:39 +00:00
76c441e2bb
Update versions: bor 2.7.3->2.8.0, erigon3 v3.5.0->v3.6.0 (polygon), reth v1.2.0->v1.2.1 (gnosis)
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-15 04:11:53 +00:00
31de6192df
Update dshackle 0.78.6 -> 0.78.7
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-14 04:09:28 +00:00
705e79626c
arb/nitro: drop obsolete --node.da-provider.* and DA inbox/parent-url flags
...
These flags were removed in Nitro v3.10 and cause Fatal config errors on
startup. Affected chains use AnyTrust DAS via REST aggregator without a
separate relay (orbit-no-relay branch):
- alephzero (mainnet+sepolia)
- connext-sepolia
- everclear-mainnet
- opencampuscodex-sepolia
- playblock-mainnet
- plume (mainnet+testnet)
- real-mainnet
The parent-chain node URL and sequencer-inbox-address are now auto-derived
from --parent-chain.connection.url. The --node.da-provider.* flag family is
gone entirely.
Verified live on rpc-de-13 (everclear): container Up, REST aggregator URL
accepted, head block loaded, RPC listening.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-14 03:44:35 +00:00
9d734b2825
Update versions: besu 26.4.0->26.5.0, rippled 3.1.2->3.1.3
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-13 04:08:16 +00:00
55614918e4
Update versions: geth v1.17.3, nitro v3.10.0, nimbus v26.5.0, gnosis-reth v1.2.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-12 04:08:18 +00:00
0f0859844b
Update viction node to v2.6.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-11 04:09:43 +00:00
goldsquid
0dc8aa8358
new minimal bsc
2026-05-10 11:24:19 +07:00
5e53cc33a0
Update erigon3 v3.4.0 -> v3.4.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-10 04:08:53 +00:00
8e3656a3f8
Update versions: haqq v1.9.3->v1.9.4, dshackle 0.78.5->0.78.6
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-09 04:11:04 +00:00
dc8c73c264
Update versions: bitcoind 0.33.2->0.33.3, bor 2.7.2->2.7.3
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-08 04:08:02 +00:00
3b97b1bc55
Update versions: nitro v3.9.9-rc.3 -> v3.9.9-6b0af88-stripped, blast-sepolia sepolia-v1.4.0 -> sepolia-v1.7.0, dshackle 0.78.4 -> 0.78.5
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-06 04:09:53 +00:00
67c08fe6c9
Rootstock: revert HOCON env-var sub - hardcode rpc-de-31 domain
...
${?DOMAIN} substitution caused rskj to crash with 'Can't read config'.
Hardcoding the host-specific domain for now (rootstock only runs on
de-31). For multi-host deployment later, would need a per-host
templated node.conf or a proxy that rewrites Host header.
2026-05-05 19:28:27 +00:00
7dc379dd05
Rootstock: include $DOMAIN in http hosts whitelist
...
rskj's hosts whitelist is exact-match (no wildcards). Use HOCON env-var
substitution ${?DOMAIN} to inject the per-host public domain into the
allowed list. Pass DOMAIN env var into the container via the rskj
template.
Allowed hosts list: [localhost, 127.0.0.1, ::1, ${?DOMAIN}]
- localhost variants for direct/internal access
- DOMAIN for traefik-forwarded requests (Host header = public domain)
2026-05-05 19:25:57 +00:00
bbb6205cb4
Rootstock: drop JVM -Dhosts.X props - let file config 'hosts = ["*"]' win
...
Setting hosts via -Dhosts.0=*, -Dhosts.1=*, etc creates an OBJECT in
HOCON (indexed entries), but rskj's schema expects LIST. Result: rskj
warns and falls back to default whitelist (localhost only).
Drop the hosts.X JVM properties entirely. The file /etc/rsk/node.conf
already declares hosts = ["*"] which IS a HOCON LIST. Without the JVM
override, the file value wins.
2026-05-05 19:16:27 +00:00
53697cb40d
Rootstock: override RSKJ_SYS_PROPS to allow Host: * in http whitelist
...
The rsksmart/rskj:VETIVER-9.0.1 image bakes an env var:
RSKJ_SYS_PROPS=-Drpc.providers.web.http.bind_address=0.0.0.0
-Drpc.providers.web.http.hosts.0=localhost
-Drpc.providers.web.http.hosts.1=127.0.0.1
-Drpc.providers.web.http.hosts.2=::1
These JVM -D system properties take precedence over /etc/rsk/node.conf
in HOCON, so the Host whitelist always resolves to {localhost,127.0.0.1,::1}.
Result: traefik routing to rskj at IP rootstock-mainnet-client:8545
arrives with Host header that doesn't match those three. rskj returns
HTTP 400, traefik translates to 502 Bad Gateway.
Override the env var in the compose template so the http hosts whitelist
contains '*' (any host). Traefik's ipallowlist middleware is the actual
gatekeeper. Affects rootstock-mainnet AND rootstock-bamboo.
2026-05-05 19:06:31 +00:00
abb3c4b189
Rootstock: hosts = ["*"] - allow all Host headers (was [])
...
VETIVER-9.0.1 enforces rpc.providers.web.http.hosts as a whitelist;
empty list / default rejects everything except 'Host: localhost'.
The traefik route uses 'customrequestheaders.Host=localhost' middleware
to rewrite the Host header, but that middleware appears not to be
applied for the rootstock route - real requests still arrive at rskj
with Host: rpc-de-XX.stakesquid.eu and rskj returns 400 Bad Request,
which traefik translates to 502 Bad Gateway.
Wildcard whitelist is fine here because traefik (with ipallowlist
middleware) is the actual gatekeeper.
Confirmed empirically: 'wget --header=Host:localhost' returns valid
JSON-RPC, anything else returns 400.
2026-05-05 18:56:08 +00:00
bc95c7e1a6
Rootstock: fix rpc.modules format for VETIVER (LIST -> OBJECT)
...
VETIVER-9.0.1 silently ignores rpc.modules when configured as a list of
{name,version,enabled} objects. Switch to canonical OBJECT format from
rskj's expected.conf:
modules = { eth { version = "1.0", enabled = "true" } ... }
Without this, the RPC server starts but no modules are registered, so
eth_blockNumber returns method-not-found and show-status flags as 'error'
even though the chain itself imports blocks fine.
Also added 'hosts = []' under rpc.providers.web.http (LIST per
expected.conf, was missing). Same fix applied to bamboo testnet config.
Note: this only resolves mainnet. Bamboo still needs DB recreate due to
unrelated 'Invalid block header size: 22' corruption.
2026-05-05 18:34:09 +00:00
4a62c8b243
Update versions: nethermind 1.37.1->1.37.2, dshackle 0.78.3->0.78.4
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-05 04:10:11 +00:00
97a3ce1db4
Bump matterlabs/external-node v29.1.2 -> v29.16.0-alpha
...
Required to fix zksync-era-mainnet on de-13 which is failing with
'migration 20250820140638 was previously applied but is missing in the
resolved migrations'. We were 15 minor versions behind the latest stable
GitHub release (core-v29.16.0). Cascades to abstract/lens external-node
composes which inherit the base version (none currently deployed).
2026-05-04 19:12:19 +00:00
f921cf4028
Linea: set sequencer URLs (rpc.linea.build / rpc.sepolia.linea.build)
...
maru v1.2.x strictly validates l2-eth-api-endpoint as a URL and crashes when SEQUENCER
env var is empty. Old maru tolerated empty. Fixes 4 stuck Linea instances on
de-27, de-32, us-40 — all besu/geth running but maru crash-looping with config error
'Required type class java.net.URL could not be decoded from a String value: '
2026-05-04 14:36:34 +00:00
065c31dbb5
Update dshackle 0.78.2 -> 0.78.3
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-02 04:07:35 +00:00
f75470e2c1
Update reth to v2.2.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-01 13:13:20 +00:00
e8cc23ae26
Revert BSC pin: back to 1.7.3 (corrupt DB on us-32 to be replaced via 48.club snapshot)
2026-05-01 11:01:09 +00:00
5af2b5ace8
Pin BSC client to 1.7.2
...
1.7.3 introduced a regression where --tries-verify-mode=none silently overrides
--state.scheme=path → hash, causing 'Incompatible state scheme' crash on minimal
nodes built with path scheme. 1.7.2 was confirmed working before the auto-bump.
2026-05-01 10:45:48 +00:00
e51d99c433
Update versions: bitcoind 0.33.2, dshackle 0.78.2; regenerate compose files
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-05-01 04:19:24 +00:00
c03cc74943
Fix maru version: v1.2.0 -> v1.2.1-20260410142843-d326b73
...
v1.2.0 tag doesn't exist on Docker Hub, causing compose build
failures on de-27, de-32, us-40. Using the actual tag format.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-30 19:34:54 +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
926a993129
Update safe patch versions: prysm v7.1.3, lighthouse v8.1.3, haqq v1.9.3, avalanche v1.14.2, java-tron v4.8.1
2026-04-24 17:34:49 +00:00
e232e6d625
CRITICAL: Upgrade Dshackle to v0.76.0
2026-04-23 07:10:15 +00:00
goldsquid
1a3a607eda
mucho
2026-04-20 20:15:37 +07:00
goldsquid
89cf3ab255
nitro archive
2026-04-20 20:14:27 +07:00
fa05752e57
Update Dshackle to v0.75.21
...
- Update drpcorg/dshackle from 0.75.17 to 0.75.21
- Required for Tron network support
- Updates both drpc.yml and drpc-free.yml
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-04-20 04:53:53 +00:00
3606ba0f2b
Update avalanche go to v1.14.2-firewood
...
Regenerated compose files from context.yml update.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-04-19 16:27:33 +00:00
cbf548df5b
Update bob-mainnet op-node to v1.16.12
...
Fix L1 deposit tx parsing error (data length 178)
2026-04-13 23:02:20 +00:00
6a14b7abd4
Update bob-mainnet op-node to v1.17.0
...
Fix L1 deposit tx parsing error "data is unexpected length: 178"
caused by Ethereum Prague/Electra upgrade changing deposit tx format.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-13 19:30:00 +00:00
3c591608f1
Update Polygon Amoy bootnodes and maxpeers
...
- Replace outdated bootnodes (34.89.39.114, 35.197.249.21) with official ones from Polygon docs
- New bootnodes: 34.89.255.109, 34.185.137.160, 34.89.119.250, 34.89.40.235
- Increase maxpeers from 50 to 500 per Polygon docs recommendations
- Affects: Bor and all Erigon3 variants (archive, minimal, pruned)
Reference: https://docs.polygon.technology/pos/reference/seed-and-bootnodes/
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-04-08 19:56:41 +00:00
b569c87930
Update Amoy bootnodes to current working nodes
...
Old bootnodes (34.89.39.114, 35.197.249.21) were down causing sync failure.
Updated to official bootnodes from Polygon documentation.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-04-06 03:24:11 +00:00
42f845fa40
Update versions: avalanche, bitcoin-cash, celo, gnosis reth, rootstock, starknet pathfinder
...
- avalanche go: v1.14.1 → v1.14.2
- bitcoin-cash: 0.32.11 → 0.33.0
- celo geth: v1.17.1 → v1.17.2
- op.celo geth: celo-v2.2.1 → celo-v2.2.2
- gnosis reth: v1.0.3 → v1.1.11-eraimports
- rootstock rskj: REED-8.1.1 → VETIVER-9.0.0
- starknet pathfinder: v0.22.0 → v0.22.1
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-04-03 12:24:06 +00:00
2c34c9e376
Update versions: nimbus multiarch-v26.3.0 -> multiarch-v26.3.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-29 04:06:59 +00:00
4e8fadb56a
fix: resolve port collisions for polygon-amoy and zircuit-garfield
...
- polygon-amoy: reassigned from port 12188 (collision with hashkeychain-mainnet)
to 12190 via salt+2 in generate_ports()
- zircuit-garfield/testnet: fix empty --networkid= (was {{ chain_id }},
now {{ chainid }})
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-27 23:44:36 +00:00
4f6c2b5fcd
fix(zero-gravity): use --syncmode=full for galileo and aristotle geth
...
Snap sync causes a deadlock on fresh nodes: consensus sends a zero
finalized block hash at startup which geth rejects, crashing consensus.
Full sync processes blocks sequentially from genesis and avoids this.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-27 20:42:06 +00:00
aa5386cc0b
fix 0G galileo: use official seed IP from release package
...
Replace dead itrocket hostname with official seed from bundled config.toml:
461b27a9d1530eb47f62fe010a8d3e5d43b6740c@34.82.252.10:26656
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 18:33:30 +00:00
f51e0d4910
fix 0G galileo: network ID 16601→16602, v3.0.4, update seeds
...
- Fix networkid from 16601 to 16602 (confirmed by official docs)
- Bump version 3.0.3 → 3.0.4
- Replace dead bootnode (8.218.88.60) with bundled geth-config.toml
- Replace dead consensus seed (8.218.88.60:26656) with itrocket seed
- Same fixes applied to aristotle for consistency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 18:12:33 +00:00
7fb3f08498
Update client versions: juno v0.15.21, aztec 4.1.2, taiko-geth v2.4.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-27 16:41:34 +00:00
ed051c2b46
Update client versions
...
- nethermind: 1.36.1 → 1.36.2
- erigon3 (default): v3.3.9 → v3.3.10
- lighthouse: v8.1.2 → v8.1.3
- celo geth: 1.8.9 → v1.17.1
- zircuit op-geth/op-node: v1.132.6 → v1.134.1-beta
- katana op-geth: v1.101603.5 → v1.101701.0
- bor (polygon): 2.6.5 → 2.7.0
- erigon3 (polygon): v3.4.0 → v3.5.0
- bsc: 1.7.1 → 1.7.2
- gnosis reth: v1.0.2 → v1.0.3
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-27 05:01:30 +00:00
d5bfffecda
Set rpc.gascap=0 and rpc.txfeecap=0 on BSC/Core nodes
...
Overrides default gascap (600000000) to 0 (no gas cap) in BSC template.
Core inherits from BSC template, so also updated.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-25 11:26:02 +00:00
21813cbdd0
fix: update op-reth image to new oplabs registry
...
op-reth moved from ghcr.io/paradigmxyz/op-reth to
us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth
starting with v1.11.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-25 04:11:41 +00:00
dcbbcf5cde
security: update OP Stack clients to latest security releases
...
op-geth: v1.101608.0 -> v1.101701.0
op-reth: v1.10.2 -> v1.11.3
op-node: v1.16.6 -> v1.16.9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-25 04:01:47 +00:00
ec9d966f2f
Update versions: nitro v3.9.8, juno v0.15.20, cronos-zkevm v29.14.0, aztec 4.1.1
...
- nitro: v3.9.7-75e084e → v3.9.8-4624977 (all arbitrum-based chains)
- juno: v0.15.19 → v0.15.20 (starknet mainnet+sepolia)
- cronos-zkevm external-node: v29.6.0 → v29.14.0
- aztec testnet: 4.1.0-rc.2 → 4.1.1 (stable release)
- aztec devnet: 4.0.0-devnet.2-patch.0 → 4.1.1 (stable release)
Skipped: avalanche (RC), ronin (RC), bor (beta), blast-sepolia (false positive),
linea erigon3 (false positive), manta-pacific op-node (false positive),
eigenda-proxy (held)
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-25 00:46:34 +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
ea1a05b49f
Add ITRocket seed for 0G Galileo to fix peer discovery
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 10:41:27 +00:00
4756813b30
Add zkevm.l2-datastreamer-url as CLI arg to bypass config parsing
2026-03-14 10:07:17 +00:00
a455b28e04
Remove deprecated/unknown flags from polygon-zkevm erigon.yaml
...
zkevm.datastream-version, zkevm.get-logs-timeout, zkevm.get-logs-retries
are unknown/deprecated in v2.63.0-RC11.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 09:43:42 +00:00
58b4cf8aa1
Fix polygon-zkevm cdk-erigon version: v2.64.2 → v2.63.0-RC11
...
v2.64.2 doesn't exist on Docker Hub; latest available is v2.63.0-RC11.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 04:50:49 +00:00
f1c0fab51c
Add polygon-zkevm CDK-erigon support (mainnet + Cardona testnet)
...
- Add rpc/polygon-zkevm/mainnet/erigon.yaml (chain 1101, datastream v2)
- Add rpc/polygon-zkevm/cardona/erigon.yaml (chain 2442, Sepolia L1)
- Add compose files for mainnet archive+pruned (ports 11361/12361)
- Add compose files for cardona archive+pruned (ports 11362/12362)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 04:48:10 +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
goldsquid
c42f0e0f25
fix
2026-03-13 17:06:09 +07:00
goldsquid
3db32fd356
downgrade the eigenda relay
2026-03-13 16:49:51 +07:00
goldsquid
4afa6d9854
update celo
2026-03-13 16:33:43 +07:00
goldsquid
44adaf52dd
updatre
2026-03-13 16:29:40 +07:00
3bffde93d3
Aztec compose: devnet 4.0.0-devnet.2-patch.0, testnet 4.1.0-rc.2
2026-03-13 04:45:34 +00:00
15eabc9e62
Update Aztec devnet to v4-devnet-2 and testnet to 4.1.0-rc.2
...
- aztec-devnet: rollup_version 1647720761->615022430, url devnet-6->v4-devnet-2.aztec-labs.com
- aztec-testnet: rollup_version 2500495677->4127419662 (network upgraded)
2026-03-13 04:41:41 +00:00
4aa653b29a
Update versions: reth v1.11.2, agave v3.1.10, external-node v29.12.1-alpha
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-11 04:13:27 +00:00
b05c8d41bc
Update versions: lighthouse v8.1.1 -> v8.1.2
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-10 04:08:22 +00:00
dc65000d4b
Update versions: erigon3 v3.3.8 -> v3.3.9
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-08 04:09:27 +00:00
9fc1e2d95b
Update versions: nethermind 1.36.1, bor 2.6.2, gnosis-reth v1.0.2
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-07 04:09:22 +00:00
0bbd716acf
Update versions: nitro v3.9.7, geth v1.17.1, besu 26.2.0, external-node v29.12.0-alpha, nimbus v26.3.0, blsync v1.17.1, juno v0.15.19, bitcoin-cash 0.32.10, scroll v5.10.4, xlayer-node v0.1.5, dshackle 0.75.13
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-03-06 04:11:42 +00:00
60b8cd5048
fix(immutable-zkevm): pin version and update image to immutable-geth
...
Switch from defunct ghcr.io/immutable/go-ethereum/go-ethereum image
to the current ghcr.io/immutable/immutable-geth/immutable-geth image.
Pin version to v1.0.0-beta.17 instead of using 'latest' tag.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 10:44:02 +00:00
1cf7bd5651
Update versions: lighthouse v8.1.0 -> v8.1.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-28 04:13:58 +00:00
9310b078e0
op-reth: add --rpc.max-trace-filter-blocks=10000
...
Applies to all OP-stack reth nodes (base, soneium, op-mainnet, etc).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 03:42:48 +00:00
ce20a16c79
bsc reth: add --rpc.max-trace-filter-blocks=10000
...
Limits trace filter block range to 10000 blocks for BSC reth nodes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 03:24:00 +00:00
9fd3047e18
Update versions: bitcoind 0.32.9, aztec 4.0.2, dshackle 0.75.11; update hashkeychain-testnet sequencer URL
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-27 04:09:39 +00:00
goldsquid
5e106aea33
update
2026-02-26 18:22:40 +07:00
goldsquid
f2ac6cab05
updates
2026-02-26 18:14:48 +07:00
f3b40c9ef8
Update external-node v29.11.0-alpha -> v29.11.1-alpha
...
Updated: abstract.mainnet, abstract.testnet, lens.mainnet, lens.testnet, sophon.mainnet, zksync-era.boojnet, zksync-era.mainnet
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-26 04:10:36 +00:00
dc977d47be
Update versions: bor 2.5.9->2.6.0, rippled 3.1.0->3.1.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-25 04:08:34 +00:00
5e040bcd4a
Update versions: reth v1.11.1, external-node v29.11.0-alpha, zircuit-garfield config fix
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-24 04:10:19 +00:00
71d48d0493
Fix: revert op-reth to v1.10.2 (op-reth:v1.11.0 image not available)
...
Keep ethereum/reth at v1.11.0 but op-reth stays at v1.10.2 since
ghcr.io/paradigmxyz/op-reth:v1.11.0 is not published.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-21 04:23:24 +00:00
9abe6409ac
Update versions: reth v1.10.2 -> v1.11.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-21 04:16:16 +00:00
2f84138733
fix(xlayer): remove obsolete XLayer gas price oracle config
...
XLayer migrated from Polygon CDK to OP Stack (Jovian fork, Oct 2025).
The Kafka-based [Eth.GPO.XLayer] section was removed in op-geth v0.1.4
(okx/op-geth PR #168 , Feb 2026) and causes Fatal crash on startup.
Replace with standard OP Stack GPO config with MinSuggestedPriorityFee.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 17:38:55 +00:00
40c457c370
Update versions: erigon3 v3.3.8, fraxtal op-geth v1.101609.0-frax-1.3.0, fraxtal op-node v1.16.6-frax-1.2.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-20 04:15:05 +00:00
a955c5cd92
Revert reth to v1.10.2: op-reth v1.11.0 image not yet available on ghcr
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-02-19 04:18:48 +00:00
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
goldsquid
42d9d64dfa
fix
2026-01-31 12:03:32 +07:00
goldsquid
2ac216bdfe
hashkeychain testnet
2026-01-31 11:57:38 +07:00
goldsquid
bf2f75d1cd
fix
2026-01-31 11:28:28 +07:00
goldsquid
376b1a750f
fix
2026-01-31 11:26:01 +07:00
goldsquid
eafbb2e2c3
fix
2026-01-31 11:24:14 +07:00
goldsquid
10f429e743
fix
2026-01-31 11:13:56 +07:00
goldsquid
a6e7348b40
some fix
2026-01-31 11:09:28 +07:00
goldsquid
3c20aac136
aztec maybe
2026-01-31 11:00:36 +07:00
goldsquid
3c68c92ecc
haqq downgrade
2026-01-31 08:59:11 +07:00
56d7772909
Update erigon3 v3.3.5 -> v3.3.7, dshackle 0.75.3 -> 0.75.4
...
- Erigon3 for ethereum, gnosis, linea: v3.3.5 -> v3.3.7
- Dshackle: 0.75.3 -> 0.75.4
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-30 21:11:18 +00:00
3517b98ef5
Update versions: erigon3 v3.3.5, nimbus v26.1.0, bor 2.5.8, dshackle 0.75.3
...
- erigon3: v3.3.4 -> v3.3.5 (ethereum, gnosis)
- nimbus: multiarch-v25.12.0 -> multiarch-v26.1.0 (ethereum consensus)
- bor: 2.5.7 -> 2.5.8 (polygon)
- dshackle: 0.75.1 -> 0.75.3
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-29 21:11:17 +00:00
6bd7b35ae0
Update versions: dshackle 0.75.1, haqq v1.9.2, rippled 3.1.0
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-28 21:11:20 +00:00
5687d74a62
Pin Loki to version 3.4.3 to trigger container restart
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-28 13:49:05 +00:00
beacca7986
Enable 7-day log retention for Loki
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-28 13:27:19 +00:00
737a8e24a7
Fix superseed mainnet rollup.json and haqq version
...
- Add granite_time, holocene_time, isthmus_time to superseed mainnet rollup.json
(fetched from live superseed sequencer)
- Update haqq image from v1.9.2 to v1.9.1 (v1.9.2 doesn't exist on Docker Hub)
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-28 03:30:37 +00:00
336adb68e6
Update zircuit geth/node: v1.127.13-beta -> v1.132.6
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-27 21:10:37 +00:00
1022f44959
Fix bob-sepolia: remove deprecated da_challenge_contract_address
...
op-node v1.16.5 no longer accepts the da_challenge_contract_address field
in rollup.json (it was replaced by alt_da in newer OP Stack versions).
Since BOB sepolia doesn't use alt DA (zero address), simply removing the
field fixes the crash loop.
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-27 09:58:10 +00:00
f174b0cc61
Update dshackle: 0.74.0 → 0.74.1
...
Co-Authored-By: Claude Agent <claude@stakesquid.eu >
2026-01-26 21:11:22 +00:00
65919f6c01
Update dshackle: 0.73.0 → 0.74.0
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 05:11:36 +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
c6d33fde72
Update Celo versions: geth celo-v2.1.3, op-node celo-v2.1.1
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 03:16:55 +00:00
08e537ee71
Update client versions (cursor-verified)
...
- juno: v0.15.16 → v0.15.17 (starknet)
- scroll l2geth: v5.10.1 → v5.10.2 (SECURITY FIX)
- reth: v1.9.3 → v1.10.1 (ethereum)
- op-reth: v1.9.3 → v1.10.1 (base/lisk/op/soneium)
- metis dtl: v0.2.5 → v0.2.6
- xlayer geth/node: v0.1.2 → v0.1.3
- solana agave: v3.0.13/v3.1.6 → v3.1.7
- linea geth: v1.16.7 → v1.16.8
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 01:45:48 +00:00
6915a759d1
Update taiko-hekla nethermind to 1.36.0, fix linea-sepolia sync mode
...
- taiko-hekla nethermind: 1.35.8 -> 1.36.0 (security + Taiko fixes)
- linea-sepolia-besu: SNAP -> FULL sync mode (SNAP broken for Linea)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 10:27:52 +00:00
a7661930be
Fix Linea Sepolia maru config for snapshot sync
...
- Disable payload-validation-enabled (same as mainnet fix)
- Increase desync-tolerance to 100000 (allow CL/EL sync gap)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 05:26:30 +00:00
749ff64f8f
Switch Linea Besu from SNAP to FULL sync mode
...
SNAP sync is broken for Linea - it picks an old pivot block (~24.7M) that
no peers can serve world state for. This causes:
- World state download stuck with 0 pending requests
- Maru unable to push blocks to EL without complete world state
- Node stuck returning block 0 for "latest"
FULL sync executes every block from genesis. It's slower but reliable
and allows maru to drive the sync via engine API.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 05:02:06 +00:00
b7fe145fa5
Fix Linea maru: increase desync-tolerance to allow catchup sync
...
When Besu is behind the CL head (e.g., during initial sync or after restart),
desync-tolerance=0 prevents maru from sending any fork choice updates to Besu.
This causes Besu to remain stuck at its current block.
Increasing desync-tolerance to 100000 allows maru to continue sending blocks
even when Besu is significantly behind, enabling it to catch up.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 04:49:52 +00:00
bd6083231f
Fix Linea maru: disable payload-validation-enabled to match official config
...
When payload-validation-enabled is true, maru validates every block against
Besu before sending fork choice updates. If Besu is in an inconsistent state
(e.g., stuck in SNAP sync), this causes maru to stop sending fork choice
updates entirely, preventing Besu from ever syncing.
The official Linea configuration uses payload-validation-enabled = false,
which allows maru to continue sending fork choice updates regardless of
Besu's current state.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 04:37:19 +00:00
0a880c3f3f
Revert Linea mainnet Besu to SNAP sync mode
2026-01-17 03:41:44 +00:00
1987f07cf8
Change Linea mainnet Besu to CHECKPOINT sync mode
2026-01-17 03:40:54 +00:00
a0f098de79
Change Linea mainnet Besu from SNAP to FULL sync mode
2026-01-17 03:40:05 +00:00
6fb1d76b13
fix(zircuit): update Garfield configs for Sepolia L1 and testnet op_network
2026-01-17 03:02:50 +00:00
e136b0fc52
Update Linea Besu to beta-v4.4-rc7-20260108212219-738a446
2026-01-15 13:40:08 +00:00
607dbe7020
Add bootnodes for Linea Besu - remove network exclusion from template
2026-01-15 13:34:19 +00:00
c2582b0b76
Enable payload-validation for Linea Maru
...
Set payload-validation-enabled=true in Maru config to ensure
payloads are sent to the execution client. Without this, Maru
doesn't send forkchoice/newPayload calls when EL reports synced
status (even at block 0).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 13:23:17 +00:00
ec2fb6c883
Add Linea Geth configs with Maru consensus
...
- Add linea/geth/ compose files (mainnet/sepolia, pruned/archive)
- Update Maru version and --network flag in besu/erigon3 configs
- Update compose_registry.json
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 10:08:04 +00:00
d28342683c
Update Maru to v1.0.0 and use --network flag
...
- Upgrade from 9737a45 to v1.0.0-20260108114606-36f5e2f
- Use --network=linea-mainnet for built-in config
- May fix advertise-ip issue for peer discovery
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 09:40:36 +00:00
52d7ec6d40
Fix Starknet chain ID matching - handle hex-encoded ASCII
...
Juno returns chain ID as hex-encoded ASCII (0x534e5f5345504f4c4941)
rather than plain string (SN_SEPOLIA). Match both formats.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 09:17:22 +00:00
6917005776
Add Starknet support to blocknumber.sh
...
- Detect Starknet paths and use starknet_getBlockWithTxHashes
- Return decimal block_number directly instead of hex conversion
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 09:11:39 +00:00
63b720f1e9
Add Starknet support to sync-status and check-health scripts
...
- sync-status.sh now detects Starknet paths and uses starknet_chainId
- Maps SN_MAIN/SN_SEPOLIA chain IDs to reference endpoints
- check-health.sh accepts --starknet flag for Starknet mode
- Uses starknet_getBlockWithTxHashes instead of eth_getBlockByNumber
- Handles decimal timestamps and block_hash field differences
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 09:10:52 +00:00
db681b5a74
Add Starknet RPC support to sync check scripts
2026-01-15 09:07:36 +00:00
42a91a5bac
Add explicit http-port and ws-port to juno config
2026-01-15 07:23:23 +00:00
8dfdaf3548
Add --p2p-feeder-node to juno for feeder gateway sync
2026-01-15 06:48:22 +00:00
98e1c88293
Update client versions
...
- erigon3: v3.3.2 → v3.3.3
- taiko geth: v1.17.3 → v1.17.4
- taiko driver: v1.11.0 → v1.11.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 04:56:51 +00:00
5c0fb760cc
Remove nginx sidecar from rootstock, use traefik headers
...
- Service name simplified to rootstock-mainnet (no -client suffix)
- Traefik middlewares handle Host:localhost header rewriting
- Proper WS routing on port 8546
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 10:27:19 +00:00
004476216e
Remove nginx sidecar from rootstock, use traefik headers
...
Replace nginx proxy with traefik headers middleware for Host rewriting.
Fixes container IP mismatch issues on container restart.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 10:22:46 +00:00
eee0a4092d
Update dshackle to v0.73.0
...
Bump drpcorg/dshackle from 0.72.6 to 0.73.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 09:13:59 +00:00
662ecbfe5c
Update client versions for multiple chains
...
- geth: v1.16.7 → v1.16.8 (security fix for p2p vulnerabilities)
- blsync: alltools-v1.16.7 → alltools-v1.16.8
- nethermind: 1.35.8 → 1.36.0 (major release with 416 improvements)
- avalanche-go: v1.14.0 → v1.14.1 (Granite.1 release)
- bsc: 1.6.5 → 1.6.6 (security fixes from geth v1.16.8)
- pathfinder: v0.21.3 → v0.21.5 (sync hotfix)
- reth_gnosis: v1.0.0 → v1.0.1 (RPC bugfixes)
- bitcoind: 0.32.5 → 0.32.6
- zircuit: v1.125.6-hotfix → v1.127.13-beta
- fraxtal geth: v1.101603.5 → v1.101605.0
- fraxtal op-node: v1.16.3 → v1.16.5
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 09:11:35 +00:00
goldsquid
32b09c75f4
security update
2026-01-14 10:33:28 +07:00
e4dfd2f4ab
update reference-rpc file with hyperliquid fix forked status
2026-01-14 01:25:53 +00:00
goldsquid
541f985686
zircuit needs that toml even if it is empty
2026-01-11 17:52:14 +07:00
goldsquid
79d135c8bc
node is root
2026-01-11 17:47:17 +07:00
goldsquid
db9b33fe89
update
2026-01-11 16:59:38 +07: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
e71237963a
lfg
2026-01-10 17:53:28 +07:00
goldsquid
d870dccd8d
now with leveldb
2026-01-10 16:55:48 +07:00
goldsquid
f72af4022d
downgrade
2026-01-10 16:27:19 +07:00
goldsquid
5e65e6d147
fix
2026-01-09 16:10:31 +07:00
goldsquid
52ae79c775
caplin archive
2026-01-09 16:03:34 +07:00
goldsquid
1dae8221d6
updates plus caplin archive for blobs.
2026-01-09 12:34:01 +07:00
goldsquid
0912ec794e
update
2026-01-08 23:05:02 +07:00
ee98772660
fixes
2026-01-08 12:47:07 +01:00
goldsquid
9c285b6004
better limits
2026-01-08 09:47:03 +07:00
goldsquid
521b5709b1
better limits
2026-01-08 09:44:19 +07:00
goldsquid
e3dcadfb7c
better limits
2026-01-08 09:41:56 +07:00
goldsquid
624b1da9a6
better limits
2026-01-08 09:38:38 +07:00
goldsquid
e9bd0dd120
allow limiting bandwidth usage on public ports inspred by gnosis pulling 500 MBit/s
2026-01-08 09:26:38 +07:00
goldsquid
c02425462b
update
2026-01-07 10:51:54 +07:00
goldsquid
234664593a
try alternative sequencer url for xlayer testnet
2026-01-07 09:48:12 +07:00
goldsquid
f70add2811
better jitter
2026-01-06 12:08:14 +07:00
goldsquid
8c4c4da978
better jitter
2026-01-06 11:34:32 +07:00
goldsquid
4916f4d62d
new script
2026-01-06 11:24:40 +07:00
goldsquid
66a8748a8d
update
2026-01-04 10:33:41 +07:00
goldsquid
76268600c8
fix
2025-12-31 16:44:00 +07:00
goldsquid
47cb694887
add bob sepolia
2025-12-31 16:40:08 +07:00
a24f8ed258
add testnet support for cdk-erigon
2025-12-31 02:25:45 +00:00
goldsquid
87d2ab96eb
update
2025-12-30 20:22:37 +07:00
goldsquid
164afcc244
removed a 0
2025-12-30 20:16:51 +07:00
goldsquid
c8f11d8490
update
2025-12-30 20:02:25 +07:00
goldsquid
3c36671481
now with reth triedb
2025-12-30 19:27:57 +07:00
goldsquid
3aa1ea9718
fix
2025-12-28 17:24:34 +07:00
goldsquid
2cdaa2ca11
fix
2025-12-28 17:10:06 +07:00
goldsquid
6c249bf321
fix
2025-12-28 17:06:43 +07:00
goldsquid
da88241a33
fix
2025-12-28 16:42:03 +07:00
goldsquid
a1cb2455a1
fix
2025-12-28 16:38:59 +07:00
goldsquid
adef3f5a99
fix
2025-12-28 16:22:13 +07:00
goldsquid
a6c2542cbf
new gravity
2025-12-28 16:13:55 +07:00
goldsquid
5cff27d93b
now with aristotele support
2025-12-28 16:07:59 +07:00
rob
85f24b1d2f
rpc: add xlayer testnet erigon config
2025-12-24 22:03:17 -04:00
goldsquid
760798416f
add gas
2025-12-25 08:21:20 +07:00
goldsquid
44882c072a
bump bsc gaslimit and shackle update
2025-12-24 22:27:06 +07:00
goldsquid
3d4ac86453
updates by cursor implemented by vibe
2025-12-24 21:58:59 +07:00
goldsquid
ae22c0080c
new script
2025-12-23 10:46:34 +07:00
goldsquid
80224eb627
remove download for chaindata
2025-12-22 19:47:09 +07:00
goldsquid
774408aae1
fix
2025-12-22 19:17:24 +07:00
3115055079
fix
2025-12-21 13:16:26 +01:00
goldsquid
611e97751b
fix
2025-12-21 18:59:18 +07:00
goldsquid
06bfc888c9
backjup update
2025-12-21 18:56:24 +07:00
goldsquid
575b7133bb
allow peers backups
2025-12-21 18:37:14 +07:00
goldsquid
099958b848
recommend upgrade
2025-12-21 14:30:08 +07:00
goldsquid
39ff5152da
have peer statistics
2025-12-21 14:25:24 +07:00
goldsquid
af32f59d48
fix
2025-12-21 14:12:59 +07:00
goldsquid
42ccb7aa2d
fix
2025-12-21 14:09:48 +07:00
goldsquid
34e7fb6abf
check for admin api
2025-12-21 14:07:44 +07:00
goldsquid
c690c74d30
remove the symlinks
2025-12-21 12:59:14 +07:00
goldsquid
6c44963b74
allow to prune nitro nodes automatically
2025-12-21 03:36:50 +07:00
goldsquid
a71b92079a
update
2025-12-21 02:33:12 +07:00
goldsquid
42daff3853
updates
2025-12-21 02:31:10 +07:00
goldsquid
354bfe0530
update
2025-12-21 02:23:38 +07:00
goldsquid
b35b3cd568
new helper script
2025-12-20 13:35:37 +07:00
goldsquid
c5ab00f29c
no more error
2025-12-20 09:53:37 +07:00
goldsquid
5808945ef1
overrides from example repo
2025-12-20 09:19:46 +07:00
goldsquid
73830df4a8
Merge remote-tracking branch 'production/main'
2025-12-20 09:12:26 +07:00
goldsquid
7a35a9fcd5
updates
2025-12-20 09:11:47 +07:00
f8112122e0
remove deprecated Nitro execution flags
2025-12-19 14:55:26 +00:00
goldsquid
4ef3d5c55f
fix
2025-12-19 15:15:28 +07:00
goldsquid
8e7c8057bd
also delete symlinked directories
2025-12-19 13:42:28 +07:00
goldsquid
8d29690279
added support for esxtracting static files to the slowdisk folde3r of a supporting host so that there is more space for dynamic chaindata
2025-12-19 13:38:58 +07:00
goldsquid
e3350eae72
add metadata to the backup volumes in order to be able to restore static_files via symlink in a different location
2025-12-19 13:20:47 +07:00
goldsquid
4b1de78b84
more clear
2025-12-19 13:10:27 +07:00
goldsquid
25c2f8c101
more clear
2025-12-19 13:07:14 +07:00
goldsquid
f282b2173f
more useful
2025-12-19 13:01:20 +07:00
goldsquid
74716312d0
follow symlinks when calculating size
2025-12-19 12:15:47 +07:00
goldsquid
578d558d3f
show free disk in the volumes folder
2025-12-19 12:10:08 +07:00
goldsquid
a2db47caf5
new script to stream backups directly to target servers without extraction on the source
2025-12-19 12:00:55 +07:00
goldsquid
0bd645a05d
update
2025-12-19 09:03:19 +07:00
goldsquid
782087b89a
some overrides and bootnodes
2025-12-18 14:14:15 +07:00
goldsquid
845a1eb088
boba only with historical data
2025-12-18 13:39:10 +07:00
goldsquid
3c5db8da34
boba only with historical data
2025-12-18 13:38:38 +07:00
goldsquid
f1ed7cc835
added cancun time to genesis because ENV overrides are not picked up by geth
2025-12-18 12:57:21 +07:00
goldsquid
3e5c44d728
fix
2025-12-18 12:30:18 +07:00
goldsquid
f9b5c59452
fix
2025-12-18 12:26:46 +07:00
goldsquid
eb46b13d5c
extra
2025-12-18 09:12:37 +07:00
goldsquid
51af4d44fe
fix
2025-12-18 09:02:54 +07:00
goldsquid
e92805056a
fix
2025-12-18 08:56:18 +07:00
goldsquid
5bd83eed3d
resilience
2025-12-18 08:53:41 +07:00
goldsquid
dd18b750fe
ipv4
2025-12-18 08:49:54 +07:00
goldsquid
359b064938
try
2025-12-18 08:47:00 +07:00
goldsquid
90a2cf6114
fix
2025-12-17 21:27:42 +07:00
goldsquid
8a317d7578
fix
2025-12-17 21:14:53 +07:00
goldsquid
1f5c59c887
fix
2025-12-17 16:50:29 +07:00
goldsquid
cc66cde43c
no max eth version for linea
2025-12-17 16:22:19 +07:00
goldsquid
06340d5b16
fix
2025-12-17 16:16:27 +07:00
goldsquid
90ddaee53c
fix
2025-12-17 16:02:02 +07:00
goldsquid
0b7cfc32a8
fixes
2025-12-17 11:11:05 +07:00
goldsquid
9bde9731fc
updates
2025-12-17 11:06:16 +07:00
goldsquid
3a8180482b
only heal the sonic db after a crash.
2025-12-16 13:20:05 +07:00
goldsquid
0d38493c9e
smol fixes
2025-12-16 13:11:14 +07:00
goldsquid
773bed911a
let them gossip
2025-12-16 12:58:40 +07:00
goldsquid
7765dd160f
verify if the peer isn known before adding it.
2025-12-16 12:47:33 +07:00
goldsquid
00c9c53cc8
check peer before copying it
2025-12-16 12:35:58 +07:00
21c826baf5
Update Sonic and Taiko RPC configurations
2025-12-16 01:11:35 +00:00
goldsquid
8c04689484
update
2025-12-15 22:04:13 +07:00
goldsquid
e3a5eb5c54
update
2025-12-14 14:53:42 +07:00
goldsquid
2ec4bcf1a6
update
2025-12-14 08:55:22 +07:00
goldsquid
9ab679ace3
adding snappy support
2025-12-13 17:17:01 +07:00
goldsquid
12a9d63adb
update
2025-12-13 17:04:40 +07:00
goldsquid
36ed7d2c3d
update
2025-12-13 17:00:27 +07:00
goldsquid
bb4469f32e
fix
2025-12-13 16:14:50 +07:00
goldsquid
eed62c45f2
update llvm
2025-12-13 16:08:15 +07:00
goldsquid
6469e2cd92
logs not streaming for agents
2025-12-13 15:45:50 +07:00
goldsquid
cfe0b50ae1
ipv4
2025-12-13 15:22:51 +07:00
goldsquid
5ac31610f7
fix
2025-12-13 15:19:24 +07:00
goldsquid
5784bee792
fix
2025-12-13 15:14:28 +07:00
goldsquid
870b658616
fix
2025-12-13 15:04:42 +07:00
goldsquid
f918cd2701
executable
2025-12-13 14:59:41 +07:00
goldsquid
84362b482c
clone peers script
2025-12-13 14:47:39 +07:00
goldsquid
557b81666b
update
2025-12-13 14:23:35 +07:00
goldsquid
a6884fde5e
update
2025-12-13 14:13:30 +07:00
goldsquid
5461ba5d0e
fix
2025-12-12 13:09:24 +07:00
goldsquid
47044e36e5
updates
2025-12-12 12:07:47 +07:00
goldsquid
61c0ac3a78
plume testnet
2025-12-12 12:07:42 +07:00
goldsquid
6abfe26712
update
2025-12-11 07:13:49 +07:00
goldsquid
ce10d304c0
fix
2025-12-07 15:24:36 +07:00
goldsquid
0e699e3bd4
update
2025-12-07 07:04:43 +07:00
goldsquid
70928ab425
fix
2025-12-06 14:38:20 +07:00
goldsquid
4f6aed41d7
betta
2025-12-06 14:35:18 +07:00
goldsquid
40d66741c2
beta
2025-12-06 14:05:26 +07:00
goldsquid
ad54a39126
fix
2025-12-06 14:02:29 +07:00
goldsquid
6569ab8c60
big
2025-12-06 14:01:15 +07:00
goldsquid
ca66310c2e
cleanliness incoming
2025-12-06 13:58:11 +07:00
goldsquid
a7b03c6a39
update
2025-12-06 11:50:20 +07:00
goldsquid
2b63352ccb
update
2025-12-06 09:12:24 +07:00
goldsquid
dabc284553
update
2025-12-06 09:05:34 +07:00
goldsquid
8d67597789
fix
2025-12-04 21:01:32 +07:00
goldsquid
cc4671bfc7
update
2025-12-04 20:11:50 +07:00
goldsquid
2f24e061d5
update
2025-12-01 13:37:09 +07:00
goldsquid
2a553fefaf
update
2025-11-28 13:42:43 +07:00
goldsquid
ebb0be5de0
update
2025-11-27 14:28:59 +07:00
goldsquid
ac354edec5
updates
2025-11-24 14:53:17 +07:00
goldsquid
94de26a009
autoheal sonic
2025-11-24 14:37:18 +07:00
goldsquid
e3b8405a1f
reth bsc chapel
2025-11-24 13:04:33 +07:00
goldsquid
6aa46ef0ec
hardening
2025-11-23 13:56:33 +07:00
goldsquid
65609ea813
fix
2025-11-23 13:37:34 +07:00
goldsquid
06f9d5f797
fix
2025-11-23 13:30:04 +07:00
goldsquid
98228d9b21
fix
2025-11-23 13:28:49 +07:00
goldsquid
e433d44a93
generalize haqq initialization
2025-11-23 13:24:57 +07:00
goldsquid
0acfbf88fa
update
2025-11-21 21:02:15 +07:00
goldsquid
5d8a498e2e
downgrade bsc-reth
2025-11-21 13:48:36 +07:00
goldsquid
24a6217cb5
updates
2025-11-21 13:30:14 +07:00
goldsquid
928989ec32
fix ronin test rpc
2025-11-21 13:21:18 +07:00
goldsquid
d5c0eafc4d
fix ronin test rpc
2025-11-21 13:17:16 +07:00
goldsquid
7d326fe2fd
soneium-reth
2025-11-21 12:58:21 +07:00
goldsquid
2fd8f76502
update
2025-11-20 15:16:22 +07:00
goldsquid
adac66a6d5
messy boot torrents
2025-11-20 15:12:41 +07:00
goldsquid
22ac74508c
messy boot torrents
2025-11-20 15:09:24 +07:00
goldsquid
917e8884dc
updates
2025-11-20 14:43:40 +07:00
goldsquid
9c0ad6e0af
more agressive minimal bsc
2025-11-17 08:23:06 +07:00
goldsquid
a9ab0fb87b
fix
2025-11-16 20:26:34 +07:00
goldsquid
9c5ef7a936
downgrade
2025-11-16 18:55:38 +07:00
goldsquid
3402a29dc7
update
2025-11-16 14:57:25 +07:00
goldsquid
723b98b72b
update traefik
2025-11-16 12:34:02 +07:00
goldsquid
9ec7ffdbe9
update peers
2025-11-15 14:20:45 +07:00
goldsquid
97a62142d6
fix
2025-11-15 14:11:20 +07:00
goldsquid
81e631e52b
now with hoodi
2025-11-15 14:02:51 +07:00
goldsquid
2334846ce6
update
2025-11-15 13:48:31 +07:00
goldsquid
5d46133b2d
besu key
2025-11-15 12:11:00 +07:00
goldsquid
0b3cf5eb38
fix
2025-11-15 11:24:52 +07:00
goldsquid
752be20f18
delete nodekeys when restoring
2025-11-15 11:11:50 +07:00
goldsquid
f8141ad062
update refenrece endpoints
2025-11-15 10:57:12 +07:00
goldsquid
d93cc9e180
do not ask for permission
2025-11-15 10:31:08 +07:00
goldsquid
00462e4e98
fix
2025-11-15 10:20:27 +07:00
goldsquid
ac8eb850ec
update
2025-11-15 10:17:02 +07:00
goldsquid
047dc313e8
delete the nodekeys
2025-11-15 10:16:09 +07:00
goldsquid
81a7bc8c27
that's probably defunct
2025-11-14 12:25:42 +07:00
goldsquid
a9ca87086a
update nimbus
2025-11-14 11:40:44 +07:00
goldsquid
d90d5695a9
add hoodie reth
2025-11-14 11:40:34 +07:00
goldsquid
0426ad632a
replace beacon sync endpoint for hoodi
2025-11-14 11:35:52 +07:00
goldsquid
94131eafa9
fix
2025-11-14 11:21:22 +07:00
goldsquid
aad2f1481f
update + hoodi
2025-11-14 11:09:50 +07:00
goldsquid
ffaa3ea015
fix
2025-11-14 10:22:10 +07:00
goldsquid
81fa49bbd0
fix
2025-11-14 10:19:40 +07:00
goldsquid
1f0fe14900
fix
2025-11-14 10:14:24 +07:00
goldsquid
351c3e970c
remove alfajores
2025-11-14 10:07:26 +07:00
goldsquid
5ae09fed1b
new celo
2025-11-14 10:06:42 +07:00
goldsquid
5acf3dfeb6
update
2025-11-14 08:52:03 +07:00
goldsquid
6e10ccdb85
make better default network settings
2025-11-13 11:01:56 +07:00
goldsquid
c5112ce640
betta
2025-11-12 16:11:56 +07:00
goldsquid
1f7435956e
update
2025-11-11 13:33:54 +07:00
goldsquid
f65bfb7c59
update traefik
2025-11-11 12:53:36 +07:00
goldsquid
f1d93eca01
update
2025-11-10 17:44:36 +07:00
goldsquid
5c3dffe980
fix
2025-11-10 12:51:39 +07:00
goldsquid
2af99cc1d8
fix
2025-11-10 12:43:27 +07:00
goldsquid
ff3be25ae1
generalize init geth from genesis block
2025-11-10 12:41:38 +07:00
goldsquid
4a1e72152c
fixes
2025-11-10 12:15:38 +07:00
goldsquid
566df06116
opbnb needs trust idk why
2025-11-09 14:42:39 +07:00
goldsquid
46b8cbb2ee
fix
2025-11-08 21:33:02 +07:00
goldsquid
8cecd86a90
fix
2025-11-08 21:14:36 +07:00
goldsquid
e8109f7cfa
opbnb in da ohouse
2025-11-08 21:11:21 +07:00
goldsquid
c57e55080c
cleanup
2025-11-08 21:10:50 +07:00
goldsquid
e35a91a253
fix
2025-11-08 06:15:08 +07:00
goldsquid
b6929f52fe
fix
2025-11-08 06:00:16 +07:00
goldsquid
bd894ff300
fix
2025-11-08 05:26:39 +07:00
goldsquid
072900d5c3
fix
2025-11-08 05:23:03 +07:00
goldsquid
fbdbeb4670
fix
2025-11-08 05:16:42 +07:00
goldsquid
2fe5cdd242
fix
2025-11-08 05:10:28 +07:00
goldsquid
fe095e1076
fix
2025-11-08 05:06:42 +07:00
goldsquid
9c3c2849c0
xlayer migrated to op-stack
2025-11-08 05:03:09 +07:00
goldsquid
572238029c
update
2025-11-07 18:41:56 +07:00
goldsquid
baf906832e
downgrade
2025-11-07 17:42:52 +07:00
goldsquid
219aec45f3
update
2025-11-07 10:15:21 +07:00
goldsquid
abc00d0540
fix
2025-11-07 09:49:03 +07:00
goldsquid
f371c7fc1c
hello sophon
2025-11-07 09:40:21 +07:00
goldsquid
39eed6c8d0
update
2025-11-06 18:39:00 +07:00
goldsquid
1becf90135
gix
2025-11-06 18:36:11 +07:00
goldsquid
d3025d9688
update
2025-11-06 12:26:13 +07:00
goldsquid
68f1a762ce
updates
2025-11-06 12:13:12 +07:00
goldsquid
f9ee270dca
bera now with geth
2025-11-06 12:13:07 +07:00
goldsquid
600b67f100
fix
2025-11-05 20:14:13 +07:00
goldsquid
484142ab4e
rpc gas imit for avax also for testnet
2025-11-05 20:13:30 +07:00
goldsquid
52d17f5fd3
rpc gas imit for avax
2025-11-05 20:11:25 +07:00
goldsquid
f7fd21dbfb
update maru genesis
2025-11-03 19:43:46 +07:00
goldsquid
55b97c0cde
update
2025-10-28 15:30:34 +07:00
goldsquid
369827fbf4
update gas price
2025-10-28 13:31:51 +07:00
goldsquid
6dad2a1a14
update
2025-10-27 16:38:48 +07:00
goldsquid
dfb64093d0
new nitro erigon
2025-10-27 16:00:27 +07:00
goldsquid
738c501435
update
2025-10-27 14:52:32 +07:00
goldsquid
fbfb7e3a7a
mmh
2025-10-27 14:25:40 +07:00
goldsquid
99ce6fe3ba
update
2025-10-26 23:49:01 +07:00
goldsquid
4ba31a8605
fix
2025-10-26 10:03:25 +07:00
goldsquid
ae47b37638
update genesis
2025-10-25 15:53:18 +07:00
goldsquid
352331d780
init erigon datadir every time
2025-10-25 15:40:46 +07:00
goldsquid
b58820e838
update genesis
2025-10-25 15:37:42 +07:00
goldsquid
b657e2a38b
fix
2025-10-25 15:33:21 +07:00
goldsquid
d75be6b2e3
fix
2025-10-25 15:29:27 +07:00
goldsquid
b6cf97dbc6
fix
2025-10-25 15:28:40 +07:00
goldsquid
9446c3c841
hardcoded maru in linea-erigon2
2025-10-25 15:27:25 +07:00
goldsquid
db89e1915d
update
2025-10-25 14:14:00 +07:00
goldsquid
335b9e3803
fix
2025-10-25 09:18:05 +07:00
goldsquid
720767408a
fix]git oush
2025-10-25 09:14:19 +07:00
goldsquid
a2999e128d
update
2025-10-25 09:02:20 +07:00
goldsquid
45fddae546
nana
2025-10-24 17:46:55 +07:00
goldsquid
027136d24a
update
2025-10-24 16:45:35 +07:00
goldsquid
8d6ceb6794
linea now with maru
2025-10-24 16:32:06 +07:00
goldsquid
78bb1f32a4
updates
2025-10-22 16:36:24 +07:00
goldsquid
aab7dd3d38
fix
2025-10-17 16:22:46 +07:00
goldsquid
e62db7c3ac
fix
2025-10-17 16:13:38 +07:00
goldsquid
d531b62abb
configure eigenda fallback
2025-10-17 16:01:39 +07:00
goldsquid
edb2bdc699
remove parameter
2025-10-17 15:06:15 +07:00
goldsquid
3a5fe0e8a2
update eigenda
2025-10-16 18:57:30 +07:00
goldsquid
ab3beca238
updates
2025-10-16 08:17:54 +07:00
goldsquid
22ec19fbaa
update
2025-10-16 08:08:58 +07:00
goldsquid
59ed9bdd78
fix
2025-10-12 21:26:59 +07:00
goldsquid
f73a6c6cc9
smaller
2025-10-12 20:40:08 +07:00
goldsquid
4427c7ae7c
fix image
2025-10-11 12:34:54 +07:00
goldsquid
e7066fcd72
gnosis reth
2025-10-11 12:26:49 +07:00
goldsquid
e573daddad
betta
2025-10-11 12:26:29 +07:00
goldsquid
4e7768f85f
no more reth.toml for base
2025-10-09 17:54:15 +07:00
goldsquid
9c04d278b0
with history
2025-10-07 16:46:53 +07:00
goldsquid
a1a28a06d4
pruned starknet
2025-10-07 13:57:23 +07:00
goldsquid
9548fbb023
fix
2025-10-07 13:49:19 +07:00
goldsquid
ac194cbe7a
fix
2025-10-07 13:47:07 +07:00
goldsquid
11ff167922
fix
2025-10-05 20:03:40 +07:00
goldsquid
925276e1c8
change port
2025-10-05 16:35:48 +07:00
goldsquid
208ac156d8
path for ws
2025-10-05 16:12:25 +07:00
goldsquid
b39d371667
pathfinder
2025-10-05 16:07:41 +07:00
goldsquid
dda3abdbd3
cleanup
2025-10-05 15:39:19 +07:00
goldsquid
1d025c0089
soneium
2025-10-05 09:00:02 +07:00
goldsquid
8a64c46feb
initial starknet
2025-10-04 21:52:08 +07:00
goldsquid
3c5b22ba78
update
2025-10-04 14:00:15 +07:00
goldsquid
0ca2a12308
fix
2025-10-03 21:30:19 +07:00
goldsquid
f2118d633d
fix
2025-10-03 21:27:48 +07:00
goldsquid
3d09889143
fix
2025-10-03 21:23:36 +07:00
goldsquid
aa515ad157
fix
2025-10-03 21:21:41 +07:00
goldsquid
563bc83234
fix
2025-10-03 21:07:40 +07:00
goldsquid
0323b8f709
fix
2025-10-03 21:03:33 +07:00
goldsquid
d4509f4d15
fix
2025-10-03 21:01:16 +07:00
goldsquid
a09187e07b
relay needs no jwtsecret
2025-10-03 20:49:20 +07:00
goldsquid
6e07163fee
plume
2025-10-03 20:45:15 +07:00
goldsquid
11a67d32c7
initial plume
2025-10-03 20:32:14 +07:00
goldsquid
8549223fae
update
2025-10-03 19:37:12 +07:00
goldsquid
ac327fc35f
fix
2025-10-02 20:46:11 +07:00
goldsquid
f54affaf2b
update
2025-10-02 20:41:34 +07:00
goldsquid
5c14a9a307
update
2025-10-02 20:19:00 +07:00
goldsquid
b621df03e3
lfg
2025-10-02 13:16:17 +07:00
goldsquid
26f5f93ffa
fix
2025-10-01 23:10:11 +07:00
goldsquid
2b19378190
fix
2025-10-01 22:46:46 +07:00
goldsquid
f84a5554e5
fix
2025-10-01 22:44:35 +07:00
goldsquid
342c5a1063
fix
2025-10-01 21:54:20 +07:00
goldsquid
8d47152669
fix
2025-10-01 17:38:40 +07:00
goldsquid
676af5b65b
fix
2025-10-01 17:36:22 +07:00
goldsquid
d3ea98851f
uypdate
2025-10-01 17:32:17 +07:00
goldsquid
94dab10398
switch out image
2025-10-01 17:22:32 +07:00
goldsquid
25a4650b9e
initial commit
2025-10-01 17:19:51 +07:00
goldsquid
b21dc9ddc5
fix
2025-10-01 17:02:27 +07:00
goldsquid
3cabecc2cf
maybe
2025-10-01 16:31:20 +07:00
goldsquid
cd9974cb77
fix
2025-10-01 16:10:56 +07:00
goldsquid
a2019f40c5
new network
2025-10-01 16:06:12 +07:00
goldsquid
4aa517c2a0
cool new script now executable
2025-10-01 16:05:58 +07:00
goldsquid
c55094d1db
better clone speed
2025-10-01 15:14:04 +07:00
goldsquid
a40ba7f29f
better clone speed
2025-10-01 15:10:56 +07:00
goldsquid
84f3752b63
better clone speed
2025-10-01 14:59:49 +07:00
goldsquid
5c07facbb8
no compression less cipher
2025-10-01 14:11:49 +07:00
goldsquid
ad80bc06dd
new tool
2025-10-01 14:09:12 +07:00
goldsquid
e708cca8cf
do not download receipts
2025-10-01 13:59:50 +07:00
goldsquid
9f27dfd1eb
updates
2025-10-01 11:16:52 +07:00
goldsquid
29a1923f90
updates
2025-09-27 11:38:07 +09:00
goldsquid
2ba1988ad9
updates plus bigger respose for abstract
2025-09-25 11:35:24 +09:00
goldsquid
b88fad9de5
fix
2025-09-20 19:27:51 +07:00
goldsquid
bfcaf9d378
fix
2025-09-20 19:22:03 +07:00
goldsquid
8ed605c6ec
fix
2025-09-20 19:18:23 +07:00
goldsquid
026dd3fe19
updates plus superseed
2025-09-20 19:07:11 +07:00
goldsquid
18acb97a9c
fix
2025-09-18 17:10:45 +07:00
goldsquid
9446a4e3b0
new bera
2025-09-17 18:32:56 +07:00
goldsquid
e2ba9b36ea
hemi learnigns
2025-09-17 18:15:19 +07:00
goldsquid
c8df0a0ecb
refactored the relay
2025-09-17 13:53:59 +07:00
goldsquid
4e19cc4166
damn it
2025-09-17 12:39:01 +07:00
goldsquid
8f01bc65d1
update
2025-09-17 07:41:53 +07:00
goldsquid
972b40630f
avalanche tuning
2025-09-17 07:29:51 +07:00
goldsquid
736fa43bab
fix
2025-09-16 20:04:47 +07:00
goldsquid
14fa2f463f
fix
2025-09-16 20:03:37 +07:00
goldsquid
a839e48c68
names
2025-09-16 20:02:49 +07:00
goldsquid
437efffa1d
boom
2025-09-16 19:52:44 +07:00
goldsquid
7cca5e6e8a
renomed
2025-09-16 19:38:16 +07:00
goldsquid
1a730d708d
fix
2025-09-16 17:14:45 +07:00
goldsquid
d293255e64
fix
2025-09-16 17:11:38 +07:00
goldsquid
62c944d197
fix
2025-09-16 16:58:45 +07:00
goldsquid
b7679d6297
changes
2025-09-16 16:56:57 +07:00
goldsquid
b4c6e9628c
mmh
2025-09-16 16:28:06 +07:00
goldsquid
0f17a89913
update
2025-09-14 22:11:42 +07:00
goldsquid
c174a9b48a
update
2025-09-14 16:15:10 +07:00
goldsquid
47b67b8457
fix
2025-09-13 21:07:43 +07:00
goldsquid
1fc9974623
debug
2025-09-13 21:06:12 +07:00
goldsquid
67713ba396
mmh
2025-09-13 20:54:27 +07:00
goldsquid
5d331e5e18
fix
2025-09-13 20:50:29 +07:00
goldsquid
116719f98c
fix
2025-09-13 20:49:11 +07:00
goldsquid
3be1ddb0aa
fix
2025-09-13 20:36:09 +07:00
goldsquid
94e9659685
fix
2025-09-13 20:26:23 +07:00
goldsquid
8fa22aeba7
update
2025-09-13 20:01:39 +07:00
goldsquid
9ed7b3cb60
initial
2025-09-13 19:50:16 +07:00
goldsquid
e96e8c29dd
with nimbus
2025-09-13 05:57:18 +07:00
goldsquid
6131b0e669
updates
2025-09-13 05:47:30 +07:00
goldsquid
f2b5faecb0
downgrade
2025-09-11 14:26:50 +07:00
goldsquid
f3a00a7fdc
updates
2025-09-11 14:24:34 +07:00
goldsquid
ee2aaff6ed
proper path
2025-09-11 05:02:08 +07:00
goldsquid
7e49678556
hotfix
2025-09-11 04:49:27 +07:00
goldsquid
aa27ecf449
fix
2025-09-10 15:33:50 +07:00
goldsquid
20762bf38d
initial hemi
2025-09-10 15:22:13 +07:00
goldsquid
1c78e0d0cd
fix
2025-09-10 14:31:57 +07:00
goldsquid
a06ef7134b
gnosis beacon chain and sonic testnet added
2025-09-10 13:34:49 +07:00
goldsquid
55eaf6712d
update bootnodes
2025-09-10 13:08:50 +07:00
goldsquid
51ad84767e
update
2025-09-10 07:00:43 +07:00
goldsquid
a2a9e0e6ad
many many updates
2025-09-09 12:25:39 +07:00
goldsquid
b53baac1e3
update
2025-09-08 09:25:58 +07:00
goldsquid
c7f2bbee11
fix
2025-09-08 09:12:38 +07:00
goldsquid
2a28290bbd
state sync sei only when chaindata is empty ... takes hours after every restart otherwise
2025-09-07 17:15:51 +07:00
goldsquid
5a3bd61d69
open ws
2025-09-07 17:13:23 +07:00
goldsquid
a53f281edb
swoosh
2025-09-07 13:50:03 +07:00
goldsquid
f13afc1b7f
initial 0g
2025-09-07 13:31:22 +07:00
goldsquid
0e365389e0
initial 0g
2025-09-07 11:13:53 +07:00
goldsquid
fe5cfb3c67
comment
2025-09-07 11:13:39 +07:00
goldsquid
6ab4f6b69b
revert exec
2025-09-06 20:46:46 +07:00
goldsquid
a1beda8723
fix
2025-09-06 20:35:39 +07:00
goldsquid
d57d2bf5e1
update and pruned
2025-09-06 20:12:27 +07:00
goldsquid
5dddb8155f
heal by default
2025-09-06 19:59:50 +07:00
goldsquid
5697e7530f
fix
2025-09-06 16:04:58 +07:00
goldsquid
0e140d672a
wrong
2025-09-06 16:01:56 +07:00
goldsquid
e5280c89c9
fix
2025-09-06 16:01:26 +07:00
goldsquid
ee6d61f35a
support mpt snapshot
2025-09-06 15:17:13 +07:00
goldsquid
46c41bbdb6
more ports
2025-09-05 20:17:22 +07:00
goldsquid
23f7047083
new profile for preconf
2025-09-05 20:02:36 +07:00
goldsquid
f0949f4e52
more returndata
2025-09-05 16:50:14 +07:00
goldsquid
695ae7b69f
fix
2025-09-05 16:38:17 +07:00
goldsquid
516d9174c6
fix
2025-09-05 16:34:50 +07:00
goldsquid
70fdc31b7a
fix
2025-09-05 16:26:31 +07:00
goldsquid
6a6365b1cd
fix
2025-09-05 16:15:57 +07:00
goldsquid
3f5366ee26
fix
2025-09-05 16:13:42 +07:00
goldsquid
57f38ae975
fix
2025-09-05 15:55:59 +07:00
goldsquid
3f042b168a
fix
2025-09-05 15:55:05 +07:00
goldsquid
0dd7fecc40
lfg
2025-09-05 15:48:27 +07:00
goldsquid
781ce60757
chain fork
2025-09-05 14:30:19 +07:00
goldsquid
13067d50dc
update
2025-09-05 14:07:56 +07:00
goldsquid
f83542b0e8
fix
2025-09-05 14:05:23 +07:00
goldsquid
8f88b5030a
update
2025-09-05 14:02:42 +07:00
goldsquid
a4f4de6999
caching for nictro
2025-09-05 11:38:46 +07:00
goldsquid
c67a4aea6b
update
2025-09-05 05:42:22 +07:00
goldsquid
8556bbcee7
fix
2025-09-04 20:36:25 +07:00
goldsquid
07587e99d6
latest
2025-09-04 20:35:07 +07:00
goldsquid
0f0ff380dc
fix
2025-09-04 20:28:41 +07:00
goldsquid
a9d7f428e9
fixes
2025-09-04 20:26:49 +07:00
goldsquid
7a651c6be7
update
2025-09-04 20:16:03 +07:00
goldsquid
17423f64d9
add cache
2025-09-04 12:41:11 +07:00
goldsquid
1b9835745b
update
2025-09-04 07:51:06 +07:00
goldsquid
918b7f546a
update
2025-09-03 14:12:26 +07:00
goldsquid
d260954486
updates
2025-09-02 12:48:43 +07:00
goldsquid
1b44c6e07c
caching for bsc
2025-09-01 11:30:08 +07:00
goldsquid
0a522bcb07
new convdenience script
2025-09-01 10:45:10 +07:00
goldsquid
8fdede234a
update
2025-08-31 20:18:27 +07:00
goldsquid
411c1d12a5
new convenience script
2025-08-31 13:48:38 +07:00
goldsquid
8ec2673626
fix
2025-08-31 12:43:11 +07:00
goldsquid
7dff68b46f
fix
2025-08-31 12:29:39 +07:00
goldsquid
9d3d5a1444
fix
2025-08-31 12:24:07 +07:00
goldsquid
a90a2df025
update
2025-08-31 11:48:15 +07:00
goldsquid
b56f1d95fd
fix
2025-08-30 19:45:19 +07:00
goldsquid
cdea0ea21d
delete arbitrum-erigon3
2025-08-30 19:35:39 +07:00
goldsquid
9ecd5ffee8
nitro-erigon
2025-08-30 19:35:06 +07:00
goldsquid
484b096882
do not build the eriogn tools
2025-08-30 14:08:25 +07:00
goldsquid
7485d62095
update arbitrum erigon
2025-08-30 13:36:15 +07:00
goldsquid
51b3696e37
rpc opts
2025-08-28 22:47:45 +07:00
goldsquid
e0b644cf9a
update
2025-08-27 16:44:34 +07:00
goldsquid
d1ced15d1d
update
2025-08-26 18:35:53 +07:00
goldsquid
1709e0eb12
update
2025-08-26 18:26:34 +07:00
goldsquid
112d8baae8
update
2025-08-21 14:49:45 +07:00
goldsquid
01b630ef6c
isthmus on fraxtal
2025-08-21 14:39:26 +07:00
Payne
abda0c9ff7
add temporary nitro erigon yml file
2025-08-13 21:00:42 +03:00
goldsquid
a4e58b10a3
reverse update
2025-08-13 17:04:39 +07:00
goldsquid
cf23aea82e
version updates
2025-08-13 16:56:18 +07:00
goldsquid
75d8f2cb94
gas price limit
2025-08-13 15:07:18 +07:00
goldsquid
9d2e5a9444
no congestion treshold for scroll
2025-08-12 18:02:30 +07:00
goldsquid
28b49aceba
update the taiko thing for preconfirmations
2025-08-12 17:23:37 +07:00
goldsquid
5588075961
do not build op-reth
2025-08-12 14:18:05 +07:00
goldsquid
a83630ec7e
update
2025-08-12 13:51:20 +07:00
goldsquid
0c8e3a10ba
fix
2025-08-01 20:56:03 +07:00
goldsquid
b0709ec289
fix
2025-08-01 18:13:57 +07:00
goldsquid
84474286e5
fix
2025-08-01 18:03:31 +07:00
goldsquid
47b531f83f
fix
2025-08-01 17:57:52 +07:00
goldsquid
a332445329
fix
2025-08-01 17:55:43 +07:00
goldsquid
68aa5c73f8
fix
2025-08-01 17:49:44 +07:00
goldsquid
9448d5b50e
do not toch the ones without flashbots
2025-08-01 17:42:52 +07:00
goldsquid
d35f94db80
build base reth with flashbots
2025-08-01 17:40:35 +07:00
goldsquid
c70dc219c9
update
2025-08-01 17:15:51 +07:00
goldsquid
aa4ce588c4
update3
2025-07-30 22:24:07 +07:00
goldsquid
cd0d26ff40
update
2025-07-17 13:59:22 +07:00
goldsquid
92af861c05
update
2025-07-17 13:52:48 +07:00
goldsquid
bfae1db6b8
update
2025-07-17 13:51:25 +07:00
goldsquid
6c66a4c2f4
update
2025-07-17 12:21:25 +07:00
goldsquid
f885f2f820
update
2025-07-15 13:27:14 +07:00
goldsquid
17ffaa8731
update
2025-07-14 22:03:53 +07:00
goldsquid
2d1ea37364
update
2025-07-14 16:59:42 +07:00
goldsquid
3b8b30a3b9
update
2025-07-14 16:22:16 +07:00
goldsquid
35dec193bb
update bsc gas price
2025-07-14 16:17:46 +07:00
goldsquid
39e48fdfd0
update
2025-07-05 12:17:40 +07:00
goldsquid
d1c7bb53fd
update
2025-07-03 18:11:05 +07:00
goldsquid
2ed184cb68
update
2025-07-02 15:11:26 +07:00
goldsquid
6abf4b2a00
more stats
2025-06-29 14:26:53 +07:00
goldsquid
c484bbe293
fix
2025-06-29 12:52:24 +07:00
goldsquid
4f70eb18f5
minimal geth
2025-06-29 12:07:34 +07:00
goldsquid
b818df5d03
update
2025-06-28 18:56:27 +07:00
goldsquid
b7589c6d80
fix gnosis
2025-06-27 14:16:08 +07:00
goldsquid
4a90d75098
updates
2025-06-27 13:46:56 +07:00
goldsquid
33b6ada9e5
update
2025-06-26 10:48:03 +07:00
goldsquid
254ee96fa1
update
2025-06-25 17:52:47 +07:00
goldsquid
e0792ea61f
no ipfilter
2025-06-25 17:47:24 +07:00
goldsquid
474266a03f
fix
2025-06-24 11:04:54 +07:00
goldsquid
c800c8512e
update
2025-06-24 11:00:44 +07:00
goldsquid
4da8d4444d
update
2025-06-24 08:46:09 +07:00
goldsquid
8161d096d7
update and disable eth_getLogs on pruned erigon3 nodes
2025-06-23 12:51:30 +07:00
goldsquid
9c39f7ac1d
no more nginx
2025-06-22 15:08:21 +07:00
goldsquid
04db729cb7
get rid of nginx
2025-06-22 14:47:42 +07:00
goldsquid
b6b09dfc0c
no more debug on visor
2025-06-21 02:07:57 +07:00
goldsquid
2c2e3dfe36
poor mans archive nitro
2025-06-20 14:27:19 +07:00
goldsquid
25a66982fc
viction fix
2025-06-20 13:54:48 +07:00
goldsquid
0ebe442e3f
erigon for arbitrum arrives
2025-06-20 10:56:21 +07:00
goldsquid
5b31086356
update
2025-06-20 03:53:13 +07:00
goldsquid
a8de36eefd
update
2025-06-20 03:51:36 +07:00
goldsquid
029ac0e01d
don't build that doesn't perfrom as good
2025-06-19 20:35:54 +07:00
goldsquid
abdddf4a50
no pruning for nitro
2025-06-19 17:14:33 +07:00
goldsquid
51ba55d300
add pruning to nitro
2025-06-19 16:29:39 +07:00
goldsquid
2d570187df
update and build erigon3 for bsc
2025-06-19 16:01:19 +07:00
goldsquid
fb643e9d33
do not use websockets
2025-06-19 14:39:44 +07:00
goldsquid
253d885f8a
make it stop
2025-06-19 13:53:09 +07:00
goldsquid
6771a5144f
need correct port
2025-06-19 13:37:23 +07:00
goldsquid
da146cf056
with bootnodes
2025-06-19 12:44:56 +07:00
goldsquid
f54f12fa90
gpg missing
2025-06-19 10:34:18 +07:00
goldsquid
6af3e85ab4
gpg missing
2025-06-19 10:33:08 +07:00
goldsquid
efe7856da0
curl missing
2025-06-19 10:29:20 +07:00
goldsquid
dedaa56772
a new chain is borne
2025-06-19 10:28:11 +07:00
goldsquid
c345ff78db
special case for viction
2025-06-18 21:01:32 +07:00
goldsquid
0f5daff12e
updates
2025-06-18 18:52:21 +07:00
goldsquid
8d8e8fcb14
update
2025-06-18 13:58:23 +07:00
goldsquid
c493ba0485
optimizoor
2025-06-18 12:57:08 +07:00
goldsquid
09b2b664e9
delete the benachmark shit
2025-06-18 12:46:36 +07:00
Para Dox
b1f1bf0193
no more prysm
2025-06-18 07:32:45 +07:00
Para Dox
6ca1cd32ac
publicnode snaps are leveldb
2025-06-17 21:06:29 +07:00
Para Dox
879542665b
updates
2025-06-17 20:56:14 +07:00
Para Dox
7f333ff5c6
fix
2025-06-17 16:00:16 +07:00
Para Dox
20487eb941
maybe?
2025-06-17 15:36:57 +07:00
Para Dox
0f5e128466
checkpoint sync lighthouse
2025-06-17 15:00:31 +07:00
Para Dox
df54c73348
checkpoint sync lighthouse
2025-06-17 14:59:23 +07:00
Para Dox
940de9d354
checkpoint sync lighthouse
2025-06-17 14:56:48 +07:00
Para Dox
734ce300d5
use lighthouse for reth
2025-06-17 14:50:56 +07:00
Para Dox
45a5cedca2
need auth
2025-06-17 13:17:40 +07:00
Para Dox
629a75930c
fix the image tag
2025-06-17 13:10:53 +07:00
Para Dox
e0c02802ef
new eth mainnet
2025-06-17 13:06:04 +07:00
Para Dox
37372f8ebb
update + fix
2025-06-17 13:02:04 +07:00
Para Dox
a38f2c68cd
fix the beacon upstreams
2025-06-17 11:13:02 +07:00
Para Dox
e843ac2fb7
lets try without cache
2025-06-16 18:38:49 +07:00
Para Dox
5a8ec581b2
higher returndatalimit
2025-06-16 17:52:25 +07:00
Para Dox
e54c417deb
besu on eth
2025-06-16 17:27:29 +07:00
Para Dox
6c63b34a20
compress grafana
2025-06-15 20:53:57 +07:00
Para Dox
0f546890ef
testnet is networkid
2025-06-15 20:01:06 +07:00
Para Dox
4369e3d96c
testnet is networkid
2025-06-15 19:54:50 +07:00
Para Dox
81978d477d
don't mess with home
2025-06-15 12:39:33 +07:00
Para Dox
26ce9f952f
somehow those options have not been enabled
2025-06-15 12:36:08 +07:00
Para Dox
83be6078c2
node sync enforced
2025-06-15 12:13:23 +07:00
Para Dox
c40dcd4e11
update
2025-06-14 14:41:33 +07:00
Para Dox
a166b5ecfb
update
2025-06-14 14:40:30 +07:00
Para Dox
a28d17bcf4
build sonic for real
2025-06-14 14:14:56 +07:00
squidbear
6b89e0318e
moar
2025-06-14 08:42:34 +02:00
squidbear
9b619cb611
add monitoring
2025-06-14 08:35:27 +02:00
Para Dox
650924976f
allow dshackle to connect to the host
2025-06-14 13:25:48 +07:00
Para Dox
e467904304
patch sonic (properly)
2025-06-14 13:20:29 +07:00
Para Dox
7bbc5eecb9
patch sonic (properly)
2025-06-14 13:14:17 +07:00
Para Dox
8986887888
patch sonic
2025-06-14 13:00:02 +07:00
Para Dox
4b83e6c7ef
need to patch sonic
2025-06-14 12:58:22 +07:00
Para Dox
608191b995
fix variable
2025-06-12 20:19:59 +07:00
Para Dox
ec8c059640
fix toml
2025-06-12 15:30:26 +07:00
Para Dox
5ee3d84647
allow prom
2025-06-12 15:20:44 +07:00
Para Dox
35289ed90e
remove pruning from config
2025-06-11 19:13:59 +07:00
Para Dox
b06ef4db7b
remove pruning from config
2025-06-11 18:56:07 +07:00
Para Dox
cb3c7bc28e
update
2025-06-10 13:04:45 +07:00
Para Dox
e18ef7a1ea
update
2025-06-08 14:55:07 +07:00
Para Dox
9d7e701a89
update scroll
2025-06-06 15:26:07 +07:00
Para Dox
37721b64d1
updates
2025-06-05 14:31:23 +07:00
Para Dox
747a387ef8
updates
2025-06-05 14:27:00 +07:00
Para Dox
31b175c61a
update
2025-06-04 16:32:38 +07:00
Para Dox
577ce53232
lets besu
2025-06-04 11:16:03 +07:00
Para Dox
a0791ccea6
fix
2025-06-03 22:48:20 +07:00
Para Dox
220db93c1c
??
2025-06-03 20:46:17 +07:00
Para Dox
f28baca470
??
2025-06-03 20:42:51 +07:00
Para Dox
48f0ea5c0a
ficx
2025-06-03 20:36:55 +07:00
Para Dox
fcd7b58ff8
fix
2025-06-03 20:31:50 +07:00
Para Dox
2531d8d36f
fix
2025-06-03 20:29:52 +07:00
Para Dox
429881f3ba
fix
2025-06-03 20:28:28 +07:00
Para Dox
c8b36cf375
fix
2025-06-03 20:23:11 +07:00
Para Dox
ce21871e30
fix
2025-06-03 20:17:30 +07:00
Para Dox
25995cbca0
fix
2025-06-03 20:15:06 +07:00
Para Dox
aae606a794
berachain revival
2025-06-03 20:11:35 +07:00
Para Dox
9cdc73b298
feature not bug
2025-06-02 02:02:02 +07:00
Para Dox
a610057600
persistent connections
2025-06-02 01:42:30 +07:00
Para Dox
eb50b33aa3
persistent connections
2025-06-02 01:37:09 +07:00
Para Dox
6f830e77cd
measure time so detailed
2025-06-02 01:19:11 +07:00
Para Dox
9b4988d58a
measure nanoseconds
2025-06-02 01:04:21 +07:00
Para Dox
8b75dd9bd7
measure nanoseconds
2025-06-02 01:02:19 +07:00
Para Dox
9ef4a1f02d
ignore latency mismatches
2025-06-02 00:28:18 +07:00
Para Dox
1d11e27cda
sonot duplicate sendTx
2025-06-02 00:26:35 +07:00
Para Dox
3d13e30a5a
streaming is back
2025-06-01 22:20:37 +07:00
Para Dox
338eaa3da6
no more streaming
2025-06-01 22:17:28 +07:00
Para Dox
061671bcc3
no more streaming
2025-06-01 22:11:07 +07:00
Para Dox
40d5ad9750
no more streaming
2025-06-01 22:00:33 +07:00
Para Dox
e046526ce9
no more streaming
2025-06-01 21:56:27 +07:00
Para Dox
a454a57ff9
no more streaming
2025-06-01 21:32:56 +07:00
Para Dox
d8659d1040
no more streaming
2025-06-01 21:27:51 +07:00
Para Dox
46ede89ece
more debug
2025-06-01 21:23:09 +07:00
Para Dox
f826f6d2c3
more debug
2025-06-01 21:19:48 +07:00
Para Dox
2388b23daa
more debug
2025-06-01 21:15:38 +07:00
Para Dox
d07c317d02
more debug
2025-06-01 21:13:34 +07:00
Para Dox
ac4b83fd44
do gzip
2025-06-01 21:08:00 +07:00
Para Dox
cef8eff6f5
tackle client disconnects
2025-06-01 21:03:11 +07:00
Para Dox
8ac43fdbac
log primary and secondary responses
2025-06-01 20:59:56 +07:00
Para Dox
fcdee01608
better error handling
2025-06-01 20:54:54 +07:00
Para Dox
c37c53f4f9
better error handling
2025-06-01 20:45:46 +07:00
Para Dox
7f97cfe09a
better error handling
2025-06-01 20:32:27 +07:00
Para Dox
55ab8cbd51
better error handling
2025-06-01 20:22:12 +07:00
Para Dox
62928caa7a
new toy
2025-06-01 19:45:38 +07:00
Para Dox
367a1890e8
fix the issue
2025-06-01 18:16:47 +07:00
Para Dox
542aa60b23
fix the issue
2025-06-01 18:08:55 +07:00
Para Dox
f6b2aa2206
fix the issue
2025-06-01 18:03:51 +07:00
Para Dox
39eed22e98
fix the issue
2025-06-01 17:51:33 +07:00
Para Dox
6eb5518a2d
whitelist methods
2025-06-01 15:42:45 +07:00
Para Dox
6858e94734
tx hash queries to primary
2025-05-31 22:31:28 +07:00
Para Dox
82e094faf8
better logging
2025-05-31 22:03:43 +07:00
Para Dox
6a10227e87
track block hashes
2025-05-31 21:59:47 +07:00
Para Dox
502f01a301
log every erro
2025-05-31 21:41:24 +07:00
Para Dox
7ab01cd5dd
op-reth kaputt
2025-05-31 16:37:15 +07:00
Para Dox
f2b2643c5f
new target
2025-05-31 00:49:39 +07:00
Para Dox
7f99a93745
do the test at home
2025-05-30 13:44:09 +07:00
Para Dox
22273b1951
base reth toml file
2025-05-30 11:02:19 +07:00
Para Dox
ac39985f03
base reth toml file
2025-05-30 10:58:47 +07:00
Para Dox
91109e7a94
base sync fix
2025-05-30 10:26:20 +07:00
Para Dox
7b129c628b
base sync fix
2025-05-30 10:11:31 +07:00
Para Dox
368db703c4
block tags also for getLogs and handing non-standard methods
2025-05-30 09:34:58 +07:00
Para Dox
c02c7468a8
rigid block tag routing
2025-05-30 08:55:42 +07:00
Para Dox
99bc61a018
blub
2025-05-30 00:58:01 +07:00
Para Dox
7aa2439a42
better
2025-05-29 23:41:56 +07:00
Para Dox
24e1a430eb
better
2025-05-29 22:18:32 +07:00
Para Dox
382db5bee1
opus fixes this
2025-05-29 21:35:22 +07:00
Para Dox
6d46471536
lets try sonnet
2025-05-29 11:33:43 +07:00
Para Dox
779a2e76f9
a set of random fixes into the blue
2025-05-29 10:53:36 +07:00
Para Dox
c5710c33b1
a set of random fixes into the blue
2025-05-29 10:35:07 +07:00
Para Dox
97cf8fd6fa
a set of random fixes into the blue
2025-05-29 10:18:30 +07:00
Para Dox
57cfa421b4
a set of random fixes into the blue
2025-05-29 02:24:50 +07:00
Para Dox
b70e0f4afb
a set of random fixes into the blue
2025-05-29 01:55:12 +07:00
Para Dox
dea6cf315e
more features
2025-05-29 01:26:24 +07:00
Para Dox
c08a43eb02
more features
2025-05-29 01:22:10 +07:00
Para Dox
3b43c15074
more features
2025-05-29 01:08:24 +07:00
Para Dox
596dba9ad9
more features
2025-05-29 01:03:59 +07:00
Para Dox
73f70555d2
more features
2025-05-29 00:05:17 +07:00
Para Dox
0c06f20666
more features
2025-05-28 23:48:51 +07:00
Para Dox
431b159146
more features
2025-05-28 23:44:36 +07:00
Para Dox
d78f41e521
more features
2025-05-28 23:35:14 +07:00
Para Dox
23bf18eb83
more features
2025-05-28 23:27:18 +07:00
Para Dox
b22dfd6d10
more features
2025-05-28 23:21:57 +07:00
Para Dox
46c320ef52
more features
2025-05-28 23:10:40 +07:00
Para Dox
2daa7560de
more features
2025-05-28 23:00:57 +07:00
Para Dox
90e8af4644
more features
2025-05-28 22:40:55 +07:00
Para Dox
f6161e575d
more features
2025-05-28 22:30:28 +07:00
Para Dox
1c14c8a861
more features
2025-05-28 22:15:19 +07:00
Para Dox
5a557f574f
more features
2025-05-28 22:03:07 +07:00
Para Dox
36cc615903
more features
2025-05-28 21:55:32 +07:00
Para Dox
6055d17a4d
more features
2025-05-28 21:45:49 +07:00
Para Dox
f18cd800dc
more features
2025-05-28 21:39:01 +07:00
Para Dox
e136521e26
bench bsc
2025-05-28 16:30:58 +07:00
Para Dox
04fdcaccfe
updates
2025-05-28 16:23:23 +07:00
Para Dox
0ab7a45d64
done
2025-05-26 14:58:54 +07:00
Para Dox
07871d8efc
done
2025-05-26 02:28:27 +07:00
Para Dox
f2b91ac1c0
done
2025-05-26 01:58:33 +07:00
Para Dox
e2218f499c
done
2025-05-26 01:01:56 +07:00
Para Dox
a048e4c292
eriogn is a kind
2025-05-26 00:25:50 +07:00
Para Dox
8a74e4e149
reth of a kind
2025-05-26 00:21:46 +07:00
Para Dox
19b079da16
reth is a kind
2025-05-26 00:17:46 +07:00
Para Dox
355f538d8b
done
2025-05-25 22:42:49 +07:00
Para Dox
1856f17848
done
2025-05-25 22:38:52 +07:00
Para Dox
5688b0b8c4
done
2025-05-25 22:29:01 +07:00
Para Dox
1ceeae7bea
done
2025-05-25 21:30:12 +07:00
Para Dox
ce41dc7fb3
done
2025-05-25 21:27:51 +07:00
Para Dox
cc8c1a3c81
done
2025-05-25 21:26:06 +07:00
Para Dox
a70284eec1
done
2025-05-25 21:19:23 +07:00
Para Dox
edb6e7518b
done
2025-05-25 20:50:31 +07:00
Para Dox
b71851d43f
done
2025-05-25 20:36:38 +07:00
Para Dox
39323d19eb
done
2025-05-25 20:21:23 +07:00
Para Dox
1feac516b4
done
2025-05-25 15:49:51 +07:00
Para Dox
3d10d7b32b
done
2025-05-25 15:45:35 +07:00
Para Dox
2706436d16
done
2025-05-25 15:42:36 +07:00
Para Dox
03735aeed6
done
2025-05-25 15:40:30 +07:00
Para Dox
5aeb68cfb6
done
2025-05-25 15:34:58 +07:00
Para Dox
78b0f0669d
done
2025-05-25 15:32:29 +07:00
Para Dox
0cfacad7e6
done
2025-05-25 15:26:41 +07:00
Para Dox
a7be4c90d6
done
2025-05-25 15:20:57 +07:00
Para Dox
15a2cd6ac0
done
2025-05-25 15:19:19 +07:00
Para Dox
1575dadaca
done
2025-05-25 15:14:53 +07:00
Para Dox
af80ad8d74
done
2025-05-25 14:53:40 +07:00
Para Dox
e29ea29547
now we build reth
2025-05-25 14:14:32 +07:00
Para Dox
25b2310699
claude code did this
2025-05-24 22:32:46 +07:00
Para Dox
d246befaea
hail the anchors
2025-05-24 19:07:19 +07:00
Para Dox
b82fb47f00
beta
2025-05-24 18:33:45 +07:00
Para Dox
6d0a5d9d6d
node is refactored into it's own template
2025-05-24 18:04:16 +07:00
Para Dox
b0fc62b701
configurable
2025-05-24 02:24:42 +07:00
Para Dox
87e9ba6b9e
fuse is back
2025-05-23 19:34:52 +07:00
Para Dox
5cc07f93a7
remove the health check
2025-05-23 18:41:33 +07:00
Para Dox
edf8d469fb
naive health check
2025-05-23 17:12:52 +07:00
Para Dox
9e634508c7
Merge branch 'vibe' of github.com:StakeSquid/ethereum-rpc-docker into vibe
2025-05-23 12:48:36 +07:00
Para Dox
1495a49144
fix
2025-05-23 12:47:26 +07:00
Brain🧠
dd662dfdd0
home
2025-05-22 20:33:57 +03:00
Para Dox
c8ae2e4f91
fix
2025-05-22 22:02:50 +07:00
Para Dox
61d95baef9
links
2025-05-22 21:49:45 +07:00
Para Dox
958432e343
fuse not none
2025-05-22 21:48:30 +07:00
Para Dox
0f5d7e9651
lisk sepolia can not build
2025-05-22 19:33:37 +07:00
Para Dox
2a987f64a2
update
2025-05-22 19:25:14 +07:00
Para Dox
2d8c58f13e
fix
2025-05-22 17:04:25 +07:00
Para Dox
5978ad47da
rocksdb
2025-05-22 16:20:21 +07:00
Para Dox
af15054bf5
new fuse
2025-05-22 16:04:55 +07:00
Para Dox
58a3233ffd
update
2025-05-22 15:02:47 +07:00
Para Dox
ff729a2f44
indexer for bitcoin
2025-05-22 14:53:28 +07:00
Para Dox
a600aabfab
indexer for bitcoin
2025-05-22 14:48:16 +07:00
Para Dox
16e30d2b48
indexer for bitcoin
2025-05-22 14:31:35 +07:00
Para Dox
84bf18d6e4
indexer for bitcoin
2025-05-22 14:23:58 +07:00
Para Dox
e57fdad3fe
indexer for bitcoin
2025-05-22 14:21:39 +07:00
Para Dox
860921b712
indexer for bitcoin
2025-05-22 13:59:40 +07:00
Para Dox
6c7ceaab90
now with ripple
2025-05-22 01:57:40 +07:00
Para Dox
5135a30790
links
2025-05-22 00:28:59 +07:00
Para Dox
5492883a2c
new chain
2025-05-22 00:26:56 +07:00
Para Dox
4f7fe9a256
brrr
2025-05-22 00:15:39 +07:00
Para Dox
bbd93c0ffb
brrr
2025-05-22 00:14:07 +07:00
Para Dox
295135dc8d
brrr
2025-05-22 00:02:02 +07:00
Para Dox
6173215cdc
brrr
2025-05-21 23:58:19 +07:00
Para Dox
0edd43dc56
deletre the wrong files
2025-05-21 23:29:26 +07:00
Para Dox
aa79b3128d
brrr
2025-05-21 23:28:01 +07:00
Para Dox
a8354bebbe
god entered the room
2025-05-21 23:12:36 +07:00
Para Dox
a1eedd6d01
bob pebblehash
2025-05-21 13:58:48 +07:00
Para Dox
72876114c3
unify
2025-05-21 13:56:22 +07:00
Para Dox
7ee7456752
update
2025-05-21 12:21:33 +07:00
Para Dox
27576f3cb4
update
2025-05-21 12:10:49 +07:00
Para Dox
b9fb679727
update
2025-05-21 12:03:43 +07:00
Para Dox
e97864a989
update
2025-05-21 11:58:00 +07:00
Para Dox
f51ad3db00
update
2025-05-21 11:51:00 +07:00
Para Dox
f073412959
one-blocks
2025-05-20 23:05:01 +07:00
Para Dox
bc12f3d42c
no http
2025-05-20 22:28:39 +07:00
Para Dox
1dc50366cb
port now gud
2025-05-20 22:26:02 +07:00
Para Dox
86ae0c4545
fix firehose
2025-05-20 22:20:20 +07:00
Para Dox
29a55e7e6f
fix firehose default path
2025-05-20 22:16:22 +07:00
Para Dox
7661d8c7db
fix firehose default path
2025-05-20 22:15:26 +07:00
Para Dox
a6bd111ce6
teh flag
2025-05-20 22:08:01 +07:00
Para Dox
16090503d4
few configs
2025-05-20 22:02:49 +07:00
Para Dox
2a13b59aae
version fix
2025-05-20 21:54:12 +07:00
Para Dox
85a5862f90
renaming
2025-05-20 21:20:28 +07:00
Para Dox
8b6133287e
fix
2025-05-19 21:44:36 +07:00
Para Dox
c648d1304a
force it
2025-05-19 21:41:09 +07:00
Para Dox
62fde28752
force it
2025-05-19 21:37:19 +07:00
Para Dox
c5671b50c3
force it
2025-05-19 21:33:29 +07:00
Para Dox
5a04784b1c
fix
2025-05-19 21:08:40 +07:00
Para Dox
39e3b4a9d6
fix upstreams
2025-05-19 20:00:01 +07:00
Para Dox
fb964d86a1
too much information
2025-05-19 19:38:00 +07:00
Para Dox
2eda458a23
fix
2025-05-19 19:13:42 +07:00
Para Dox
747e8077a0
pebble
2025-05-19 19:09:35 +07:00
Para Dox
4baf955ce2
do the index
2025-05-19 19:03:04 +07:00
Para Dox
9c32719987
do the index
2025-05-19 19:01:08 +07:00
Para Dox
59e1608b67
fix
2025-05-19 18:18:38 +07:00
Para Dox
b13e48e897
fix
2025-05-19 18:15:55 +07:00
Para Dox
5a38f4960b
fix
2025-05-19 17:54:42 +07:00
Para Dox
646def7d2b
update
2025-05-19 17:47:57 +07:00
Para Dox
84e66e2697
update
2025-05-19 17:09:18 +07:00
Para Dox
b21f82fc17
fix
2025-05-19 17:02:51 +07:00
Para Dox
017f5e9bec
fix
2025-05-19 16:58:07 +07:00
Para Dox
228fb63f02
fix
2025-05-19 16:55:59 +07:00
Para Dox
1818ead761
leave for good
2025-05-19 16:52:38 +07:00
Para Dox
6a9ab07495
home
2025-05-19 16:33:27 +07:00
Para Dox
cd6ad78d11
fix
2025-05-19 16:15:16 +07:00
Para Dox
b2f6d8ef45
fix
2025-05-19 15:32:37 +07:00
Para Dox
22a7b3ea1b
geth is not default
2025-05-19 15:20:38 +07:00
Para Dox
88140231ce
classic names
2025-05-19 15:16:47 +07:00
Para Dox
ca84033a14
fix version
2025-05-19 14:51:25 +07:00
Para Dox
9afe08dff2
better classic
2025-05-19 13:23:57 +07:00
Para Dox
6e477bd5f0
renaming stuff
2025-05-19 13:05:42 +07:00
Para Dox
5a1c0bf495
nitro metrics path
2025-05-18 14:28:56 +07:00
Para Dox
70d727d7ad
nitro metrics
2025-05-18 14:27:02 +07:00
Para Dox
6f0e5ac218
besu metrics
2025-05-18 14:19:12 +07:00
Para Dox
aa2b598b32
metrics for prysm
2025-05-18 14:15:34 +07:00
Para Dox
3587d82931
metric for sonic
2025-05-18 13:46:07 +07:00
Para Dox
0d902eb69b
nimbus metrics
2025-05-18 13:36:33 +07:00
Para Dox
af0c8cd7e2
fix reth metric
2025-05-18 13:21:40 +07:00
Para Dox
98abb33fc8
now with prometheus. hopefully
2025-05-18 13:11:00 +07:00
Para Dox
f2855d3a2c
strong progress
2025-05-16 15:16:39 +07:00
Para Dox
44461bffcd
strong progress
2025-05-16 15:12:39 +07:00
Para Dox
d5598f5446
more visibility
2025-05-16 14:04:58 +07:00
Para Dox
07bbfb22cc
more visibility
2025-05-16 14:04:09 +07:00
Para Dox
ddf85ee8f9
remove unused files
2025-05-16 12:03:23 +07:00
Para Dox
22ce16f065
do not store logs
2025-05-16 12:01:50 +07:00
Para Dox
bfccfdbadc
test
2025-05-16 11:49:54 +07:00
Para Dox
8c654c70d1
test
2025-05-16 11:42:19 +07:00
Para Dox
f43859c298
delete stuff
2025-05-16 11:41:59 +07:00
Para Dox
0396014baf
release the firehose
2025-05-15 16:25:39 +07:00
Para Dox
cd0adc475b
update
2025-05-15 16:24:58 +07:00
Para Dox
eb5197aca3
no hardfork yet
2025-05-13 22:22:04 +07:00
Para Dox
b69db72c80
still secrets for zircuit
2025-05-13 13:40:41 +07:00
Para Dox
34c1c62a7d
no more gensis and rollup.json for zircuit
2025-05-13 13:25:38 +07:00
Para Dox
4a4dfbda1d
no more gensis and rollup.json for zircuit
2025-05-13 13:16:16 +07:00
Para Dox
648db38954
new params
2025-05-13 12:58:24 +07:00
Para Dox
1b489f5a94
new params
2025-05-13 12:40:46 +07:00
Para Dox
c9188fa6c7
fix
2025-05-12 13:44:21 +07:00
Para Dox
f92b61c228
update zircuit
2025-05-12 12:49:20 +07:00
Para Dox
3d98079a2a
fix the logging issue
2025-05-12 10:12:47 +07:00
Para Dox
c83ed6d7d3
updates
2025-05-12 09:11:22 +07:00
Para Dox
0b139fed3d
few tweaks
2025-05-10 19:40:07 +07:00
Para Dox
1ba136a4f8
few tweaks
2025-05-10 19:09:56 +07:00
Para Dox
8e2243616b
add new parameter
2025-05-09 17:53:45 +07:00
Para Dox
3fbde2d791
add new parameter
2025-05-09 17:50:36 +07:00
Para Dox
781e6535b6
update
2025-05-09 17:23:10 +07:00
Para Dox
85ee5afd87
no more walkback and updates
2025-05-06 13:15:27 +07:00
Para Dox
be54827b7d
fix
2025-05-03 18:53:40 +07:00
Para Dox
30ae1caff4
now with node profiles
2025-05-03 18:50:37 +07:00
Para Dox
4eedfa81e0
classic where classic belongs
2025-05-03 18:02:00 +07:00
Para Dox
12c72587e6
a minimal base
2025-05-02 14:17:43 +07:00
Para Dox
88c9eb7a2c
format output
2025-05-01 16:10:52 +07:00
Para Dox
b3893280b8
benchmark prices
2025-05-01 16:01:53 +07:00
Para Dox
4718d739a8
benchmark prices
2025-05-01 15:56:09 +07:00
Para Dox
211bd2684b
benchmark prices
2025-05-01 15:52:50 +07:00
Para Dox
b56880f5a2
benchmark prices
2025-05-01 15:44:39 +07:00
Para Dox
d6350bfde1
bench base
2025-05-01 14:33:27 +07:00
Para Dox
ea255de1cd
now with websockets
2025-05-01 14:25:29 +07:00
Para Dox
f2b642c20d
now with websockets
2025-05-01 14:20:31 +07:00
Para Dox
25502ae1a1
now with websockets
2025-05-01 14:17:45 +07:00
Para Dox
ae1cbd0493
now with websockets
2025-05-01 14:14:59 +07:00
Para Dox
83ce10ec3d
naming convention introduced
2025-05-01 14:06:38 +07:00
Para Dox
232748632a
first try
2025-05-01 14:05:47 +07:00
Para Dox
f171abb333
fancy testing
2025-05-01 13:33:13 +07:00
Para Dox
4722460091
fix dns tree url
2025-04-29 23:32:57 +07:00
Para Dox
f15132a8d1
fix dns tree url
2025-04-29 23:21:53 +07:00
Para Dox
4d199f81bb
smol is gud
2025-04-29 23:11:06 +07:00
Para Dox
104f2d8e1c
minified testnets
2025-04-29 22:17:44 +07:00
Para Dox
b930803d21
minified testnets
2025-04-29 22:17:08 +07:00
Para Dox
362f6bd577
fix backups
2025-04-29 18:00:53 +07:00
Para Dox
fca23f8205
pruning is now only starting manually
2025-04-29 16:31:39 +07:00
Para Dox
1241776349
add is
2025-04-29 16:11:54 +07:00
Para Dox
a6d574c9a9
fix classic shackle connection
2025-04-29 12:58:52 +07:00
Para Dox
d28181236c
fix hoodie name
2025-04-29 12:10:50 +07:00
Para Dox
94bc176586
new methods and hoodie
2025-04-29 12:08:23 +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
8c104531b4
it's the real one
2025-04-28 20:33:01 +07:00
Para Dox
8ff330d38b
excellent
2025-04-28 20:31:33 +07:00
Para Dox
06faa1d9f4
moved
2025-04-28 20:28:22 +07:00
Para Dox
740dbd59de
no genesis for bsc erigon
2025-04-28 17:28:23 +07:00
Para Dox
e8b5cce384
try
2025-04-28 17:21:29 +07:00
Para Dox
4ffde02488
try
2025-04-28 17:01:22 +07:00
Para Dox
e61b97ff4e
try
2025-04-28 16:57:55 +07:00
Para Dox
9d22af0d73
try
2025-04-28 16:55:31 +07:00
Para Dox
7c66e91f2c
nat
2025-04-28 16:46:40 +07:00
Para Dox
f23b099659
fix
2025-04-28 16:42:21 +07:00
Para Dox
15f9691b37
fix
2025-04-28 16:40:24 +07:00
Para Dox
3b90a9bbde
fix
2025-04-28 16:38:52 +07:00
Para Dox
8b1cb957d1
fix
2025-04-28 16:34:10 +07:00
Para Dox
fe505dd239
no bootnodes for eth-classic
2025-04-28 16:09:45 +07:00
Para Dox
7086278d67
new life
2025-04-28 16:08:38 +07:00
Para Dox
ba1f06506d
fix
2025-04-28 16:08:13 +07:00
Para Dox
c7d8a6e534
shortcuts
2025-04-28 16:05:42 +07:00
Para Dox
e618db0aea
besu is back
2025-04-28 16:04:08 +07:00
Para Dox
9650e2f978
better naming
2025-04-28 15:02:51 +07:00
Para Dox
41027d8aa3
sync me a faster linea
2025-04-28 14:59:30 +07:00
Para Dox
071eff21ee
simple look
2025-04-27 23:56:32 +07:00
Para Dox
e109dc0e35
simple look
2025-04-27 23:31:46 +07:00
Para Dox
ef725c1768
simple look
2025-04-27 23:29:43 +07:00
Para Dox
2684dec118
simple look
2025-04-27 23:26:36 +07:00
Para Dox
191fd11d93
simple look
2025-04-27 23:20:19 +07:00
Para Dox
0a6c5e9fb5
simple look
2025-04-27 23:18:07 +07:00
Para Dox
7c28a5d536
simple look
2025-04-27 23:14:52 +07:00
Para Dox
7a82a4dbf4
simple look
2025-04-27 23:06:16 +07:00
Para Dox
5af24a34af
simple look
2025-04-27 23:02:25 +07:00
Para Dox
9ba491ab8b
simple look
2025-04-27 22:56:10 +07:00
Para Dox
e7657a133c
simple look
2025-04-27 22:48:49 +07:00
Para Dox
088f42cb11
simple look
2025-04-27 22:40:57 +07:00
Para Dox
125452c7d4
simple look
2025-04-27 22:34:46 +07:00
Para Dox
153abf5805
simple look
2025-04-27 22:33:30 +07:00
Para Dox
5c63c62859
simple look
2025-04-27 22:30:57 +07:00
Para Dox
cbfe770a1a
optimize for calls
2025-04-27 21:18:45 +07:00
Para Dox
12579f612f
optimize for calls
2025-04-27 21:12:47 +07:00
Para Dox
1d16a45496
optimize for calls
2025-04-27 21:10:20 +07:00
Para Dox
fa05b914a6
optimize for calls
2025-04-27 21:05:16 +07:00
Para Dox
ab10340dca
optimize for calls
2025-04-27 21:03:37 +07:00
Para Dox
d18aa9ca72
optimize for calls
2025-04-27 21:00:46 +07:00
Para Dox
dca2a0ef60
optimize for calls
2025-04-27 20:39:38 +07:00
Para Dox
d69a8cb0de
optimize for calls
2025-04-27 20:27:03 +07:00
Para Dox
a44ea07293
optimize for 0
2025-04-27 20:04:40 +07:00
Para Dox
d935624364
no node datadir yaj
2025-04-27 20:03:43 +07:00
Para Dox
5a080c522c
new era
2025-04-27 19:30:25 +07:00
Para Dox
1eb8a58fb2
new era
2025-04-27 19:28:32 +07:00
Para Dox
4331a5ac4a
new era
2025-04-27 19:26:38 +07:00
Para Dox
bfd8392e41
new era
2025-04-27 17:57:00 +07:00
Para Dox
ca59cb50eb
new era
2025-04-27 17:53:05 +07:00
Para Dox
c3d5534520
new era
2025-04-27 17:51:24 +07:00
Para Dox
ba2103d7c0
new era
2025-04-27 17:50:03 +07:00
Para Dox
9f3710ddaa
new era
2025-04-27 17:47:25 +07:00
Para Dox
4b17d54280
new era
2025-04-27 17:42:54 +07:00
Para Dox
b12409b2f6
new era
2025-04-27 17:40:33 +07:00
Para Dox
90e26f3523
exec
2025-04-27 17:32:37 +07:00
Para Dox
33d0bfe2c3
exec
2025-04-27 17:29:49 +07:00
Para Dox
1d85c22974
plz
2025-04-27 17:29:18 +07:00
Para Dox
ed2cf87989
new era
2025-04-27 17:24:06 +07:00
Para Dox
cca3d8e7e1
new era
2025-04-27 17:22:44 +07:00
Para Dox
037a01b7c2
new era
2025-04-27 17:17:12 +07:00
Para Dox
08b27a4a3b
new era
2025-04-27 17:14:21 +07:00
Para Dox
e1985a117f
new era
2025-04-27 17:10:32 +07:00
Para Dox
a1fc35b87f
new era
2025-04-27 17:06:15 +07:00
Para Dox
938bf33053
new era
2025-04-27 16:54:04 +07:00
Para Dox
9c40ab7451
new era
2025-04-27 16:52:17 +07:00
Para Dox
339af89892
new era
2025-04-27 16:49:09 +07:00
Para Dox
b6f5c17a9f
new era
2025-04-27 16:45:17 +07:00
Para Dox
5524999d55
new era
2025-04-27 16:43:52 +07:00
Para Dox
053b1aa97b
new era
2025-04-27 16:41:29 +07:00
Para Dox
4ed74e9c75
new era
2025-04-27 16:18:00 +07:00
Para Dox
f7b7934dd1
next
2025-04-27 16:17:02 +07:00
Para Dox
8a74589cfb
beacon node path
2025-04-27 13:47:58 +07:00
Para Dox
04c5e41ae9
nimbus
2025-04-26 21:21:21 +07:00
Para Dox
762011a809
nimbus
2025-04-26 21:17:15 +07:00
Para Dox
93baaace61
beef up reth
2025-04-26 20:58:41 +07:00
Para Dox
c7259dad75
first nimbus
2025-04-26 20:24:45 +07:00
Para Dox
1ded879d2d
some dangerous path changes for reth datadir
2025-04-26 20:22:45 +07:00
Para Dox
a379057318
env var clash
2025-04-26 01:24:50 +07:00
Para Dox
e6529fcb7c
sequncer url fix
2025-04-25 20:08:41 +07:00
Para Dox
d960ca7acd
hardfork
2025-04-23 08:07:45 +07:00
Para Dox
e44909c46d
seeds and peer issues tackle3d
2025-04-22 12:46:59 +07:00
Para Dox
12fd383dd8
fix
2025-04-21 11:40:31 +07:00
Para Dox
2cbe0c3986
fix
2025-04-21 11:16:22 +07:00
Para Dox
88deee2125
fix
2025-04-21 11:12:48 +07:00
Para Dox
fa1876de72
downgrade
2025-04-21 11:09:12 +07:00
Para Dox
056e59248d
fix
2025-04-21 10:50:45 +07:00
Para Dox
0dd9af2905
more peers
2025-04-21 10:20:18 +07:00
Para Dox
eae44c31e7
try
2025-04-21 10:05:06 +07:00
Para Dox
ef5ce7fa1d
do the thing
2025-04-21 09:52:07 +07:00
Para Dox
8f598d464c
erigon ftw
2025-04-20 17:24:15 +07:00
Para Dox
2da52e423b
erigon ftw
2025-04-20 17:14:29 +07:00
Para Dox
37c16701f2
upstreams without testing
2025-04-20 16:26:24 +07:00
Para Dox
54d3e75710
fix
2025-04-19 15:47:16 +07:00
Para Dox
c4b032577e
nuclear rollup
2025-04-19 12:44:42 +07:00
Para Dox
a1f3fd7109
dangerous script
2025-04-19 12:39:54 +07:00
Para Dox
221a0629e0
no open client ports when no discovery
2025-04-19 12:22:28 +07:00
Para Dox
e4d3bfb019
update
2025-04-19 11:33:54 +07:00
Para Dox
04145934f2
update
2025-04-19 11:31:38 +07:00
Para Dox
0fe081bbce
node depends on client
2025-04-19 02:20:58 +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
87bc69108c
hopefully nothing breaks
2025-04-19 00:28:36 +07:00
Para Dox
4f12b8d0ed
hopefully nothing breaks
2025-04-19 00:24:44 +07:00
Para Dox
efa0a7c56d
good fix
2025-04-18 15:45:00 +07:00
Para Dox
98eb25f7b5
fix
2025-04-18 12:43:22 +07:00
Para Dox
464ba456b8
fix
2025-04-17 21:21:52 +07:00
Para Dox
a3bacf5347
fix
2025-04-17 21:21:34 +07:00
Para Dox
3f06f3f1b1
fix
2025-04-17 21:21:03 +07:00
Para Dox
6a0823a64d
fix
2025-04-17 21:16:07 +07:00
Para Dox
4e8f6dbe58
fix
2025-04-17 21:13:26 +07:00
Para Dox
81d3d0bf41
fix
2025-04-17 21:12:02 +07:00
Para Dox
f7acaa9c85
fix
2025-04-17 21:08:44 +07:00
Para Dox
3303bd1d6d
fix
2025-04-17 21:07:57 +07:00
Para Dox
8ff2f5a2ba
fix
2025-04-17 21:06:43 +07:00
Para Dox
066af74c86
fix
2025-04-17 21:04:25 +07:00
Para Dox
15baa3183a
fix
2025-04-17 21:03:34 +07:00
Para Dox
0605685825
fix
2025-04-17 21:00:09 +07:00
Para Dox
2116f29f2b
old celo
2025-04-17 20:58:25 +07:00
Para Dox
78148783c8
fix
2025-04-17 17:03:45 +07:00
Para Dox
45ea204eea
fix
2025-04-17 17:01:12 +07:00
Para Dox
3fbd7432e6
fix
2025-04-17 16:58:12 +07:00
Para Dox
40ecc82a94
fix
2025-04-17 16:22:00 +07:00
Para Dox
3167e1e80d
fix
2025-04-17 15:40:28 +07:00
Para Dox
e6c7869c83
try
2025-04-16 17:38:28 +07:00
Para Dox
8ade443259
fix
2025-04-16 16:49:55 +07:00
Para Dox
064199f312
test
2025-04-16 16:45:10 +07:00
Para Dox
809d2857a6
fix
2025-04-16 16:43:11 +07:00
Para Dox
9193cf91ab
new try
2025-04-16 16:30:15 +07:00
Para Dox
d4ddf5bd52
try
2025-04-16 16:26:51 +07:00
Para Dox
9f1450597f
fix
2025-04-16 16:11:24 +07:00
Para Dox
3d12f51a75
new
2025-04-16 15:11:25 +07:00
Para Dox
bc6f08e6d9
fix
2025-04-16 15:06:50 +07:00
Para Dox
58e992ba1d
fix
2025-04-16 14:55:17 +07:00
Para Dox
35840e9cce
fix
2025-04-16 13:59:35 +07:00
Para Dox
1813c7f354
fix
2025-04-16 13:59:05 +07:00
Para Dox
cc47c8a543
new
2025-04-16 13:54:29 +07:00
Para Dox
b65b02ad75
fix
2025-04-16 11:35:04 +07:00
Para Dox
21fabe3e68
fix
2025-04-16 07:37:57 +07:00
Para Dox
55659ed6f0
fix
2025-04-15 17:07:19 +07:00
Para Dox
4206a48d04
fix
2025-04-15 17:06:54 +07:00
Para Dox
92caabd3a9
all
2025-04-15 17:04:55 +07:00
Para Dox
9d016c8c9e
try
2025-04-15 16:49:28 +07:00
Para Dox
355f1d32ed
fix
2025-04-15 16:48:34 +07:00
Para Dox
9bd49dd1d2
fix
2025-04-15 16:25:23 +07:00
Para Dox
73e144a92a
fix
2025-04-15 16:10:30 +07:00
Para Dox
08ae2bc826
fix
2025-04-15 16:09:45 +07:00
Para Dox
fdca7f7762
fix
2025-04-15 16:07:33 +07:00
Para Dox
1b7a44e4d5
fix
2025-04-15 16:06:08 +07:00
Para Dox
333a21b528
fix
2025-04-15 16:00:46 +07:00
Para Dox
e5ef332e0e
fix
2025-04-15 15:58:58 +07:00
Para Dox
d6c1eb0211
fix
2025-04-15 15:49:25 +07:00
Para Dox
2c4a031c2b
fix
2025-04-15 15:40:26 +07:00
Para Dox
2e2842bd83
fix
2025-04-15 14:59:22 +07:00
Para Dox
77963a6021
fix
2025-04-15 14:44:19 +07:00
Para Dox
40cd48af0d
fix
2025-04-15 14:40:18 +07:00
Para Dox
1b93862b79
fix
2025-04-15 14:23:36 +07:00
Para Dox
c898f72e71
fix
2025-04-15 14:22:27 +07:00
Para Dox
4206e6ee66
fix
2025-04-15 14:15:47 +07:00
Para Dox
e1b256de74
fix
2025-04-15 14:13:29 +07:00
Para Dox
3177bc5a0b
fix
2025-04-15 14:04:36 +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
3d3b59e13a
fix
2025-04-15 13:54:24 +07:00
Para Dox
7102146c1d
news
2025-04-15 13:43:05 +07:00
Para Dox
9334c6c9e9
news
2025-04-15 13:41:58 +07:00
Para Dox
47eb68d99a
no local urls anymore
2025-04-15 12:59:41 +07:00
Para Dox
6e6390f8be
fix
2025-04-15 12:47:35 +07:00
Para Dox
62d44aa62c
fix
2025-04-15 12:46:54 +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
03fa670d1a
fix
2025-04-15 10:55:13 +07:00
Para Dox
18c410d6ac
fix
2025-04-15 10:49:51 +07:00
Para Dox
10367e06fb
fix
2025-04-15 05:42:52 +07:00
Para Dox
0359d06d65
fix
2025-04-15 05:21:32 +07:00
Para Dox
c0379e2994
fix
2025-04-15 04:55:36 +07:00
Para Dox
19cc4caa89
fix
2025-04-15 04:14:21 +07:00
Para Dox
d6fa540b64
fix
2025-04-15 03:58:36 +07:00
Para Dox
31c48eaf3c
fix
2025-04-15 03:39:19 +07:00
Para Dox
697265c2b0
fix
2025-04-15 03:35:50 +07:00
Para Dox
a248b01e9e
de-11
2025-04-15 03:32:52 +07:00
Para Dox
e9b473bddc
jo
2025-04-15 03:18:08 +07:00
Para Dox
7cf48f7061
fix
2025-04-15 03:12:51 +07:00
Para Dox
eef099ef47
fix
2025-04-15 03:09:06 +07:00
Para Dox
7029b7392d
fix
2025-04-15 02:46:58 +07:00
Para Dox
0a69a6bb44
fix
2025-04-15 02:46:24 +07:00
Para Dox
77e71635c6
fix
2025-04-15 02:42:14 +07:00
Para Dox
6e321ca221
fix
2025-04-15 02:40:44 +07:00
Para Dox
e439ade5ab
fix
2025-04-15 02:38:19 +07:00
Para Dox
1948c22eba
fix
2025-04-15 02:35:44 +07:00
Para Dox
95d64d3d9c
this
2025-04-15 02:27:41 +07:00
Para Dox
b3b73b2cad
ne
2025-04-15 02:26:12 +07:00
Para Dox
73c76e28b3
new
2025-04-15 02:19:41 +07:00
Para Dox
45da1d7bda
fix
2025-04-14 21:17:09 +07:00
Para Dox
3aeefd6fa5
fix
2025-04-14 21:05:06 +07:00
Para Dox
86641804a7
neede
2025-04-14 21:04:32 +07:00
Para Dox
7bfcc128c4
fix
2025-04-14 20:59:30 +07:00
Para Dox
e26ff24d4a
needed
2025-04-14 20:59:13 +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
2a3f74bd0d
fix
2025-04-14 20:49:12 +07:00
Para Dox
f5de048804
fix
2025-04-14 20:48:36 +07:00
Para Dox
058517a20d
fix
2025-04-14 20:46:24 +07:00
Para Dox
80d2faa98f
fix
2025-04-14 20:38:32 +07:00
Para Dox
96d9081230
fix
2025-04-14 20:36:05 +07:00
Para Dox
f99b715f77
new
2025-04-14 20:33:41 +07:00
Para Dox
61a583441a
get going
2025-04-14 20:31:25 +07:00
Para Dox
4a71b12a2c
fix
2025-04-14 20:03:57 +07:00
Para Dox
e1649ab259
fix
2025-04-14 20:02:07 +07:00
Para Dox
f9245415fd
fix
2025-04-14 19:58:40 +07:00
Para Dox
9719ceb420
fix
2025-04-14 19:51:46 +07:00
Para Dox
dcc2cb9b65
fix
2025-04-14 19:46:27 +07:00
Para Dox
8f1ecf48ae
fix
2025-04-14 19:44:42 +07:00
Para Dox
3decde68d7
fix
2025-04-14 19:41:22 +07:00
Para Dox
a90397b2e9
fix
2025-04-14 19:39:06 +07:00
Para Dox
8fb39d33fb
fix
2025-04-14 19:27:17 +07:00
Para Dox
ab919e76ef
fix
2025-04-14 19:24:28 +07:00
Para Dox
b7c7080167
fix
2025-04-14 19:23:40 +07:00
Para Dox
1f974f0b85
fix
2025-04-14 19:19:23 +07:00
Para Dox
b2e3fe185f
fix
2025-04-14 19:18:57 +07:00
Para Dox
165aeb6866
doit
2025-04-14 19:15:57 +07:00
Para Dox
d1b3f02248
fix
2025-04-14 19:14:27 +07:00
Para Dox
91bb9d55da
fix
2025-04-14 19:11:58 +07:00
Para Dox
7358814ebd
fix
2025-04-14 19:08:28 +07:00
Para Dox
3a1406bc55
fix
2025-04-14 19:04:52 +07:00
Para Dox
2aa0a2d5a8
fix
2025-04-14 19:02:40 +07:00
Para Dox
8bd6cde31f
fix
2025-04-14 18:58:12 +07:00
Para Dox
869b14fc38
fix
2025-04-14 18:57:10 +07:00
Para Dox
d2ad1f1428
fix
2025-04-14 18:52:30 +07:00
Para Dox
40f6648de1
fix
2025-04-14 18:48:19 +07:00
Para Dox
4db3ef3562
fix
2025-04-14 18:43:08 +07:00
Para Dox
144d3c3650
t
2025-04-14 18:09:17 +07:00
Para Dox
6b9d512003
new
2025-04-14 18:08:32 +07:00
Para Dox
a2db3cefdb
fix
2025-04-14 18:01:40 +07:00
Para Dox
73a2a804da
remove rollup.json for bob
2025-04-14 18:01:25 +07:00
Para Dox
02caf42380
fix
2025-04-14 17:59:09 +07:00
Para Dox
876de679ae
fix
2025-04-14 17:50:46 +07:00
Para Dox
5790c21c32
update genesis for lisk and remove rollup.json
2025-04-14 17:49:36 +07:00
Para Dox
6c54fdb6bd
de-13
2025-04-14 17:39:56 +07:00
Para Dox
ef812230f3
fix
2025-04-14 17:32:49 +07:00
Para Dox
7d55b39c3a
fix
2025-04-14 15:09:08 +07:00
Para Dox
f9cdd75cf8
fix
2025-04-14 15:04:31 +07:00
Para Dox
61764ef61e
fix
2025-04-14 15:02:17 +07:00
Para Dox
2659865064
fix
2025-04-14 14:59:58 +07:00
Para Dox
52a49b45c4
fix
2025-04-14 14:54:51 +07:00
Para Dox
1351a225b6
fix
2025-04-14 14:52:30 +07:00
Para Dox
dd4725930e
fix
2025-04-14 14:24:09 +07:00
Para Dox
24191ba4f0
fix
2025-04-14 14:22:10 +07:00
Para Dox
6080bb144b
fix
2025-04-14 13:59:51 +07:00
Para Dox
02cf2b32b1
fix
2025-04-14 13:56:46 +07:00
Para Dox
e98fc0072a
fix
2025-04-14 13:55:15 +07:00
Para Dox
1c5b0c2f0f
fix
2025-04-14 13:52:46 +07:00
Para Dox
f5c4c0507a
fix
2025-04-14 13:45:14 +07:00
Para Dox
3568b58816
cleanup
2025-04-14 13:40:36 +07:00
Para Dox
a907c000d3
scheme
2025-04-14 13:39:33 +07:00
Para Dox
dc758a8c7d
fix
2025-04-14 13:37:21 +07:00
Para Dox
537d7406a3
fix
2025-04-14 13:28:51 +07:00
Para Dox
81c04e3f23
fix
2025-04-14 13:24:44 +07:00
Para Dox
21c50072c3
fix
2025-04-14 13:16:11 +07:00
Para Dox
49a2d601c5
hope
2025-04-14 13:07:45 +07:00
Para Dox
a524b0b7cd
swoosh
2025-04-14 13:04:03 +07:00
Para Dox
56e165ebfb
era?
2025-04-14 12:46:40 +07:00
Para Dox
f1bcd0aef2
era?
2025-04-14 12:45:39 +07:00
Para Dox
a2679d1d0b
era?
2025-04-14 12:44:00 +07:00
Para Dox
aa7ebb8454
era?
2025-04-14 12:41:35 +07:00
Para Dox
7bc2c6857e
era?
2025-04-14 12:39:47 +07:00
Para Dox
23fa663cdd
era?
2025-04-14 12:34:42 +07:00
Para Dox
7d6ceb74d8
fix
2025-04-14 11:59:50 +07:00
Para Dox
1829f2394e
fix
2025-04-14 11:37:28 +07:00
Para Dox
fa2c706daa
fix
2025-04-14 11:36:53 +07:00
Para Dox
cd75b35ce7
fix
2025-04-14 11:30:50 +07:00
Para Dox
38ba497057
fix
2025-04-14 11:26:57 +07:00
Para Dox
7e2ea8baaf
fix
2025-04-14 11:24:46 +07:00
Para Dox
de873b0a60
era?
2025-04-14 11:20:03 +07:00
Para Dox
310b48b1fb
fix
2025-04-14 11:13:12 +07:00
Para Dox
2f046b49dd
fix
2025-04-14 11:12:43 +07:00
Para Dox
b653ad153c
fix
2025-04-14 11:09:30 +07:00
Para Dox
6db2d5df50
fix
2025-04-14 11:02:10 +07:00
Para Dox
fda35b3792
fix
2025-04-14 11:00:47 +07:00
Para Dox
8d0cbfc483
fix
2025-04-14 10:08:11 +07:00
Para Dox
96f33135b1
fix
2025-04-13 20:44:50 +07:00
Para Dox
8ba07ac2cf
fix
2025-04-13 20:42:08 +07:00
Para Dox
a919bcdbbc
fix
2025-04-13 20:37:01 +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
Para Dox
64619a5037
fix
2025-04-13 20:22:43 +07:00
Para Dox
3354f15bef
fix
2025-04-13 20:17:42 +07:00
Para Dox
cfd1031962
fix
2025-04-13 20:17:13 +07:00
Para Dox
e259c428bd
fix
2025-04-13 20:14:05 +07:00
Para Dox
ad3f353c8b
fix
2025-04-13 20:08:27 +07:00
Para Dox
2a86ab6270
try
2025-04-13 20:04:55 +07:00
Para Dox
76618c9c31
fix
2025-04-13 19:59:42 +07:00
Para Dox
d71084ce32
fix
2025-04-13 19:57:04 +07:00
Para Dox
8240f4ca74
fix
2025-04-13 19:54:49 +07:00
Para Dox
e94d9f80e6
fix
2025-04-13 19:40:48 +07:00
Para Dox
ddec133f2a
fix
2025-04-13 19:35:32 +07:00
Para Dox
d842d0101d
nice
2025-04-13 18:23:03 +07:00
Para Dox
3517530076
update
2025-04-13 18:19:04 +07:00
Para Dox
43500c2405
fix
2025-04-13 18:15:17 +07:00
Para Dox
bb687505de
fiux opera
2025-04-13 18:07:43 +07:00
Para Dox
23499ad176
fix
2025-04-13 18:02:12 +07:00
Para Dox
dff30fed8b
fix
2025-04-13 18:01:53 +07:00
Para Dox
6df1ca59d5
fix
2025-04-13 17:52:13 +07:00
Para Dox
4b14f4b589
new fun
2025-04-13 17:46:20 +07:00
Para Dox
a3739d0d6b
fix
2025-04-13 17:21:41 +07:00
Para Dox
65ab9eec06
fix
2025-04-13 17:17:59 +07:00
Para Dox
ccbb06dc05
fix
2025-04-13 17:13:55 +07:00
Para Dox
790d6807f5
go
2025-04-13 17:05:06 +07:00
Para Dox
0b673534c5
fix
2025-04-13 16:59:25 +07:00
Para Dox
358e014ad7
fix
2025-04-13 16:45:10 +07:00
Para Dox
a6279455cd
fix
2025-04-13 16:24:26 +07:00
Para Dox
e422b415d0
shortcut
2025-04-13 16:10:52 +07:00
Para Dox
5dc086ddeb
new
2025-04-13 16:10:21 +07:00
Para Dox
0533c3c905
fix
2025-04-13 16:09:12 +07:00
Para Dox
09d8656e33
fix
2025-04-13 16:02:09 +07:00
Para Dox
912cc9388b
fix
2025-04-13 15:49:36 +07:00
Para Dox
6b0036ef5d
fix
2025-04-13 15:46:13 +07:00
Para Dox
592e1ba957
fix
2025-04-13 15:43:10 +07:00
Para Dox
5a9f310e13
fix
2025-04-13 14:23:05 +07:00
Para Dox
4384e527c7
fix
2025-04-13 14:14:50 +07:00
Para Dox
d782c70c75
new
2025-04-13 13:56:34 +07:00
Para Dox
3df500c911
dudeluu
2025-04-13 13:55:04 +07:00
Para Dox
e04c199ca4
fix
2025-04-13 13:53:35 +07:00
Para Dox
c7eef48e07
fix
2025-04-13 13:46:32 +07:00
Para Dox
7c4220f2b5
better nginx proxy
2025-04-13 13:19:08 +07:00
Para Dox
c4ae3e8850
better nginx proxy
2025-04-13 13:11:47 +07:00
Para Dox
2e45eade58
better nginx proxy
2025-04-13 13:09:44 +07:00
Para Dox
fba5ba7a1d
better nginx proxy
2025-04-13 13:07:54 +07:00
Para Dox
b12c5fd113
fix
2025-04-13 12:43:14 +07:00
Para Dox
a665373b50
fix
2025-04-13 12:35:00 +07:00
Para Dox
5bbe1a5565
do it
2025-04-13 12:26:18 +07:00
Para Dox
412e130d46
try
2025-04-13 12:21:34 +07:00
Para Dox
5bcd9f5469
fix
2025-04-13 12:19:49 +07:00
Para Dox
c78a336884
renanme
2025-04-13 12:19:28 +07:00
Para Dox
d54ae62ab1
fix
2025-04-13 12:19:04 +07:00
Para Dox
e3781d0b36
new way
2025-04-13 12:18:16 +07:00
Para Dox
447882395e
fix
2025-04-13 12:16:38 +07:00
Para Dox
39bbbd6494
fix
2025-04-13 12:16:19 +07:00
Para Dox
9f62aa2d2f
fix
2025-04-13 12:08:12 +07:00
Para Dox
59b2f0f24d
fix
2025-04-13 12:03:40 +07:00
Para Dox
1a2e99ddc3
fix
2025-04-13 11:51:20 +07:00
Para Dox
b6c60eea6b
fix
2025-04-12 14:23:44 +07:00
Para Dox
6c21f202fa
fix
2025-04-12 14:18:55 +07:00
Para Dox
18b1ddcfc3
fix
2025-04-12 14:15:52 +07:00
Para Dox
11641209d0
try
2025-04-12 14:12:25 +07:00
Para Dox
6a5815bc5b
fix
2025-04-12 14:10:49 +07:00
Para Dox
cb77ca59de
fix
2025-04-12 14:09:14 +07:00
Para Dox
9f02efc4a3
fix
2025-04-12 14:06:57 +07:00
Para Dox
b6418a495a
fix
2025-04-12 13:54:59 +07:00
Para Dox
fccfbd6515
fix
2025-04-12 13:53:54 +07:00
Para Dox
9930a53f6d
fix
2025-04-12 13:33:44 +07:00
Para Dox
fbf8d20f62
try
2025-04-12 13:29:27 +07:00
Para Dox
596324a554
fix
2025-04-12 13:26:30 +07:00
Para Dox
160761f632
fix
2025-04-12 13:24:52 +07:00
Para Dox
889d64c1c0
fix
2025-04-12 13:23:17 +07:00
Para Dox
09d6593e85
fix
2025-04-12 13:16:53 +07:00
Para Dox
1b40e92de2
fix
2025-04-12 13:15:38 +07:00
Para Dox
360b4effb8
fix
2025-04-12 13:13:40 +07:00
Para Dox
a549aadb5b
fix
2025-04-12 13:11:53 +07:00
Para Dox
4001b9ab79
fix
2025-04-12 13:07:13 +07:00
Para Dox
aa86d6fcd2
fix
2025-04-12 13:04:50 +07:00
Para Dox
beed4d2637
fix
2025-04-12 13:02:51 +07:00
Para Dox
7e2206ae18
fix
2025-04-12 13:00:08 +07:00
Para Dox
c241595dfd
fix
2025-04-12 12:57:50 +07:00
Para Dox
b3c69ea511
fix
2025-04-12 12:39:51 +07:00
Para Dox
d837b89d4a
fix
2025-04-12 12:38:23 +07:00
Para Dox
14625b13a7
fix
2025-04-12 12:31:17 +07:00
Para Dox
360a37e673
fix
2025-04-12 12:24:37 +07:00
Para Dox
52b2227df1
fix
2025-04-12 12:19:58 +07:00
Para Dox
6220b2bc24
fix
2025-04-12 12:15:38 +07:00
Para Dox
8a0e84a90f
fix
2025-04-12 12:10:45 +07:00
Para Dox
ce28c61601
fix
2025-04-12 12:09:18 +07:00
Para Dox
bb1b5105cd
fix
2025-04-12 12:07:19 +07:00
Para Dox
a300c5be58
fix
2025-04-12 11:57:43 +07:00
Para Dox
2f3319cd11
fix
2025-04-12 11:55:40 +07:00
Para Dox
738a34f786
fix
2025-04-12 11:48:48 +07:00
Para Dox
e8f8f8b0b2
fix
2025-04-12 11:45:19 +07:00
Para Dox
4cd47f1d04
fix
2025-04-12 11:25:58 +07:00
Para Dox
81a6e765d4
fix
2025-04-12 11:22:29 +07:00
Para Dox
75cf385648
fix
2025-04-11 18:18:34 +07:00
Para Dox
c812ac1dea
fix
2025-04-11 18:12:27 +07:00
Para Dox
b857dd7068
bartio2
2025-04-11 18:09:34 +07:00
Para Dox
d315bef269
bartio
2025-04-11 18:08:58 +07:00
Para Dox
a4560ca392
fix
2025-04-11 18:05:42 +07:00
Para Dox
613a536432
fix
2025-04-11 17:57:52 +07:00
Para Dox
9afff9d756
fix
2025-04-11 17:55:34 +07:00
Para Dox
8c3647c887
fix
2025-04-11 17:52:13 +07:00
Para Dox
edda4f89f4
fix
2025-04-11 17:50:48 +07:00
Para Dox
fa8e38da57
fix
2025-04-11 17:45:57 +07:00
Para Dox
fdd9ae8bca
fix
2025-04-11 17:40:56 +07:00
Para Dox
e92198da88
fix
2025-04-11 17:38:09 +07:00
Para Dox
187144f72d
fix
2025-04-11 17:32:01 +07:00
Para Dox
d2f95ab832
fix
2025-04-11 17:25:58 +07:00
Para Dox
2c4a591d38
fix
2025-04-11 17:22:41 +07:00
Para Dox
d5cc45bb24
fix
2025-04-11 17:17:19 +07:00
Para Dox
428938f5b2
fix
2025-04-11 15:52:41 +07:00
Para Dox
785983ee7e
fix
2025-04-11 15:51:13 +07:00
Para Dox
a5d3b5d213
fix
2025-04-11 15:45:45 +07:00
Para Dox
3fa5cc4900
fix
2025-04-11 15:36:40 +07:00
Para Dox
6b8108b470
fix
2025-04-11 15:30:23 +07:00
Para Dox
5b87c35356
fix
2025-04-11 15:25:55 +07:00
Para Dox
1529bf3bfc
better readme
2025-04-11 15:07:28 +07:00
Para Dox
2869855f04
better readme
2025-04-11 15:03:22 +07:00
Para Dox
4c0dda7425
better readme
2025-04-11 14:58:28 +07:00
Para Dox
5eacd839e8
better readme
2025-04-11 14:53:25 +07:00
Para Dox
cb350ce446
better readme
2025-04-11 14:50:55 +07:00
Para Dox
4616a4b0bf
better readme
2025-04-11 14:45:24 +07:00
Para Dox
31b33d533a
a readme that can be called like one
2025-04-11 14:33:31 +07:00
Para Dox
6070b6ec4c
polish
2025-04-11 14:10:04 +07:00
Para Dox
6abcf9a126
this is my church
2025-04-11 13:25:13 +07:00
Para Dox
e4296a117c
chainsaw massacre
2025-04-11 13:21:07 +07:00
Para Dox
00997f8bc0
cleanup
2025-04-10 16:28:45 +07:00
Para Dox
0f89b5ddf6
fix
2025-04-10 15:18:43 +07:00
Para Dox
20e9d26d44
some progress
2025-04-10 14:43:11 +07:00
Para Dox
5ce47e35dd
new beginning
2025-04-10 13:36:00 +07:00
squidbear
e2f9b2f634
fix
2025-04-01 12:56:44 +02:00
squidbear
57434f06a6
fix
2025-04-01 12:42:36 +02:00
squidbear
d2ec1b1d23
fix
2025-04-01 12:35:54 +02:00
squidbear
673e4cd0a5
fix
2025-04-01 12:31:20 +02:00
squidbear
9fa87ecc59
fix
2025-04-01 12:25:48 +02:00
squidbear
b8e9114c8a
fix
2025-04-01 11:40:52 +02:00
squidbear
2bd682d0d6
fix
2025-04-01 11:35:27 +02:00
squidbear
3bd4679c52
fix
2025-04-01 08:18:13 +02:00
squidbear
1d937a07ab
fix
2025-04-01 08:16:47 +02:00
squidbear
fcdb322d2f
fix
2025-04-01 07:54:24 +02:00
squidbear
abd303aba8
fix
2025-04-01 07:38:54 +02:00
squidbear
71df3fee70
fix
2025-04-01 07:30:40 +02:00
squidbear
eeb94ff99a
fix
2025-04-01 07:29:38 +02:00
squidbear
4e7f1ce6ca
fix
2025-04-01 07:28:18 +02:00
squidbear
c8e765d134
fix
2025-04-01 07:18:50 +02:00
squidbear
ba6eb35830
bring it back
2025-04-01 07:16:51 +02:00
squidbear
dd8b92ddc6
fix
2025-04-01 07:13:48 +02:00
squidbear
42a8ed5761
fix
2025-04-01 07:12:05 +02:00
squidbear
6283e3fa1a
fix
2025-04-01 07:06:58 +02:00
squidbear
6ec304e4d6
fix
2025-04-01 07:00:15 +02:00
squidbear
15b5008c6c
fix
2025-04-01 06:39:38 +02:00
squidbear
71382469cb
fix
2025-03-31 19:06:06 +02:00
squidbear
bf76ae4efe
new
2025-03-31 18:58:56 +02:00
squidbear
57a2dae63e
fix
2025-03-31 18:47:32 +02:00
squidbear
0122689aaf
move the static peers to env file
2025-03-31 18:17:52 +02:00
squidbear
5c89c5ab65
fix
2025-03-31 18:04:58 +02:00
squidbear
48729847a4
create a existing config
2025-03-31 17:44:23 +02:00
squidbear
acafbe4406
new op
2025-03-31 17:03:12 +02:00
squidbear
32ebc7ca2b
soneium
2025-03-31 17:01:16 +02:00
squidbear
e4c9778db7
fix
2025-03-31 16:37:02 +02:00
squidbear
21acc360b4
naming
2025-03-31 14:21:25 +02:00
squidbear
fec5a956cd
more culr need to follow redirects
2025-03-31 13:55:49 +02:00
squidbear
24f12d7b94
fix foir tron
2025-03-31 12:59:11 +02:00
squidbear
0a1c490e87
fix for tron
2025-03-31 12:58:11 +02:00
squidbear
86e08f54a9
fix
2025-03-31 12:43:41 +02:00
squidbear
f7502178eb
update
2025-03-31 12:37:51 +02:00
squidbear
7b187639b1
update
2025-03-31 12:34:12 +02:00
squidbear
cd673e89e2
fix
2025-03-31 12:06:56 +02:00
squidbear
1a68c43f79
executable
2025-03-31 11:22:11 +02:00
squidbear
a8ac15094c
can I haz init
2025-03-31 11:19:10 +02:00
squidbear
74161fdf89
maybe
2025-03-31 11:18:21 +02:00
squidbear
2a5def2334
fix
2025-03-31 10:40:43 +02:00
squidbear
5da176d58a
fix
2025-03-31 10:38:43 +02:00
squidbear
7c34e72fe1
fix
2025-03-31 10:35:44 +02:00
squidbear
021f8bddf6
fix
2025-03-31 10:30:54 +02:00
squidbear
8f4feae8ef
do the snap thing
2025-03-31 10:30:43 +02:00
squidbear
22ca91a61e
fix
2025-03-31 10:23:49 +02:00
squidbear
ecc9a7f709
fix
2025-03-31 10:13:53 +02:00
squidbear
5947402c38
fix
2025-03-31 10:12:56 +02:00
squidbear
8a04e82516
fix
2025-03-31 10:11:40 +02:00
squidbear
846385627c
fix
2025-03-31 10:09:02 +02:00
squidbear
fbf0fef203
fix
2025-03-31 10:07:46 +02:00
squidbear
150e721d9f
fix
2025-03-31 10:03:11 +02:00
squidbear
1f913f7505
demo
2025-03-31 10:02:21 +02:00
squidbear
021a6ebc83
fix
2025-03-31 10:01:39 +02:00
squidbear
661b6c1315
do it
2025-03-31 09:57:37 +02:00
squidbear
5a0915d68c
fix
2025-03-31 09:54:52 +02:00
squidbear
6ba821f721
fix
2025-03-31 09:15:08 +02:00
squidbear
afdadf8f8b
fix
2025-03-31 09:12:03 +02:00
squidbear
1600e04fef
fix
2025-03-31 09:07:53 +02:00
squidbear
4c7560053d
make mulitcurl follow redirects
2025-03-31 08:56:41 +02:00
squidbear
69454c7e27
new try
2025-03-31 08:53:14 +02:00
squidbear
9804628c8b
fix
2025-03-31 08:49:21 +02:00
squidbear
d69d91e46f
fix
2025-03-31 08:48:12 +02:00
squidbear
fd6991a6ab
fix
2025-03-31 08:44:48 +02:00
squidbear
04f23897b4
fix
2025-03-31 08:42:16 +02:00
squidbear
95c74c917d
fix
2025-03-31 08:40:11 +02:00
squidbear
098991a688
this is victory
2025-03-31 08:28:40 +02:00
squidbear
55ce0f9653
welcome to the team
2025-03-31 07:32:05 +02:00
squidbear
04d13fa4ea
correct network names
2025-03-31 07:30:53 +02:00
squidbear
bf867d6b1a
fix
2025-03-31 07:28:54 +02:00
squidbear
0dad48e9bd
fix
2025-03-31 07:16:21 +02:00
squidbear
6d1f2ff816
try
2025-03-31 06:07:20 +02:00
squidbear
8b16461f83
make it more similar
2025-03-31 06:01:58 +02:00
squidbear
bede49b624
move ws port to http port
2025-03-31 05:50:56 +02:00
squidbear
91f4c21573
more
2025-03-30 15:38:52 +02:00
squidbear
c33a1acd5f
fix
2025-03-30 15:25:49 +02:00
squidbear
8da8e5af3c
fix shackle
2025-03-30 15:16:34 +02:00
squidbear
6751e15468
fix
2025-03-30 14:32:40 +02:00
squidbear
ddfb8ad99d
fix
2025-03-30 14:13:55 +02:00
squidbear
ffc62a3130
fix
2025-03-30 14:11:28 +02:00
squidbear
052125a4bf
sync pebble fullnodes
2025-03-30 14:02:23 +02:00
squidbear
a6dc64aff8
no path
2025-03-30 14:00:30 +02:00
squidbear
de39ebe07f
fix
2025-03-30 13:47:23 +02:00
squidbear
f33a72b6ff
fix
2025-03-30 13:45:56 +02:00
squidbear
1306b400cf
test
2025-03-30 13:44:50 +02:00
squidbear
ca692fbdd9
new ways
2025-03-30 13:43:40 +02:00
squidbear
674e559d5a
fix
2025-03-30 13:43:17 +02:00
squidbear
398a9a916f
fix fuse
2025-03-30 11:49:28 +02:00
squidbear
0f4bb6a7ea
fix
2025-03-30 11:20:15 +02:00
squidbear
37a484af18
naming is shaming
2025-03-30 11:16:15 +02:00
squidbear
81dbfa8a1c
make fuse aligned
2025-03-30 11:10:08 +02:00
squidbear
c1ae806ef0
new worldchain
2025-03-30 11:02:43 +02:00
squidbear
d6fc0261ab
nicer
2025-03-30 10:56:31 +02:00
squidbear
9829b7427b
fix the nodekey
2025-03-30 10:51:10 +02:00
squidbear
a862f5fc10
fix the nodekey
2025-03-30 10:50:06 +02:00
squidbear
c6e2708689
fix
2025-03-30 10:41:30 +02:00
squidbear
fa0b08a6cb
fix
2025-03-30 10:36:14 +02:00
squidbear
e0ea45a5e5
try
2025-03-30 10:34:09 +02:00
squidbear
da8fcd51bd
try custom genesis blocks
2025-03-30 10:32:45 +02:00
squidbear
fc3808716b
fix
2025-03-30 10:32:11 +02:00
squidbear
d6e7ac9ab8
fix
2025-03-30 10:30:43 +02:00
squidbear
298e6b9636
try
2025-03-30 10:23:57 +02:00
squidbear
afcefe4c6f
fast op
2025-03-30 10:21:50 +02:00
squidbear
f533d6bba6
fix
2025-03-30 09:38:24 +02:00
squidbear
1e25c4f52a
try op-erigon
2025-03-30 09:32:55 +02:00
squidbear
67e5aeb77d
new client
2025-03-30 09:31:50 +02:00
squidbear
4cc066551a
fix
2025-03-30 09:31:37 +02:00
squidbear
d3517085fa
haqq is final
2025-03-30 08:50:34 +02:00
squidbear
c64a90d92e
cleanup the zircuit mess
2025-03-30 08:50:14 +02:00
squidbear
f39a5763d6
fix
2025-03-30 08:29:22 +02:00
squidbear
5038b0f721
fix
2025-03-30 08:23:56 +02:00
squidbear
177455c2ed
fix
2025-03-30 08:20:04 +02:00
squidbear
fe6048e1aa
fix
2025-03-30 08:18:26 +02:00
squidbear
7e37f1d012
add some legacy
2025-03-30 07:55:40 +02:00
squidbear
77fe6e0c60
new
2025-03-30 07:46:56 +02:00
squidbear
4d431ad75d
do it
2025-03-30 07:44:00 +02:00
squidbear
bf98fd35ff
more
2025-03-30 07:33:19 +02:00
squidbear
86e4ed49f2
proper testnet naming
2025-03-30 07:31:30 +02:00
squidbear
13b3db2327
fix
2025-03-30 07:30:50 +02:00
squidbear
acde267881
try
2025-03-30 07:25:11 +02:00
squidbear
eb2e27ca54
new
2025-03-30 07:24:17 +02:00
squidbear
6eb96a4531
fix
2025-03-30 07:09:19 +02:00
squidbear
a4ba04b1d1
this is a bsc fork
2025-03-30 06:59:23 +02:00
squidbear
d8e634a725
fix
2025-03-30 06:58:15 +02:00
squidbear
df4b44b838
more core
2025-03-30 06:58:00 +02:00
squidbear
42feb2166a
fix
2025-03-30 06:35:04 +02:00
squidbear
f1c791685c
new
2025-03-29 12:08:28 +01:00
squidbear
f4745d7484
fix
2025-03-29 11:46:51 +01:00
squidbear
231009dade
done
2025-03-29 11:45:42 +01:00
squidbear
85ed047d60
fix
2025-03-29 11:29:23 +01:00
squidbear
f1c2ee776d
fix
2025-03-29 11:22:02 +01:00
squidbear
1ff6e59982
fix
2025-03-29 11:19:39 +01:00
squidbear
549390fe06
fix
2025-03-29 11:13:25 +01:00
squidbear
b95cd28983
fix
2025-03-29 11:12:11 +01:00
squidbear
20081d0d53
making sense
2025-03-29 11:11:25 +01:00
squidbear
5bcfcdab1a
moved
2025-03-29 11:10:26 +01:00
squidbear
5c49ea6fca
new envs
2025-03-29 11:08:48 +01:00
squidbear
108e37fd6d
fix
2025-03-29 11:05:41 +01:00
squidbear
339a09c1b8
fix
2025-03-29 11:04:17 +01:00
squidbear
60aaf6b194
new arrivals
2025-03-29 10:58:23 +01:00
squidbear
19d631fdc6
update
2025-03-29 10:57:12 +01:00
squidbear
74db467697
new
2025-03-29 10:46:52 +01:00
squidbear
50fd75c33e
fix
2025-03-29 10:22:47 +01:00
squidbear
e80a076f71
new
2025-03-29 10:17:41 +01:00
squidbear
0c52bbd9d0
new
2025-03-29 09:51:14 +01:00
squidbear
c3e4e91c1b
fix
2025-03-29 09:47:56 +01:00
squidbear
feacfbfc29
move
2025-03-29 09:43:35 +01:00
squidbear
75b3720a17
fix
2025-03-29 09:41:23 +01:00
squidbear
6895fae601
new
2025-03-29 09:36:42 +01:00
squidbear
04e1fc542c
fix
2025-03-29 09:32:47 +01:00
squidbear
436d82f759
fix
2025-03-29 09:31:41 +01:00
squidbear
6326cca752
fix
2025-03-29 09:24:40 +01:00
squidbear
1476e2032f
util
2025-03-29 08:58:01 +01:00
squidbear
2b82a11bcf
fix
2025-03-29 08:27:45 +01:00
squidbear
3ca021b6c8
this is so retraded
2025-03-29 08:21:12 +01:00
squidbear
ab83982bf3
this is so retraded
2025-03-29 08:15:42 +01:00
squidbear
5aa26694b2
this is so retraded
2025-03-29 08:08:08 +01:00
squidbear
47e3ddad12
fix
2025-03-29 08:01:30 +01:00
squidbear
48ad1fa0d5
try again
2025-03-29 07:53:49 +01:00
squidbear
97384d28db
fix
2025-03-29 07:52:15 +01:00
squidbear
d767ea905d
try again
2025-03-29 07:50:29 +01:00
squidbear
934cbbd16d
fix
2025-03-29 07:38:53 +01:00
squidbear
1661c82394
Dfix
2025-03-29 07:10:52 +01:00
squidbear
a077068316
Dfix
2025-03-29 07:09:30 +01:00
squidbear
c991c5a333
test
2025-03-29 06:59:37 +01:00
squidbear
62c7af241a
fix
2025-03-29 06:51:20 +01:00
squidbear
3f9e0ff860
fix
2025-03-29 06:43:44 +01:00
squidbear
286941154d
fix
2025-03-29 06:38:43 +01:00
squidbear
54b50584f4
fix
2025-03-29 06:36:44 +01:00
squidbear
8fcedfeddf
fix
2025-03-29 06:22:27 +01:00
squidbear
e00ef5b0c3
fix
2025-03-29 06:20:00 +01:00
squidbear
8f62df644f
fix
2025-03-29 06:16:43 +01:00
squidbear
9699235a63
fix
2025-03-29 06:13:25 +01:00
squidbear
16c89b550b
fix
2025-03-29 06:10:07 +01:00
squidbear
d7755a1519
fix
2025-03-29 06:08:33 +01:00
squidbear
117ecfd7c1
fix
2025-03-29 06:07:24 +01:00
squidbear
877edb5bb1
fix
2025-03-29 06:05:12 +01:00
squidbear
8175d9e1de
new
2025-03-29 06:01:39 +01:00
squidbear
f1e4953ace
new sync
2025-03-29 02:42:19 +01:00
squidbear
7aaa67d886
fix
2025-03-29 02:31:27 +01:00
squidbear
82a3c4b5e1
fix
2025-03-29 02:29:18 +01:00
squidbear
2d5989d4fc
fix
2025-03-29 02:23:41 +01:00
squidbear
7459c22470
fix
2025-03-29 02:01:15 +01:00
squidbear
a2dab10c4f
fix
2025-03-29 01:55:16 +01:00
squidbear
34f6c45146
update
2025-03-28 15:30:11 +01:00
squidbear
f7795d916c
fix
2025-03-28 15:23:02 +01:00
squidbear
b10e94a8d6
fix
2025-03-28 15:20:34 +01:00
squidbear
b955f5f1bf
update
2025-03-28 15:09:42 +01:00
squidbear
072beff0e4
new try
2025-03-28 14:52:29 +01:00
squidbear
475fdc5bb6
fix
2025-03-28 14:33:51 +01:00
squidbear
1a8bd4aeb5
fix
2025-03-28 14:27:41 +01:00
squidbear
681c8390b3
fix
2025-03-28 14:17:56 +01:00
squidbear
c44b27e4ea
fix
2025-03-28 14:16:14 +01:00
squidbear
67445fffe2
new life
2025-03-28 14:01:44 +01:00
squidbear
e05d094ea0
stupi
2025-03-28 14:00:16 +01:00
squidbear
a1c80e521c
squeeze it
2025-03-28 13:48:46 +01:00
squidbear
9e4c34922b
fix
2025-03-28 13:46:39 +01:00
squidbear
7e168203d3
fix
2025-03-28 13:42:38 +01:00
squidbear
a5f1736211
fix
2025-03-28 13:41:56 +01:00
squidbear
e9c866d85b
fix
2025-03-28 13:35:31 +01:00
squidbear
e8ce9793e2
new flavor
2025-03-28 13:31:53 +01:00
squidbear
13d7cf8fd3
fix
2025-03-28 12:39:33 +01:00
squidbear
5ab6790148
fix
2025-03-28 12:34:07 +01:00
squidbear
ed6ed26de4
new gnosis
2025-03-28 11:39:31 +01:00
squidbear
2f2e0547f5
fix
2025-03-28 11:36:19 +01:00
squidbear
b20a8c119a
new hekla
2025-03-28 11:23:06 +01:00
squidbear
ce1db6ccec
fix
2025-03-28 11:18:55 +01:00
squidbear
fb850fc53d
fix
2025-03-28 11:17:13 +01:00
squidbear
0dc6cb2088
fix
2025-03-28 11:16:50 +01:00
squidbear
16811b0629
fix
2025-03-28 11:13:34 +01:00
squidbear
03dba4352e
fix
2025-03-28 11:04:14 +01:00
squidbear
6b61a3ed9b
fix
2025-03-28 10:55:16 +01:00
squidbear
5c8aad323e
fix
2025-03-28 10:53:16 +01:00
squidbear
e28442f146
fix
2025-03-28 10:51:44 +01:00
squidbear
7cb7a8c04e
fix
2025-03-28 10:49:47 +01:00
squidbear
c9b9598f1c
fix
2025-03-28 10:48:59 +01:00
squidbear
778a41982c
fix
2025-03-28 10:48:06 +01:00
squidbear
78ef14f92f
fix
2025-03-28 10:46:15 +01:00
squidbear
22b5237d49
fix
2025-03-28 10:43:35 +01:00
squidbear
d714869c57
fix
2025-03-28 10:39:49 +01:00
squidbear
3f74d2c880
fix
2025-03-28 10:38:48 +01:00
squidbear
1ae26e3b39
fix
2025-03-28 10:31:08 +01:00
squidbear
7dbadfcee8
fix
2025-03-28 10:30:19 +01:00
squidbear
27065430bc
fix
2025-03-28 10:26:09 +01:00
squidbear
a52bf9ff7b
try
2025-03-28 09:15:51 +01:00
squidbear
0459b4a0c5
add taiko
2025-03-28 09:14:44 +01:00
squidbear
71a8d9b66b
fix
2025-03-28 07:14:47 +01:00
squidbear
daa5b43c12
fix
2025-03-28 07:10:06 +01:00
squidbear
cdc7bd301f
fix
2025-03-28 07:07:59 +01:00
squidbear
93c074c216
moar
2025-03-28 07:02:23 +01:00
squidbear
b6c1823ccf
fix
2025-03-28 06:28:59 +01:00
squidbear
3dc980afd9
fix
2025-03-28 05:23:48 +01:00
squidbear
370f73e2fc
fix
2025-03-28 05:18:42 +01:00
squidbear
5fc967bc14
beast
2025-03-28 05:08:41 +01:00
squidbear
bf21b8d301
fix
2025-03-28 04:40:47 +01:00
squidbear
972d31f892
fix
2025-03-28 04:30:51 +01:00
squidbear
3b51820e95
fix
2025-03-28 04:29:19 +01:00
squidbear
526879337f
try linea erigon
2025-03-28 04:20:26 +01:00
squidbear
4b54a6b074
hopefully well
2025-03-28 04:18:47 +01:00
squidbear
8ba371176d
erigon and reth
2025-03-27 12:05:09 +01:00
squidbear
9dfff441e2
link
2025-03-27 10:56:00 +01:00
squidbear
e86636a52f
prune smarter
2025-03-27 10:53:56 +01:00
squidbear
c1565e2adf
fix
2025-03-27 10:44:40 +01:00
squidbear
538c48e61d
fix
2025-03-27 10:42:52 +01:00
squidbear
ce86a91f21
fix?
2025-03-27 10:30:04 +01:00
squidbear
9b0f1dfc77
make a test link
2025-03-27 10:23:29 +01:00
squidbear
de5c886808
now bsc it unified
2025-03-27 10:21:54 +01:00
squidbear
f59838c36d
bring back heimdall
2025-03-27 09:54:32 +01:00
squidbear
ecd591ada3
fix
2025-03-27 09:50:38 +01:00
squidbear
7183070ed4
node sync url
2025-03-27 09:42:17 +01:00
squidbear
425e7266f2
try bor
2025-03-27 09:33:40 +01:00
squidbear
5af4c7c904
fix
2025-03-27 08:49:38 +01:00
squidbear
67e12023a0
teh beacon
2025-03-27 07:36:04 +01:00
squidbear
575a33f6a9
add teh colon
2025-03-27 07:33:07 +01:00
squidbear
b2319be6cc
better
2025-03-27 07:17:22 +01:00
squidbear
eb1c955705
try a pebble path arbitrum
2025-03-27 07:15:44 +01:00
squidbear
a6c94940df
wroom
2025-03-27 07:13:13 +01:00
squidbear
870d099f0d
wathc out for genesis blocks
2025-03-27 05:07:52 +01:00
squidbear
873c11f09d
every tiume the templae flips a but
2025-03-26 18:17:15 +01:00
squidbear
352dd07e26
new norma
2025-03-26 18:16:59 +01:00
squidbear
8fffa07a64
port fix
2025-03-26 16:34:05 +01:00
squidbear
7f6a7d2030
link
2025-03-26 16:27:47 +01:00
squidbear
b83f8a9780
Merge branch 'main' of github.com:StakeSquid/ethereum-rpc-docker into main
2025-03-26 11:22:50 +01:00
squidbear
e31302fc4c
fix the link
2025-03-26 11:22:13 +01:00
Brain🧠
c73acf342a
home
2025-03-26 12:04:00 +02:00
Brain🧠
4704817f65
revert
2025-03-26 11:58:25 +02:00
Brain🧠
868a84443f
merged
2025-03-26 11:45:28 +02:00
Brain🧠
4e9b032d42
deprecated
2025-03-26 11:43:39 +02:00
squidbear
36c7178bb6
do things
2025-03-26 10:40:21 +01:00
squidbear
7748ce0cd8
new
2025-03-26 08:57:34 +01:00
squidbear
a9a293ce7b
dummy
2025-03-26 08:55:42 +01:00
squidbear
d0b7e1edd7
more chains
2025-03-26 08:53:38 +01:00
squidbear
01d4c85fdc
fix
2025-03-26 06:50:27 +01:00
squidbear
6323da5d0e
new ttry
2025-03-26 06:49:14 +01:00
squidbear
26e70a4238
fix
2025-03-26 06:32:37 +01:00
squidbear
bcd7b26ef4
fix
2025-03-26 06:30:47 +01:00
squidbear
8ef9d90959
variables
2025-03-26 06:25:40 +01:00
squidbear
a58f520072
fix
2025-03-26 05:48:23 +01:00
squidbear
54ae0a397b
new chain config
2025-03-26 05:45:41 +01:00
squidbear
3f4f6256ba
lalalalaaa
2025-03-26 04:37:41 +01:00
squidbear
68ed55b321
make it deprecated
2025-03-26 04:31:14 +01:00
squidbear
8db2c30d72
jo
2025-03-26 04:26:27 +01:00
squidbear
29b522ab3a
ittle fixes
2025-03-26 04:08:08 +01:00
squidbear
217ea08c4b
renamed
2025-03-26 03:55:20 +01:00
squidbear
656bef202d
new network
2025-03-26 03:53:54 +01:00
squidbear
3c3b84f729
jo
2025-03-26 03:51:23 +01:00
squidbear
482bc07e7e
update
2025-03-26 03:39:48 +01:00
squidbear
3b064da000
give prysm a data volume dammit
2025-03-25 11:24:14 +01:00
squidbear
211b4526d9
deepseek hallucinations removed
2025-03-25 11:16:54 +01:00
squidbear
f0032665e3
test it
2025-03-25 10:57:19 +01:00
squidbear
d189b8d1d0
all the geth configs shoud go here
2025-03-25 10:57:08 +01:00
squidbear
118b6a5a0e
regnerate nodekeys for datadir transportability
2025-03-25 09:41:59 +01:00
squidbear
8468327236
bootnodes
2025-03-25 09:38:21 +01:00
squidbear
b70ed9b791
try
2025-03-25 09:33:26 +01:00
squidbear
5f76152f33
bigger family
2025-03-25 09:30:32 +01:00
squidbear
b5083c71d9
do fantom with opera smarter
2025-03-25 09:23:58 +01:00
squidbear
1056feab7e
do fantom with sonic as well
2025-03-25 09:22:58 +01:00
squidbear
b6d3e39df6
new build process
2025-03-25 09:09:39 +01:00
squidbear
3265446bd9
change the current sonic build slightly
2025-03-25 09:08:30 +01:00
squidbear
1b9860885b
small fixes
2025-03-25 09:03:56 +01:00
squidbear
2eee8e9c47
fix
2025-03-24 17:25:05 +01:00
squidbear
f2af5b3254
fix
2025-03-24 17:21:38 +01:00
squidbear
939d22ecb0
naming scheme
2025-03-24 17:10:43 +01:00
squidbear
5970d0f953
next move
2025-03-24 17:05:23 +01:00
squidbear
9e41f705a1
sharade
2025-03-24 17:04:26 +01:00
squidbear
a5983f9cb9
one step
2025-03-24 17:02:20 +01:00
squidbear
a5d3afe086
better
2025-03-24 16:59:20 +01:00
squidbear
3b8e27149d
migrate one
2025-03-24 16:28:23 +01:00
squidbear
37729e1110
update bootnodes
2025-03-24 12:57:54 +01:00
squidbear
c0df43119d
same same
2025-03-24 12:55:01 +01:00
squidbear
eb23591f5b
more apis
2025-03-24 12:53:37 +01:00
squidbear
1f941ca26c
try
2025-03-24 12:44:02 +01:00
squidbear
68a3179e6c
fix
2025-03-24 10:55:56 +01:00
squidbear
de597f9985
maybe no initialisation needed?
2025-03-24 09:16:24 +01:00
squidbear
b8ce5f1319
maybe not genesis needed?
2025-03-24 09:14:13 +01:00
squidbear
cdb36e8b82
fix for old curl
2025-03-24 09:04:23 +01:00
squidbear
a6ea97e2d1
update
2025-03-24 08:25:10 +01:00
squidbear
95ae8c109d
fix ronin saigon
2025-03-24 07:47:32 +01:00
squidbear
8954702640
fix
2025-03-24 05:10:04 +01:00
squidbear
97604b92b8
fix
2025-03-24 05:09:12 +01:00
squidbear
57eecf611f
fix
2025-03-24 05:04:22 +01:00
squidbear
71f1930023
try
2025-03-24 05:02:35 +01:00
squidbear
9049a88672
convenient
2025-03-24 05:00:15 +01:00
squidbear
b4cd75587e
update
2025-03-24 04:44:28 +01:00
squidbear
81888e7f1d
allow upstream rpc to need 3 seconds befor erroring
2025-03-24 04:28:41 +01:00
squidbear
38f0db07b5
only accept 200
2025-03-23 12:08:14 +01:00
squidbear
df80758e55
only accept 200
2025-03-23 12:05:38 +01:00
squidbear
77e24c9401
fix
2025-03-23 11:48:20 +01:00
squidbear
3b7a425edd
less wait
2025-03-23 11:34:54 +01:00
squidbear
0e85af9526
use mulitple reference rpc
2025-03-23 11:27:14 +01:00
squidbear
271d9041ce
fix
2025-03-23 11:24:40 +01:00
squidbear
e5824ffcea
update the rpc references
2025-03-23 05:52:52 +01:00
squidbear
33c57189f4
cleanup
2025-03-23 04:31:14 +01:00
squidbear
7acdb81fff
move
2025-03-23 04:26:00 +01:00
squidbear
c72b36e523
human readable
2025-03-23 04:25:08 +01:00
squidbear
d91779dd3c
fix
2025-03-22 12:58:33 +01:00
squidbear
eb8d6f2acf
fix
2025-03-22 12:43:38 +01:00
squidbear
dbf8f690bf
update
2025-03-22 12:32:36 +01:00
squidbear
a22e11f355
fix
2025-03-22 12:02:20 +01:00
squidbear
fbd4f822f1
fix
2025-03-22 12:00:21 +01:00
squidbear
3dd35a500e
fix
2025-03-22 11:57:24 +01:00
squidbear
663f90b6d1
no validsatoe peers
2025-03-22 11:52:11 +01:00
squidbear
769525d3f5
fix the iplist label
2025-03-22 11:41:57 +01:00
squidbear
8ea5fac889
fix connecttivity
2025-03-22 11:35:29 +01:00
squidbear
1b9cca5a7c
don't validate peers
2025-03-22 11:17:31 +01:00
squidbear
2165a688b9
pebblepath
2025-03-22 10:58:49 +01:00
squidbear
557337206b
add the ronin
2025-03-22 10:14:12 +01:00
squidbear
15c7d5daa9
add the ronin
2025-03-22 10:04:55 +01:00
squidbear
552ad8c83c
add the ronin
2025-03-22 10:00:16 +01:00
squidbear
2d3452c97e
replace old with new
2025-03-22 09:25:01 +01:00
squidbear
03347cea73
dunno
2025-03-22 09:23:32 +01:00
squidbear
8c0119ee99
fix
2025-03-22 08:51:26 +01:00
squidbear
ab684cdf14
experiment with symlinks
2025-03-22 08:41:03 +01:00
squidbear
8d5afcb191
fix dbformat
2025-03-22 08:39:14 +01:00
squidbear
7a90ef6427
fix volumes
2025-03-22 08:36:17 +01:00
squidbear
6b08ee0ae8
moar op
2025-03-22 08:22:00 +01:00
squidbear
6699a7bd92
do the right network
2025-03-21 16:03:34 +01:00
squidbear
a736583d3c
new eth mainnet
2025-03-21 10:02:14 +01:00
squidbear
d60630178e
new eth mainnet
2025-03-21 10:00:54 +01:00
squidbear
37b3e49b15
update
2025-03-21 09:44:17 +01:00
squidbear
64dd0ab387
update
2025-03-21 09:43:32 +01:00
squidbear
8fc0e6ab9b
donno
2025-03-21 09:30:48 +01:00
squidbear
3f329001ff
better use the right network idf
2025-03-21 09:27:44 +01:00
squidbear
09f2cc01d3
transition
2025-03-21 09:23:03 +01:00
squidbear
cfdc71f001
add ronin
2025-03-21 09:20:40 +01:00
Sebastian
6b56d96ba5
more neat
2025-03-21 06:41:03 +01:00
Sebastian
8afc132b68
more neat
2025-03-21 06:40:19 +01:00
Sebastian
8b9e26a8c6
weird zsh bug with no blank line at the top allowed
2025-03-21 06:34:23 +01:00
Sebastian
003bcc7e7b
speedup with less errors
2025-03-21 06:32:25 +01:00
Sebastian
d9c65cb01a
speedup
2025-03-21 06:10:27 +01:00
Sebastian
907c90297d
revert
2025-03-21 06:01:18 +01:00
Sebastian
a412965c27
more precision
2025-03-21 05:54:16 +01:00
Sebastian
42835e3e2c
more precision
2025-03-21 05:53:45 +01:00
Sebastian
abdfab5d95
more precision
2025-03-21 05:52:11 +01:00
Sebastian
aca2301a2c
better?
2025-03-21 05:34:32 +01:00
Sebastian
0c4c456610
fix sepolia
2025-03-20 15:55:28 +01:00
Sebastian
3b4f46da64
do the thing
2025-03-20 08:56:40 +01:00
Sebastian
fbd00a2314
why does OP never give a useful error message
2025-03-19 17:55:11 +01:00
Sebastian
a3c6df3a7b
why does OP never give a useful error message
2025-03-19 17:52:28 +01:00
Sebastian
75005e0c2c
meh
2025-03-19 17:34:48 +01:00
Sebastian
a1df3cd1bc
fix
2025-03-19 17:27:37 +01:00
Sebastian
0188c40405
order
2025-03-19 14:24:33 +01:00
Sebastian
5e66c3f215
that would fail
2025-03-19 14:05:36 +01:00
Sebastian
28d7e8894c
fix
2025-03-19 14:04:41 +01:00
Sebastian
9de26aab82
fix
2025-03-19 13:47:27 +01:00
Sebastian
c64022bd8b
fix
2025-03-19 13:44:43 +01:00
Sebastian
ba4e65c06a
fix
2025-03-19 13:40:32 +01:00
Sebastian
035706fa12
fix
2025-03-19 13:39:33 +01:00
Sebastian
aa5e92a5df
fix
2025-03-19 13:36:37 +01:00
Sebastian
56d8cba406
fix
2025-03-19 13:27:42 +01:00
Sebastian
cc4d8fafe8
fix
2025-03-19 13:25:33 +01:00
Sebastian
5c864d34bd
fix
2025-03-19 13:25:01 +01:00
Sebastian
1f085da99f
fix
2025-03-19 13:24:12 +01:00
Sebastian
ba97af0a0f
fix
2025-03-19 13:17:08 +01:00
Sebastian
9c7c057300
fix
2025-03-19 13:13:28 +01:00
Sebastian
fcfb960215
new chain
2025-03-19 13:05:57 +01:00
Sebastian
975442bcc0
new chain
2025-03-19 13:04:11 +01:00
Sebastian
453c1bc9c2
Merge branch 'main' of github.com:StakeSquid/ethereum-rpc-docker into main
2025-03-19 12:59:54 +01:00
Sebastian
9960f6144a
new chain
2025-03-19 12:59:43 +01:00
Sebastian
1ff954ca5e
trying to patch it
2025-03-19 11:29:53 +01:00
Brain🧠
6b32697954
Merge branch 'main' of https://github.com/StakeSquid/ethereum-rpc-docker
2025-03-19 11:39:02 +02:00
Brain🧠
9c0e2ad482
home commits
2025-03-19 11:36:56 +02:00
Sebastian
52b4629f1a
fix
2025-03-19 07:46:47 +01:00
Sebastian
c46767b0a6
update
2025-03-19 07:40:35 +01:00
Sebastian
46d3918a6b
update
2025-03-19 07:23:06 +01:00
Sebastian
4c56c42bb0
update
2025-03-19 07:21:26 +01:00
Sebastian
b9fd88cdcb
update
2025-03-19 07:14:06 +01:00
Sebastian
92730d49a7
update
2025-03-19 07:03:53 +01:00
Sebastian
8a3ba3d1b3
save more money
2025-03-19 06:21:43 +01:00
Sebastian
68ba9d07fd
safe money
2025-03-19 06:20:08 +01:00
Sebastian
eb696ccd39
fix arb one sep ref rpc
2025-03-18 13:27:43 +01:00
Sebastian
2d4e870b53
fix occ ref rpc
2025-03-18 13:23:32 +01:00
Sebastian
11efd1bc38
fix fantom testnet reference
2025-03-18 13:18:12 +01:00
Sebastian
6bbba05710
timeout everytwhere
2025-03-18 13:13:52 +01:00
Sebastian
48efc4fc65
timeout everytwhere
2025-03-18 13:12:31 +01:00
Sebastian
e4484b1712
timeout everytwhere
2025-03-18 13:11:55 +01:00
Sebastian
97f0148e42
timeout everytwhere
2025-03-18 13:10:35 +01:00
Sebastian
2832ca186a
timeout everytwhere
2025-03-18 13:09:29 +01:00
Sebastian
1ef4598ca0
timeout everytwhere
2025-03-18 13:06:51 +01:00
Sebastian
e50dc2deee
timeout everytwhere
2025-03-18 13:04:25 +01:00
Sebastian
c139630997
timeout everytwhere
2025-03-18 13:02:42 +01:00
Sebastian
d887840138
timeout everytwhere
2025-03-18 12:58:58 +01:00
Sebastian
70036ec47b
stupid fixes
2025-03-18 12:53:22 +01:00
Sebastian
97c3396af0
we need to be gracious here
2025-03-18 12:35:57 +01:00
Sebastian
525879052a
fix the monitoring
2025-03-18 12:22:58 +01:00
Sebastian
693959699c
fix the monitoring
2025-03-18 12:22:09 +01:00
Sebastian
5e20ed40ca
fix the monitoring
2025-03-18 12:20:18 +01:00
Sebastian
65e17d8009
fix the monitoring
2025-03-18 12:16:06 +01:00
Sebastian
9a07aafabb
fix the monitoring
2025-03-18 12:15:07 +01:00
Sebastian
a98d858591
fix the monitoring
2025-03-18 12:13:42 +01:00
Sebastian
2f731d6828
fix the monitoring
2025-03-18 12:11:37 +01:00
Sebastian
5449adc8f8
fix the monitoring
2025-03-18 12:08:19 +01:00
Sebastian
2c3afa42cd
fix the monitoring
2025-03-18 12:06:34 +01:00
Sebastian
0e6287cd95
better test endpoint
2025-03-18 11:46:03 +01:00
Sebastian
979e0d3a8d
add chainspec
2025-03-18 11:41:40 +01:00
Sebastian
87bbb1f003
add chainspec
2025-03-18 11:40:56 +01:00
Sebastian
7790dc1daa
fix
2025-03-18 11:34:26 +01:00
Sebastian
74d5fb09af
fix
2025-03-18 11:33:54 +01:00
Sebastian
8af40dba2b
fix tron check
2025-03-18 11:27:51 +01:00
Sebastian
4807aa4a0f
fix tron check
2025-03-18 11:23:28 +01:00
Sebastian
e8a5eb4bbf
more reliable
2025-03-18 11:21:32 +01:00
Sebastian
1cfcd14b20
update
2025-03-18 11:12:44 +01:00
Sebastian
48558da40a
diable logging
2025-03-18 11:08:07 +01:00
Sebastian
78fb3dc32f
more timeout for ref urls
2025-03-18 11:01:42 +01:00
Sebastian
86ec93ce53
don't look back the whole day
2025-03-18 10:30:49 +01:00
Sebastian
dadca852fd
only the last hours
2025-03-18 10:24:38 +01:00
Sebastian
527a8760cb
fix
2025-03-18 10:13:00 +01:00
Sebastian
f07a57f4b3
need more powerful for erigon
2025-03-18 10:02:59 +01:00
Sebastian
b3bb447baa
no open port needed
2025-03-18 09:52:56 +01:00
Sebastian
5f52d93478
ask ai if the node is progressing
2025-03-18 09:52:09 +01:00
Sebastian
5159490e75
fix
2025-03-18 06:49:51 +01:00
Sebastian
1ac9afbd19
fix nossl
2025-03-18 06:48:49 +01:00
Sebastian
22f9372a83
better
2025-03-18 06:32:20 +01:00
root
86b1007e05
Merge branch 'main' of https://github.com/StakeSquid/ethereum-rpc-docker
2025-03-18 07:21:12 +02:00
root
2eaa8f99e4
homecoming
2025-03-18 07:18:19 +02:00
Sebastian
228d527af3
make the show-status script fail on errors
2025-03-18 06:02:34 +01:00
Sebastian
57f5091dcd
try ai
2025-03-18 05:48:47 +01:00
Sebastian
dd8c5f6aa5
fix
2025-03-18 05:29:21 +01:00
Sebastian
fa4a9a43bd
fix
2025-03-17 16:55:14 +01:00
Sebastian
a1b3d48f1f
open port
2025-03-17 16:47:02 +01:00
Sebastian
4e17308d86
open port
2025-03-17 16:44:25 +01:00
Sebastian
910d32c05d
?
2025-03-17 04:39:57 +01:00
Sebastian
a0c850fb3b
?
2025-03-17 04:38:37 +01:00
Sebastian
0f52619c36
?
2025-03-17 04:37:24 +01:00
Sebastian
62b049b2e1
?
2025-03-17 04:36:11 +01:00
Sebastian
247d64bed5
fix
2025-03-15 14:07:41 +01:00
Sebastian
bb94e499e5
fix?
2025-03-15 13:59:17 +01:00
Sebastian
dc1f1183ab
fix?
2025-03-15 13:58:11 +01:00
Sebastian
6072a158d2
fix?
2025-03-15 13:53:41 +01:00
Sebastian
429993aee7
fix?
2025-03-15 13:25:26 +01:00
Sebastian
b8e56c770e
fix?
2025-03-15 13:22:52 +01:00
Sebastian
13cd30d24b
fix?
2025-03-15 13:22:24 +01:00
Sebastian
242e2804b8
fix?
2025-03-15 13:17:42 +01:00
Sebastian
bc8ef71083
fix?
2025-03-15 12:53:41 +01:00
Sebastian
e7cf69dd9d
fix?
2025-03-15 12:50:48 +01:00
Sebastian
c025dac861
fix?
2025-03-15 12:45:54 +01:00
Sebastian
d9521aac6b
jo
2025-03-15 11:26:55 +01:00
Sebastian
4ae0790ce6
jo
2025-03-15 11:20:54 +01:00
Sebastian
7d0f71ef48
jo
2025-03-15 11:16:08 +01:00
Sebastian
33b50a34b2
jo
2025-03-15 11:10:07 +01:00
Sebastian
6278827e52
jo
2025-03-15 11:07:11 +01:00
Sebastian
8cda78738e
jo
2025-03-15 11:02:33 +01:00
Sebastian
38997477ca
jo
2025-03-15 11:01:02 +01:00
Sebastian
55edc8efcf
jo
2025-03-15 10:59:50 +01:00
Sebastian
7e905ba31e
jo
2025-03-15 10:54:07 +01:00
Sebastian
fe910a6bbe
update to specific image
2025-03-15 10:40:50 +01:00
Sebastian
52238722a3
update to specific image
2025-03-15 10:35:32 +01:00
Sebastian
442d3a463e
update to specific image
2025-03-15 10:34:01 +01:00
Sebastian
f7c36e18c9
update to specific image
2025-03-15 10:17:39 +01:00
Sebastian
24252922ee
update to specific image
2025-03-15 10:16:52 +01:00
Sebastian
bf437081df
update to specific image
2025-03-15 10:16:11 +01:00
Sebastian
7117a1102b
new history
2025-03-15 09:51:23 +01:00
Sebastian
7dcebb7a8e
fix?
2025-03-15 09:43:19 +01:00
Sebastian
232dd8698e
fix?
2025-03-15 09:37:27 +01:00
Sebastian
31dcc6fdd0
no more wheel
2025-03-15 09:26:26 +01:00
Sebastian
6f64867a27
dencun
2025-03-15 07:10:26 +01:00
Sebastian
9427ddf511
safe me
2025-03-14 14:24:24 +01:00
Sebastian
767129bb16
add the wheel
2025-03-14 13:24:36 +01:00
Sebastian
c9ac737987
add the wheel
2025-03-14 13:21:50 +01:00
Sebastian
5226085db4
add the wheel
2025-03-14 13:18:16 +01:00
Sebastian
5433c9a8cd
pinning version
2025-03-14 12:55:09 +01:00
Sebastian
27b2fb4b44
fix
2025-03-14 12:39:50 +01:00
Sebastian
297eaf6860
do it
2025-03-14 11:53:09 +01:00
Sebastian
0f08614981
update
2025-03-14 11:37:41 +01:00
Sebastian
15f59e61c4
update
2025-03-14 11:35:37 +01:00
Sebastian
a71e239cf8
add method
2025-03-13 16:24:30 +01:00
Sebastian
08da99d3c7
for trigger
2025-03-12 08:25:59 +01:00
Sebastian
b5b375e983
update
2025-03-12 08:01:46 +01:00
Sebastian
209af925bd
update
2025-03-10 14:24:45 +01:00
Sebastian
347795ea5c
pectra time
2025-03-10 14:20:31 +01:00
Sebastian
fff0810a36
update
2025-03-10 14:09:07 +01:00
Sebastian
45c1bdf475
update
2025-03-10 14:07:16 +01:00
Sebastian
e564e13631
do not stop the rpc
2025-03-10 13:51:35 +01:00
Sebastian
517f44d8e1
update
2025-03-09 12:00:38 +01:00
Sebastian
33975e7a6e
blobs
2025-03-08 14:47:33 +01:00
Sebastian
ce91a0e350
blobs
2025-03-08 14:45:46 +01:00
Sebastian
bfee6a7653
blobs
2025-03-08 14:36:45 +01:00
Sebastian
45bf4723f8
blobs
2025-03-08 14:32:23 +01:00
Sebastian
2badd3463b
fix]
2025-03-08 10:44:59 +01:00
Sebastian
36047f8b70
fix
2025-03-08 10:43:33 +01:00
Sebastian
ded4785699
fix
2025-03-08 10:40:15 +01:00
Sebastian
2397fbcb78
fix
2025-03-08 10:32:34 +01:00
Sebastian
12f5895284
things
2025-03-07 10:24:20 +01:00
Sebastian
cc5a644d7e
fix
2025-03-07 09:28:30 +01:00
Sebastian
519d11a607
rework names
2025-03-07 09:27:37 +01:00
Sebastian
a05561d01f
home
2025-03-06 10:56:30 +01:00
Sebastian
161a14934c
fix the entrypoint to not crash the node
2025-03-06 10:39:33 +01:00
Sebastian
02dff8aa69
home
2025-03-06 10:37:08 +01:00
Sebastian
76d4382462
home
2025-03-06 10:31:35 +01:00
Sebastian
217f139f38
home
2025-03-06 10:14:30 +01:00
Sebastian
e3ed2c6f09
home
2025-03-06 10:13:53 +01:00
Sebastian
1ccb674599
home
2025-03-06 10:04:01 +01:00
Sebastian
e1744657a4
home
2025-03-06 09:59:09 +01:00
Sebastian
0cbe9e4656
home
2025-03-06 09:43:48 +01:00
Sebastian
9ceece41c5
home
2025-03-06 09:33:46 +01:00
Sebastian
d6801912e7
delete the disfunct file
2025-03-06 08:55:55 +01:00
Sebastian
ff61dd22dc
fix
2025-03-06 08:31:53 +01:00
Sebastian
c5c6942151
fix
2025-03-06 08:30:08 +01:00
Sebastian
f79919776b
switch to go
2025-03-06 08:25:03 +01:00
Sebastian
6277c1ad1c
fix gzip
2025-03-06 08:01:30 +01:00
Sebastian
4fb24d8d0d
fix gzip
2025-03-06 07:55:40 +01:00
Sebastian
7bcabb9ffd
fix name
2025-03-06 07:47:04 +01:00
Sebastian
110a31e52b
debug logs
2025-03-06 07:45:52 +01:00
Sebastian
4c6bf353ae
initial commit
2025-03-06 07:33:29 +01:00
Sebastian
8656b63553
fix
2025-03-06 05:27:22 +01:00
Sebastian
487aca2851
make sure the process runs as pid 0 to allow docker to stop the containdr
2025-03-06 05:11:43 +01:00
Sebastian
f708f65cfc
make sure the process id is 0 by using exec
2025-03-06 05:06:26 +01:00
Sebastian
05f6f36eb4
fix
2025-03-05 14:38:32 +01:00
Sebastian
4d23b18a16
init
2025-03-05 14:34:48 +01:00
Sebastian
1c373bc8bc
fix
2025-03-05 14:22:48 +01:00
Sebastian
6173017749
init
2025-03-05 14:20:53 +01:00
Sebastian
2af51f57d5
nossl
2025-03-05 14:16:21 +01:00
Sebastian
a95bbd1345
make a new one for home
2025-03-05 14:03:48 +01:00
Sebastian
21f06357b6
jo
2025-03-05 13:54:13 +01:00
Sebastian
d39739f8ad
renamed
2025-03-05 13:46:58 +01:00
Sebastian
8e0a995b36
fit for the future
2025-03-05 13:45:54 +01:00
Sebastian
ca4423065a
initial
2025-03-05 13:25:51 +01:00
Sebastian
62188450c1
nossl
2025-03-05 10:54:05 +01:00
Sebastian
70c765ae34
initial
2025-03-05 10:52:10 +01:00
Sebastian
ada3984c2f
make heimdall configurable
2025-03-05 10:48:11 +01:00
Sebastian
066c10713e
bit of tweaks no idea if they work
2025-03-05 10:31:00 +01:00
Sebastian
2c7311c970
better peers
2025-03-05 10:28:25 +01:00
Sebastian
b07e7499c7
update
2025-03-05 09:46:53 +01:00
Sebastian
c7cad346c8
initial
2025-03-05 09:41:30 +01:00
Sebastian
7c648002fe
initial
2025-03-05 09:01:57 +01:00
Sebastian
d2a49a88c6
home
2025-03-05 08:56:38 +01:00
Sebastian
2a838c99fe
update
2025-03-04 10:28:50 +01:00
Sebastian
507cf0370e
version configurable and update
2025-03-03 08:49:09 +01:00
Sebastian
4f268fe59a
version configurable
2025-03-03 08:43:24 +01:00
Sebastian
227c1d83cd
fix
2025-03-03 08:32:07 +01:00
Sebastian
6c4da93d15
update
2025-03-03 08:24:47 +01:00
Sebastian
2a9d504fa9
update
2025-03-03 08:20:21 +01:00
Sebastian
fc809a95c7
update
2025-03-03 08:11:35 +01:00
Sebastian
363b2a444f
update
2025-03-03 07:59:17 +01:00
Sebastian
35a7169a72
update
2025-03-03 07:58:19 +01:00
Sebastian
2782ab84e0
update
2025-03-03 07:56:03 +01:00
Sebastian
e7cd7ef208
update version tags
2025-03-03 07:49:38 +01:00
Sebastian
2be3932f3d
update
2025-03-03 07:42:42 +01:00
Sebastian
75a73652df
more bootnodes
2025-03-02 10:31:21 +01:00
Sebastian
e4b652c13b
fix
2025-03-02 09:56:09 +01:00
Sebastian
a62971623f
open ports
2025-03-02 09:48:35 +01:00
Sebastian
b1cd72c194
open ports
2025-03-02 09:48:24 +01:00
Sebastian
5a445fb562
add bootnodes
2025-03-02 09:42:39 +01:00
Sebastian
3b78a06496
fix holesky
2025-03-02 09:25:35 +01:00
Sebastian
16c2da133d
pectra update
2025-03-02 09:18:55 +01:00
Sebastian
845c4c85d8
bigger subnet
2025-02-27 11:49:46 +01:00
Sebastian
fe404c0bcb
pectra fix
2025-02-27 11:37:41 +01:00
Sebastian
2434eb63f1
pectra fix
2025-02-27 11:36:23 +01:00
Sebastian
b8be36373b
pectra fix
2025-02-27 11:35:20 +01:00
Sebastian
ee263139a0
pectra fix
2025-02-27 11:33:20 +01:00
Sebastian
c3c306cb6e
update
2025-02-27 05:06:24 +01:00
Sebastian
c0aebe0d86
make HTTPS configurable
2025-02-25 09:45:44 +01:00
Sebastian
966cc2a620
make HTTPS configurable
2025-02-25 09:42:46 +01:00
Sebastian
ea8aed4d96
make HTTPS configurable
2025-02-25 09:34:55 +01:00
Sebastian
6d0d874b69
update
2025-02-25 08:30:00 +01:00
Sebastian
208db1b64f
fix archive
2025-02-25 08:29:46 +01:00
Sebastian
8d273928c9
DATA as variable
2025-02-25 08:19:09 +01:00
Sebastian
c5bf946201
volume env variable
2025-02-25 08:17:27 +01:00
Sebastian
e8e3476b10
initial commit
2025-02-25 08:13:57 +01:00
Sebastian
6b6f3482f1
initial
2025-02-25 08:01:03 +01:00
Sebastian
5de61a1082
connectivity
2025-02-14 14:19:03 +01:00
Sebastian
2f826806c2
connectivity
2025-02-14 14:17:49 +01:00
Sebastian
7c8ffd3347
fix
2025-02-14 14:16:26 +01:00
Sebastian
6526a10ea0
fix
2025-02-14 14:15:02 +01:00
Sebastian
75aae4a826
fix config
2025-02-14 14:09:48 +01:00
Sebastian
be024a7625
udpated default configs
2025-02-14 14:04:30 +01:00
Sebastian
c0f077d531
update
2025-02-14 13:54:01 +01:00
Sebastian
a782ec3d7e
naming fix
2025-02-12 14:11:35 +01:00
Sebastian
c40a0b2b4a
try a name refactoring
2025-02-12 14:08:31 +01:00
Sebastian
dece12e555
make it invincible
2025-02-12 14:01:23 +01:00
Sebastian
54a0d4e5f6
add a status
2025-02-12 13:08:53 +01:00
Sebastian
d0cf554463
add jq again
2025-02-12 12:59:34 +01:00
Sebastian
67dcdbe57f
fix
2025-02-12 12:56:52 +01:00
Sebastian
6f1c6c5bce
fix
2025-02-12 12:47:34 +01:00
Sebastian
78554cb066
try to build a health check
2025-02-12 12:47:00 +01:00
Sebastian
e3fdb3fab6
try to build a health check
2025-02-12 12:46:13 +01:00
Sebastian
0cebb54c00
refactor
2025-02-12 12:32:46 +01:00
Sebastian
b9a6178238
more ports
2025-02-11 08:41:36 +01:00
Sebastian
35e241e0ce
more ports
2025-02-11 08:38:10 +01:00
Sebastian
81d57c75e4
more ports
2025-02-11 08:34:25 +01:00
Sebastian
059ec0fee5
more ports
2025-02-11 08:28:16 +01:00
Sebastian
0659f70f5d
fix
2025-02-10 08:26:38 +01:00
Sebastian
890610a510
fix it
2025-02-10 08:24:13 +01:00
Sebastian
ce77d4202b
fix
2025-02-06 10:00:21 +01:00
Sebastian
7040a86f30
update
2025-02-06 09:18:34 +01:00
Sebastian
0461aa4943
update
2025-02-06 09:16:07 +01:00
Sebastian
a543cdf5f3
update
2025-02-06 09:15:02 +01:00
Sebastian
8232798521
update
2025-02-06 09:09:53 +01:00
Sebastian
8f7fd7f0a4
update
2025-02-06 09:05:48 +01:00
Sebastian
186d855bc1
one number
2025-02-06 07:51:47 +01:00
Sebastian
18c879b224
one number
2025-02-06 07:51:18 +01:00
Sebastian
abf39a84c4
one number
2025-02-06 07:50:51 +01:00
Sebastian
546acbbc35
one number
2025-02-06 07:49:57 +01:00
Sebastian
39a3dc4c0e
consensus ports
2025-02-05 10:19:13 +01:00
Sebastian
9d069638ff
follow symlinks
2025-02-04 10:28:01 +01:00
Sebastian
034a53f563
update
2025-02-04 10:27:13 +01:00
Sebastian
fd50ee4b30
try to squeeze sepolia
2025-02-04 09:37:35 +01:00
Sebastian
9d35619362
discovery via dns
2025-02-03 06:26:41 +01:00
Sebastian
4c075d6749
support ancient split
2025-02-03 06:09:43 +01:00
Sebastian
0a87672269
update
2025-02-03 06:09:03 +01:00
Sebastian
4a11ba6bf4
update
2025-02-02 08:57:27 +01:00
Sebastian
9af2fbfb14
fix
2025-02-02 08:14:20 +01:00
Sebastian
fb469e00b1
hand over the public ip
2025-02-02 08:13:11 +01:00
Sebastian
041bc7760c
justr delete the nodekey
2025-02-02 08:11:43 +01:00
Sebastian
42466c6e91
generate the nodekey
2025-02-02 07:58:57 +01:00
Sebastian
f20bc90b24
try putting the nodekey somewhere else
2025-02-02 07:55:17 +01:00
Sebastian
e496c64f6a
get public ip
2025-02-02 07:52:02 +01:00
Sebastian
342a390704
install dependencies into the right image
2025-02-02 07:46:34 +01:00
Sebastian
86f870fe91
better nodekey
2025-02-02 07:44:17 +01:00
Sebastian
73e72904d3
generate the nodekey
2025-02-02 07:41:07 +01:00
Sebastian
1b0f87d565
nodekey is now external to the volume
2025-02-02 07:31:44 +01:00
Sebastian
04062f675a
public ip
2025-02-02 07:27:47 +01:00
Sebastian
1b7ddcbb50
big fix
2025-01-30 12:27:40 +01:00
Sebastian
9d491cbc9e
unclogg
2025-01-30 12:23:56 +01:00
Sebastian
cf5ef9b5ca
unclogg
2025-01-30 12:22:40 +01:00
Sebastian
144644fc26
unclogg
2025-01-30 12:16:39 +01:00
Sebastian
c24c890227
cleanup
2025-01-30 12:14:30 +01:00
Sebastian
116e0c5584
fix the reth peer id
2025-01-30 11:52:52 +01:00
Sebastian
4922d40c4a
maybe
2025-01-30 11:29:36 +01:00
Sebastian
e656142601
it's needed afterall
2025-01-30 11:05:17 +01:00
Sebastian
5a12c6a61d
fix the initialization
2025-01-30 06:09:35 +01:00
Sebastian
1f0b59a538
fix the initialization
2025-01-30 06:09:25 +01:00
Sebastian
4744ad38d3
new random port
2025-01-28 08:03:19 +01:00
Sebastian
8c69893c8a
follow symlinks
2025-01-28 07:47:59 +01:00
Sebastian
58fe579555
respect exiting symlinks
2025-01-28 07:41:42 +01:00
Sebastian
f621a0c152
slowdisk
2025-01-27 12:20:07 +01:00
Sebastian
d192edfe50
update
2025-01-27 11:13:27 +01:00
Sebastian
8a13d4abb1
update
2025-01-27 06:01:14 +01:00
Sebastian
f99b0bf172
update
2025-01-26 12:02:18 +01:00
Sebastian
99028e4c42
update
2025-01-25 08:26:38 +01:00
Sebastian
ebec3de353
finish snaxchain
2025-01-24 10:11:20 +01:00
Sebastian
12b2732ddf
disable execution layer sync
2025-01-24 10:08:47 +01:00
Sebastian
c82b5819c3
disable execution layer sync
2025-01-24 10:06:09 +01:00
Sebastian
694abee654
disable execution layer sync
2025-01-24 10:03:20 +01:00
Sebastian
3324ae5d7f
disable execution layer sync
2025-01-24 10:02:07 +01:00
Sebastian
498705a5a8
disable execution layer sync
2025-01-24 09:59:42 +01:00
Sebastian
07c2a00a37
initial snaxchain
2025-01-24 09:54:13 +01:00
Sebastian
740311896c
update
2025-01-22 07:30:52 +01:00
Sebastian
c8aafee5f1
update
2025-01-22 07:22:53 +01:00
Sebastian
d8a10e6c82
update
2025-01-16 15:46:31 +01:00
Sebastian
74e85c0698
fix for the selfmade yaml2json
2025-01-15 05:44:35 +01:00
Sebastian
78bab70a05
holocene explicit
2025-01-14 13:54:00 +01:00
Sebastian
a4b01ba358
override holocene
2025-01-14 13:52:01 +01:00
Sebastian
95c48c3d6f
override holocene
2025-01-14 13:48:44 +01:00
Sebastian
2b6b6fd107
faster
2025-01-14 13:32:29 +01:00
Sebastian
1af7f87567
fix external rpcs
2025-01-14 05:32:17 +01:00
Sebastian
b8db21b3d4
cleanup
2025-01-14 04:40:34 +01:00
Sebastian
37d5a5caea
fix
2025-01-14 04:39:55 +01:00
Sebastian
4033f1c09d
fix
2025-01-14 04:39:23 +01:00
Sebastian
b937a8a8ad
update
2025-01-14 04:38:18 +01:00
Sebastian
e5d1027763
fix
2025-01-14 04:38:02 +01:00
Sebastian
68460dfe4f
ficx
2025-01-14 04:37:36 +01:00
Sebastian
18754a0c8f
update
2025-01-14 04:37:00 +01:00
Sebastian
b2a86290c6
fix
2025-01-14 04:36:30 +01:00
Sebastian
8d04a393f4
update
2025-01-14 04:35:36 +01:00
Sebastian
ec00eb49c2
update
2025-01-14 04:34:48 +01:00
Sebastian
6117123c4a
update
2025-01-14 04:34:07 +01:00
Sebastian
f3ed6f2a1c
update
2025-01-14 04:16:27 +01:00
Sebastian
737a271e26
update
2025-01-14 04:15:40 +01:00
Sebastian
7f6af4cd5e
update
2025-01-14 04:14:48 +01:00
Sebastian
bc74fd1414
update
2025-01-14 04:14:01 +01:00
Sebastian
3c5c76382f
update
2025-01-14 04:12:11 +01:00
Sebastian
dc4710ef18
update
2025-01-14 04:06:10 +01:00
Sebastian
3c7d537898
update
2025-01-14 04:03:13 +01:00
Sebastian
603349518a
update
2025-01-14 04:02:20 +01:00
Sebastian
166575953e
external ip
2025-01-12 10:16:02 +01:00
Sebastian
3aa725102a
I like unhealthy
2025-01-10 10:09:48 +01:00
Sebastian
249cffdee7
I like unhealthy
2025-01-10 10:08:58 +01:00
Sebastian
bb95f8adce
I like unhealthy
2025-01-10 10:07:30 +01:00
Sebastian
2ee9222251
add bob archive
2025-01-06 15:53:52 +01:00
Sebastian
8776b382e7
update granite and holocene
2025-01-06 15:49:27 +01:00
Sebastian
421e8e6052
fix
2025-01-05 14:26:11 +01:00
Sebastian
449606eb1d
fix
2025-01-05 09:23:45 +01:00
Sebastian
915ae99711
merge down and up
2025-01-05 06:48:53 +01:00
Sebastian
27bea18931
fix
2025-01-05 06:22:55 +01:00
Sebastian
ae23308523
fix
2025-01-05 06:17:27 +01:00
Sebastian
ba36be78d8
fix
2025-01-05 05:48:38 +01:00
Sebastian
c2c0cb5a2f
fix
2025-01-04 17:20:58 +01:00
Sebastian
e38d778899
fix
2025-01-04 17:14:34 +01:00
Sebastian
10c0063295
no dav in status checks
2025-01-04 16:58:10 +01:00
Sebastian
ba91e8c024
hopefully
2025-01-04 16:56:04 +01:00
Sebastian
fa2153dd4a
dav me
2025-01-04 16:49:37 +01:00
Sebastian
39ad0d25b5
use the weird chinese container in production
2025-01-04 16:48:00 +01:00
Sebastian
c3198d4b3c
dav
2025-01-04 16:40:01 +01:00
Sebastian
eaea6796b7
lets try webdav
2025-01-04 16:38:30 +01:00
Sebastian
eaf29a931a
try to write
2025-01-04 16:17:31 +01:00
Sebastian
699a454bbd
open admin
2025-01-04 12:50:11 +01:00
Sebastian
1420117854
open admin
2025-01-04 12:40:29 +01:00
Sebastian
cd490b43ee
open admin
2025-01-04 09:55:23 +01:00
Sebastian
9dd87cc73c
update
2025-01-04 02:41:21 +01:00
Sebastian
4a07c61cfa
update
2025-01-04 02:28:19 +01:00
Sebastian
5ac00a77b3
fix for ubuntu 24.04
2025-01-04 01:49:46 +01:00
Sebastian
5169fe0751
fix for ubuntu 24.04
2025-01-04 01:30:24 +01:00
Sebastian
d3ccc28d2c
fix for ubuntu 24.04
2025-01-04 01:16:22 +01:00
Sebastian
92fb5d3c2a
fix
2025-01-02 16:25:16 +01:00
Sebastian
f7451b6d2c
experiment
2025-01-02 16:23:35 +01:00
Sebastian
0c82ef1f83
update
2025-01-02 04:50:44 +01:00
Sebastian
ca2c3861a1
update
2025-01-02 02:40:47 +01:00
Sebastian
e7bc0a56f0
get back polygon archive
2024-12-31 11:07:28 +01:00
Sebastian
d78e615869
no cap on tx fee
2024-12-28 08:17:36 +01:00
Sebastian
8a0657669d
temporary remove whitelist
2024-12-24 15:37:39 +01:00
Sebastian
4f3d904594
fix
2024-12-24 02:08:36 +01:00
Sebastian
2d97c54741
update
2024-12-24 01:53:32 +01:00
Sebastian
90a4d3ce55
update
2024-12-24 01:52:02 +01:00
Sebastian
658e64a67b
update
2024-12-24 01:47:51 +01:00
Sebastian
3ad79dced3
executable
2024-12-22 08:26:05 +01:00
Sebastian
df7c4b12af
own port
2024-12-22 08:23:14 +01:00
Sebastian
f788e75947
new net
2024-12-22 08:21:12 +01:00
Sebastian
31941a7446
experiment
2024-12-22 07:25:58 +01:00
Sebastian
05c87006ac
remove unnecessary default monitoring tools due to weirtd load characteristics on small machines
2024-12-22 07:04:20 +01:00
Sebastian
7291c047ad
remove unnecessary default monitoring tools due to weirtd load characteristics on small machines
2024-12-22 07:03:25 +01:00
Sebastian
e0887aff53
streamline
2024-12-22 06:34:37 +01:00
Sebastian
592e317e82
add archive to gnosis
2024-12-22 06:30:08 +01:00
Sebastian
bb0fb37fd7
a fresh start
2024-12-22 06:29:07 +01:00
Sebastian
a81c05cd5d
update to extract without storing the archive when /backup doesn't exist
2024-12-21 07:05:07 +01:00
Sebastian
0c955dbeb1
disbale walking back
2024-12-20 06:18:12 +01:00
Sebastian
d85e5bdc96
fix
2024-12-19 07:10:07 +01:00
Sebastian
7db695a94b
update
2024-12-18 15:50:53 +01:00
Sebastian
bbaeff524e
update
2024-12-18 15:49:18 +01:00
Sebastian
15453f264c
add sonic for real
2024-12-18 09:14:46 +01:00
Sebastian
e77335f84f
fix
2024-12-18 09:01:22 +01:00
Sebastian
72cf47d0f1
fix
2024-12-18 08:59:50 +01:00
Sebastian
4b1012c0e0
fix
2024-12-18 08:59:13 +01:00
Sebastian
0dfe49484f
fix
2024-12-18 08:57:17 +01:00
Sebastian
2d7b84544b
fix
2024-12-18 08:54:34 +01:00
Sebastian
00dbee6696
fixes
2024-12-18 08:52:37 +01:00
Sebastian
08b1ef0df2
fix
2024-12-18 08:41:48 +01:00
Sebastian
925ccbadb9
first try
2024-12-18 08:39:52 +01:00
Sebastian
f9cde96de0
hopefully
2024-12-18 07:14:32 +01:00
Sebastian
d308602cb6
hopefully
2024-12-18 07:13:32 +01:00
Sebastian
a3547fd432
hopefully
2024-12-18 07:11:29 +01:00
Sebastian
759045035c
hopefully
2024-12-18 07:10:12 +01:00
Sebastian
72ed5de513
hopefully
2024-12-18 07:05:24 +01:00
Sebastian
c415429b31
holocene update
2024-12-18 05:36:29 +01:00
Sebastian
99ad467449
maybe fix
2024-12-18 05:34:28 +01:00
Sebastian
7881123910
maybe fix
2024-12-18 05:33:42 +01:00
Sebastian
27ce017de2
maybe fix
2024-12-18 05:31:13 +01:00
Sebastian
27faab2b9b
rename volumes
2024-12-18 04:28:53 +01:00
Sebastian
eaf7ed9b4f
initial sync
2024-12-18 04:27:58 +01:00
Sebastian
94ccec871e
enable extragas
2024-12-18 03:46:02 +01:00
Sebastian
e469731eeb
axtragas
2024-12-18 03:33:52 +01:00
Sebastian
1027470287
fix
2024-12-17 16:56:31 +01:00
Sebastian
b3ead4ab76
fix
2024-12-17 16:54:53 +01:00
Sebastian
22c7ed8d56
fix
2024-12-17 16:53:14 +01:00
Sebastian
9ae6963441
fix
2024-12-17 16:51:24 +01:00
Sebastian
168f3bae0d
fix
2024-12-17 16:50:26 +01:00
Sebastian
182b36114a
a new start
2024-12-17 16:44:19 +01:00
Sebastian
9e962018ca
lets go
2024-12-17 16:18:26 +01:00
Sebastian
620d1ab696
fix
2024-12-17 16:04:07 +01:00
Sebastian
168d0d04a1
fix
2024-12-17 15:59:33 +01:00
Sebastian
f0989bff07
genesis
2024-12-17 15:50:14 +01:00
Sebastian
e55802af54
genesis
2024-12-17 15:47:30 +01:00
Sebastian
b091448b98
init
2024-12-17 15:42:52 +01:00
Sebastian
bad75e211b
init
2024-12-17 15:42:27 +01:00
Sebastian
56a90cd688
update
2024-12-17 09:49:25 +01:00
Sebastian
5e01eb445e
do not validate peers
2024-12-17 06:34:18 +01:00
Sebastian
c2dfaf6192
quick help
2024-12-16 07:17:30 +01:00
Sebastian
881d2e3c6c
update
2024-12-16 06:34:40 +01:00
Sebastian
c6da52d9d6
update
2024-12-16 06:25:50 +01:00
Sebastian
aea68dc422
update
2024-12-16 02:59:51 +01:00
Sebastian
12858a4388
make it yaml
2024-12-15 09:32:04 +01:00
Sebastian
e75b544788
open debug methods
2024-12-15 09:30:39 +01:00
Sebastian
95819e9884
release the thunder
2024-12-15 09:22:26 +01:00
Sebastian
09c94f55e6
smallish fix for better compatibility maybe
2024-12-15 08:42:35 +01:00
Sebastian
c61b1964af
do allow debug
2024-12-15 08:38:42 +01:00
Sebastian
2a16f5b3a1
fix
2024-12-15 08:33:14 +01:00
Sebastian
c299275992
get going with tron
2024-12-15 08:27:07 +01:00
Sebastian
422a4d0f5a
can't do snap :(
2024-12-15 08:24:14 +01:00
Sebastian
c4ad96701f
onboard viction
2024-12-15 08:18:18 +01:00
Sebastian
e69ca8805c
slurp db
2024-12-14 12:18:06 +01:00
Sebastian
3a3845decf
make it perfect
2024-12-14 09:14:46 +01:00
Sebastian
3dca497c52
do it
2024-12-14 09:07:00 +01:00
Sebastian
039f902065
fix
2024-12-14 09:03:40 +01:00
Sebastian
7a2c5699aa
fix
2024-12-14 08:57:49 +01:00
Sebastian
455b633f87
fix
2024-12-14 08:49:33 +01:00
Sebastian
cad4819cc5
enable jsonrpc
2024-12-14 08:43:30 +01:00
Sebastian
aaae21a747
fixes
2024-12-14 08:35:42 +01:00
Sebastian
86203e4c74
first try
2024-12-14 08:31:18 +01:00
Sebastian
a2431070a5
open websockets
2024-12-14 06:45:04 +01:00
Sebastian
4352e5e37b
update
2024-12-13 10:27:51 +01:00
Sebastian
d41f231705
update
2024-12-13 10:27:25 +01:00
Sebastian
1fdde3bc8c
even better
2024-12-13 10:07:15 +01:00
Sebastian
e62e204cac
even better
2024-12-13 10:05:21 +01:00
Sebastian
381159a0d7
even better
2024-12-13 10:02:29 +01:00
Sebastian
7793a32a0d
even better
2024-12-13 10:00:16 +01:00
Sebastian
00cd9aafb8
neat one liner
2024-12-13 09:56:57 +01:00
Sebastian
55ba3ebcaa
add ip
2024-12-13 09:28:41 +01:00
Sebastian
16a8d82ea8
fix
2024-12-13 09:27:01 +01:00
Sebastian
8ac87b7c28
fix the config
2024-12-13 09:20:46 +01:00
Sebastian
ef94c32e50
fix the config
2024-12-13 09:19:05 +01:00
Sebastian
98a7faa0b5
fix the config
2024-12-13 09:16:13 +01:00
Sebastian
3238af6086
fix
2024-12-12 12:05:43 +01:00
Sebastian
e4055a6ffa
fix
2024-12-12 11:56:42 +01:00
Sebastian
bf91065d8c
update
2024-12-12 10:49:27 +01:00
Sebastian
bb7e4eb9b3
fix
2024-12-12 10:38:56 +01:00
Sebastian
f5860f9b3d
fix
2024-12-12 10:35:14 +01:00
Sebastian
68572a6285
fix
2024-12-12 10:29:22 +01:00
Sebastian
58bd2bd587
update
2024-12-12 10:26:30 +01:00
Sebastian
a51df66b4b
public port
2024-12-12 09:40:26 +01:00
Sebastian
6a16a0e4fc
discover
2024-12-12 09:36:00 +01:00
Sebastian
c65f279074
snap sync
2024-12-12 09:31:44 +01:00
Sebastian
777956191b
resync as pbss
2024-12-12 09:13:36 +01:00
Sebastian
89f199bcd2
update
2024-12-12 09:03:39 +01:00
Sebastian
68f0f98cc6
do not wlkback
2024-12-12 08:33:54 +01:00
Sebastian
c5f3952c42
update stats server
2024-12-11 08:12:55 +01:00
Sebastian
14df6ea00a
enable debug
2024-12-11 08:01:26 +01:00
Sebastian
c36667850b
update
2024-12-11 03:04:13 +01:00
Sebastian
e1a2dec38a
fix
2024-12-09 12:45:20 +01:00
Sebastian
94a4547b0e
fix
2024-12-09 12:42:56 +01:00
Sebastian
4dbfb26767
fix
2024-12-09 12:40:13 +01:00
Sebastian
1f45610cbb
fix
2024-12-09 08:38:38 +01:00
Sebastian
e0bad01cf0
downgrade
2024-12-09 08:34:33 +01:00
Sebastian
65788673d8
update to pebble
2024-12-09 08:25:54 +01:00
Sebastian
670b8bce16
fix?
2024-12-09 06:15:37 +01:00
Sebastian
42ec54e512
arb-sep-peb
2024-12-09 06:07:43 +01:00
Sebastian
9dd151af58
add nova pebble
2024-12-09 06:03:08 +01:00
Sebastian
d5aab68175
hash not path
2024-12-09 05:53:41 +01:00
Sebastian
3586424217
init pbss
2024-12-08 08:12:20 +01:00
Sebastian
764a987395
fix
2024-12-08 07:44:02 +01:00
Sebastian
84e1236582
give debug a new chance to shine
2024-12-08 07:41:07 +01:00
Sebastian
9b09e08daf
update
2024-12-08 07:39:15 +01:00
Sebastian
e7b3d2b998
update
2024-12-08 07:32:07 +01:00
Sebastian
3c56a0b8cb
update
2024-12-08 07:30:51 +01:00
Sebastian
488b729004
update
2024-12-08 07:27:33 +01:00
Sebastian
bfcbe68c35
update
2024-12-08 07:20:17 +01:00
Sebastian
d9d96fc1ad
update
2024-12-08 07:19:24 +01:00
Sebastian
9fc832022e
update
2024-12-08 07:14:37 +01:00
Sebastian
6c2e2e1b02
update
2024-12-07 08:01:01 +01:00
Sebastian
0b85297d76
update
2024-12-06 11:49:39 +01:00
Sebastian
03b8ce32d9
update
2024-12-06 11:49:06 +01:00
Sebastian
ddcebe4744
more efficient
2024-12-04 08:12:06 +01:00
Sebastian
a827cab203
more efficient
2024-12-04 08:09:39 +01:00
Sebastian
573da345ce
advertise public ip
2024-12-04 08:04:43 +01:00
Sebastian
1bbfe1ee10
fix
2024-12-04 08:01:18 +01:00
Sebastian
121acebe3b
update{
2024-12-04 07:59:38 +01:00
Sebastian
ff0ef06f08
fix
2024-12-03 16:29:52 +01:00
Sebastian
c74423ce03
fix
2024-12-03 16:21:31 +01:00
Sebastian
81e7f6e50d
quick n dirty
2024-12-03 15:57:27 +01:00
Sebastian
26dd8f118b
convenience
2024-12-02 13:21:32 +01:00
Sebastian
fb7ff43a61
disab;e faulty method
2024-12-02 13:10:02 +01:00
Sebastian
9a7bfac022
update
2024-11-30 16:53:26 +01:00
Sebastian
2e34b1734b
fix
2024-11-30 15:26:18 +01:00
Sebastian
512594a4c2
meh
2024-11-30 14:34:04 +01:00
Sebastian
36bae6707d
not attach the node part of OP to shackle
2024-11-30 13:47:36 +01:00
Sebastian
635c5407a8
yeay
2024-11-30 13:37:21 +01:00
Sebastian
4abbf293f8
fix the patch thingy
2024-11-30 13:16:30 +01:00
Sebastian
dcbd9d2e81
fix
2024-11-28 08:32:50 +01:00
Sebastian
4449dc0444
fix
2024-11-28 08:30:43 +01:00
Sebastian
4abfa497be
fix
2024-11-28 06:58:05 +01:00
Sebastian
5005597969
update
2024-11-28 06:57:30 +01:00
Sebastian
38cd0baf87
update
2024-11-28 04:09:54 +01:00
Sebastian
d952e5c0f4
update
2024-11-27 12:18:24 +01:00
Sebastian
221aa34077
update
2024-11-27 08:44:31 +01:00
Sebastian
09718ce61e
update
2024-11-27 08:35:14 +01:00
Sebastian
9abacb22cc
update
2024-11-26 16:26:40 +01:00
Sebastian
54c2da9a3c
update
2024-11-26 13:48:23 +01:00
Sebastian
b809bcab8a
update
2024-11-26 13:28:16 +01:00
Sebastian
3468d97747
swoosh
2024-11-26 11:51:05 +01:00
Sebastian
97827e00c2
fix
2024-11-26 11:41:30 +01:00
Sebastian
6e63a06707
fix
2024-11-26 11:40:12 +01:00
Sebastian
92c205d896
update and patch
2024-11-26 11:38:49 +01:00
Sebastian
006f34d40c
external ip
2024-11-24 10:53:12 +01:00
Sebastian
fb4b769814
add public ip
2024-11-24 10:51:37 +01:00
Sebastian
bd2ef46f9b
change chainid
2024-11-23 09:05:38 +01:00
Sebastian
bc2f40994f
change reference rpc
2024-11-23 09:04:55 +01:00
Sebastian
d34f0d2c2e
remove peer on old network
2024-11-23 09:01:29 +01:00
Sebastian
ac50b97a5a
make executable
2024-11-23 08:58:34 +01:00
Sebastian
2c2a09878c
update
2024-11-23 08:53:42 +01:00
Sebastian
4ae5c77f2d
update static peers
2024-11-21 10:32:17 +01:00
Sebastian
97439ad751
update
2024-11-21 05:26:26 +01:00
Sebastian
12cdf6a9cb
update
2024-11-21 05:24:39 +01:00
Sebastian
acea00d0f4
update
2024-11-21 05:23:42 +01:00
Sebastian
3cb23ff2b1
unstuck it
2024-11-19 10:23:00 +01:00
Sebastian
6f5709463c
update
2024-11-19 10:20:10 +01:00
Sebastian
ecc3f97892
update
2024-11-19 10:18:18 +01:00
Sebastian
d3130f0ea2
downgrade
2024-11-19 09:37:27 +01:00
Sebastian
8aa9af34e7
downgrade
2024-11-19 09:36:31 +01:00
Sebastian
5435c59eec
graceful
2024-11-19 09:28:08 +01:00
Sebastian
af46f41578
update
2024-11-19 09:19:22 +01:00
Sebastian
53e287ce79
add extra gas
2024-11-09 05:09:49 +01:00
Sebastian
fb0665c141
do not drop websocket connections
2024-11-09 05:06:45 +01:00
Sebastian
94c443dbac
do not drop websocket connections
2024-11-09 05:05:44 +01:00
Sebastian
41ad2761fc
do not drop websocket connections
2024-11-09 05:01:36 +01:00
Sebastian
e97d947294
do not drop websocket connections
2024-11-09 04:58:58 +01:00
Sebastian
a756d45cb2
do not drop websocket connections
2024-11-09 04:56:53 +01:00
Sebastian
ddeba389c8
do not drop websocket connections
2024-11-09 04:53:10 +01:00
Sebastian
26eb9f430f
update
2024-11-09 03:08:42 +01:00
Sebastian
89b7b1607f
update
2024-11-09 03:08:28 +01:00
Sebastian
46ff876a04
update
2024-11-09 03:07:18 +01:00
Sebastian
d0887fd183
update
2024-11-09 03:05:44 +01:00
Sebastian
0284e260e2
update
2024-11-09 03:00:19 +01:00
Sebastian
b4cac40a24
update
2024-11-09 02:57:06 +01:00
Sebastian
273abcea31
update
2024-11-09 02:51:23 +01:00
Sebastian
4a6c4b7cc6
fix
2024-11-06 14:27:56 +01:00
Sebastian
610a152446
slight fix
2024-11-06 13:55:11 +01:00
Sebastian
108f126c1f
fix rsk with fixed host header in nginx proxy
2024-11-06 13:32:01 +01:00
Sebastian
283040ace0
fix
2024-11-06 13:10:57 +01:00
Sebastian
375856bd13
fix
2024-11-06 12:40:46 +01:00
Sebastian
8ed7698702
drop the rsk
2024-11-06 12:35:30 +01:00
Sebastian
202555f320
add gascap
2024-11-06 04:45:02 +01:00
Sebastian
4a84f6e149
update
2024-11-05 12:04:50 +01:00
Sebastian
2c14893d16
fix goat testnet chainid
2024-11-05 11:54:40 +01:00
Sebastian
28e89bcf16
fixes
2024-11-05 11:53:33 +01:00
Sebastian
b165482ed9
fix goat
2024-11-05 11:51:47 +01:00
Sebastian
ba35ff8a6d
add another static path
2024-11-03 10:51:28 +01:00
Sebastian
cc3538a407
add another static path
2024-11-03 10:41:52 +01:00
Sebastian
3d2026421c
try to figure
2024-11-03 10:13:32 +01:00
Sebastian
51f400fe59
find me the gateway ips
2024-11-03 08:55:57 +01:00
Sebastian
664cc8ccb2
update
2024-11-03 04:35:26 +01:00
Sebastian
05e7216a09
fix
2024-11-01 13:57:27 +01:00
Sebastian
24cdf0b4e6
initial
2024-11-01 13:31:31 +01:00
Sebastian
0592b7b9b6
fix
2024-10-28 10:52:26 +01:00
Sebastian
6752469c8d
fix
2024-10-28 10:45:56 +01:00
Sebastian
63a47db15c
fix
2024-10-26 07:52:47 +02:00
Sebastian
86642de9ca
maybe fix
2024-10-26 07:38:22 +02:00
Sebastian
ebb804e9b8
fix
2024-10-26 07:23:10 +02:00
Sebastian
2e40528e33
fix
2024-10-26 07:19:24 +02:00
Sebastian
b7fbf030ae
fix2
2024-10-26 07:16:49 +02:00
Sebastian
1882de3f16
fix
2024-10-26 07:14:11 +02:00
Sebastian
808082a7c2
make a debug build
2024-10-26 07:09:08 +02:00
Sebastian
2375550c7c
update
2024-10-24 15:12:52 +02:00
Sebastian
10cbf262c2
update
2024-10-24 15:00:51 +02:00
Sebastian
7c7cc48fba
fix
2024-10-24 09:19:48 +02:00
Sebastian
9a802e1252
revert
2024-10-24 08:55:07 +02:00
Sebastian
5db8749420
fix
2024-10-24 08:53:13 +02:00
Sebastian
ac697688f0
fix
2024-10-24 08:52:51 +02:00
Sebastian
a5c4cc0aca
update
2024-10-24 08:52:25 +02:00
Sebastian
d08713822e
fix
2024-10-24 08:21:13 +02:00
Sebastian
61ff75b36e
fix
2024-10-24 08:17:18 +02:00
Sebastian
1ddebffc49
fix
2024-10-24 08:16:28 +02:00
Sebastian
2bc376f8e8
update
2024-10-24 06:16:42 +02:00
Sebastian
ad4887659a
update
2024-10-24 06:15:50 +02:00
Sebastian
2531c6eab7
send it
2024-10-24 06:09:50 +02:00
Sebastian
bb1b563d76
update
2024-10-24 05:56:45 +02:00
Sebastian
f8b6adb95e
update
2024-10-24 05:54:16 +02:00
Sebastian
eefa603b38
update
2024-10-24 05:52:56 +02:00
Sebastian
9bf6a91048
update
2024-10-24 05:51:51 +02:00
Sebastian
0c36a6488c
update
2024-10-24 05:49:32 +02:00
Sebastian
e7e25aeb43
update
2024-10-24 05:48:37 +02:00
Sebastian
e2e2d2704d
update
2024-10-24 05:37:15 +02:00
Sebastian
325abbed2c
update
2024-10-24 05:35:47 +02:00
Sebastian
e081e1d220
update open port
2024-10-23 05:42:58 +02:00
Sebastian
24ade40556
Dfix]
2024-10-23 05:38:45 +02:00
Sebastian
e37c67bbb9
fix
2024-10-23 05:37:23 +02:00
Sebastian
7ffba3114f
add testnet
2024-10-23 04:13:38 +02:00
Sebastian
0c56968419
op arch
2024-10-23 03:51:05 +02:00
Sebastian
6f9bb930a5
update
2024-10-22 10:06:55 +02:00
Sebastian
cda4598863
update
2024-10-20 16:19:55 +02:00
Sebastian
95bd317d56
make it accessible
2024-10-20 15:20:12 +02:00
Sebastian
f29ef5a236
remove catchup form status
2024-10-20 14:55:58 +02:00
Sebastian
18aa6600e7
leave a hint
2024-10-20 04:58:25 +02:00
Sebastian
d4287dd205
fix
2024-10-20 04:48:03 +02:00
Sebastian
ea140229ae
fix
2024-10-20 04:44:26 +02:00
Sebastian
5bd28a4878
fix
2024-10-20 04:42:24 +02:00
Sebastian
933c5174fd
fix
2024-10-20 04:41:03 +02:00
Sebastian
0f31d7fd46
update
2024-10-20 04:30:07 +02:00
Sebastian
05bc981714
update
2024-10-20 04:27:26 +02:00
Sebastian
2c1622b52b
update
2024-10-20 04:24:10 +02:00
Sebastian
407b7ffd0a
update
2024-10-20 04:19:53 +02:00
Sebastian
8e80fd6c8a
update
2024-10-20 04:17:54 +02:00
Sebastian
62fca8931f
update
2024-10-20 04:16:14 +02:00
Sebastian
4af8d3a65e
initial
2024-10-20 04:07:18 +02:00
Sebastian
fb6ebad7bf
fix
2024-10-20 02:31:40 +02:00
Sebastian
d52ce39184
aleph pbss
2024-10-20 02:09:19 +02:00
Sebastian
6636b47344
fix
2024-10-20 02:01:40 +02:00
Sebastian
107cdd9983
fix
2024-10-20 01:55:22 +02:00
Sebastian
e69b6e6fc2
fix
2024-10-20 01:41:03 +02:00
Sebastian
aa8c4a93e6
fix
2024-10-19 18:54:15 +02:00
Sebastian
7643078aa2
fix
2024-10-19 05:38:12 +02:00
Sebastian
51129f590f
path
2024-10-17 13:00:58 +02:00
Sebastian
82cffd4953
do optimism reth
2024-10-17 08:19:57 +02:00
Sebastian
3a8bc7ec2f
fix
2024-10-17 07:02:52 +02:00
Sebastian
6163377682
fix
2024-10-17 06:57:15 +02:00
Sebastian
82f08a87d1
sync a fullnode save some space
2024-10-17 06:53:17 +02:00
Sebastian
1700537df1
add slowdisk mount
2024-10-17 06:36:28 +02:00
Sebastian
d23e06e321
init fullnode
2024-10-17 06:21:13 +02:00
Sebastian
1e4623a4f0
fix
2024-10-17 06:14:33 +02:00
Sebastian
18532b349b
fix
2024-10-17 06:11:36 +02:00
Sebastian
0efdc2e71a
add reth for base
2024-10-17 06:07:01 +02:00
Sebastian
f5b25b0da5
update
2024-10-06 15:19:24 +02:00
Sebastian
33c98457ca
fix
2024-10-03 17:05:42 +02:00
Sebastian
e0478f5774
add hardforks
2024-10-03 16:56:54 +02:00
Sebastian
34d3fb4925
add hardforks
2024-10-03 16:54:50 +02:00
Sebastian
01883fca09
fix
2024-10-03 16:19:46 +02:00
Sebastian
a5e0200878
trying
2024-10-03 16:17:21 +02:00
Sebastian
014cc3fc51
init fuji archive
2024-10-03 16:13:08 +02:00
Sebastian
6a79b839df
fresh start with playnance
2024-10-03 15:32:25 +02:00
Sebastian
8242f85f4c
downgrade
2024-10-03 15:15:21 +02:00
Sebastian
901a96f511
fix
2024-10-03 09:59:04 +02:00
Sebastian
803786263c
fix
2024-10-03 09:57:04 +02:00
Sebastian
9ac56cc9a7
init linea sepolia
2024-10-03 09:56:19 +02:00
Sebastian
43bd3903d6
fix
2024-10-03 09:25:39 +02:00
Sebastian
bf49142a59
init zora sepolia
2024-10-03 09:24:36 +02:00
Sebastian
33de7762fb
fix
2024-10-03 08:22:25 +02:00
Sebastian
9547a26193
fix
2024-10-03 08:15:10 +02:00
Sebastian
75d39e10e5
add that thang
2024-10-03 07:39:58 +02:00
Sebastian
9bf038343e
fix
2024-10-03 07:33:21 +02:00
Sebastian
21963b6b3d
initial commit
2024-10-03 07:28:25 +02:00
Sebastian
b8dc48866c
add admin
2024-09-30 17:24:16 +02:00
Sebastian
3e1135c458
update
2024-09-30 15:35:58 +02:00
Sebastian
216e33af86
downgrade
2024-09-29 07:12:41 +02:00
Sebastian
4a8a350710
update
2024-09-29 06:57:36 +02:00
Sebastian
7994cf7d0e
keep the old for a bit
2024-09-28 10:57:58 +02:00
Sebastian
1ce52e8e57
fix
2024-09-28 10:57:03 +02:00
Sebastian
d2fa8cb535
fix
2024-09-28 10:28:22 +02:00
Sebastian
c9421b6947
fix
2024-09-28 10:26:58 +02:00
Sebastian
926728a29d
fix
2024-09-28 10:25:04 +02:00
Sebastian
3ac96e6121
fix
2024-09-28 10:24:23 +02:00
Sebastian
3d9f645a3c
fix
2024-09-28 10:23:17 +02:00
Sebastian
d7da405614
fix
2024-09-28 09:58:14 +02:00
Sebastian
fd2519a0fc
initial commit celo migration
2024-09-28 09:56:48 +02:00
Sebastian
ea8912fff3
update ffs
2024-09-28 08:11:55 +02:00
Sebastian
f5a73b7ff0
update
2024-09-27 13:38:58 +02:00
Sebastian
6220c2eb2c
update
2024-09-27 13:36:34 +02:00
Sebastian
f44a091ec4
update
2024-09-27 13:35:45 +02:00
Sebastian
4de425066e
update
2024-09-27 13:28:32 +02:00
Sebastian
956a8f0b01
fix
2024-09-25 17:15:58 +02:00
Sebastian
d69f2ce122
fix\git push
2024-09-25 03:42:30 +02:00
Sebastian
0ca6a9e52d
rename
2024-09-25 03:39:34 +02:00
Sebastian
115ec3cd06
init reth
2024-09-25 03:37:09 +02:00
Sebastian
7b0df6cbf8
update
2024-09-24 09:15:32 +02:00
Sebastian
75d06ef967
init
2024-09-24 08:28:11 +02:00
Sebastian
7f9d5200ef
initial
2024-09-24 07:26:48 +02:00
Sebastian
e7d371cd2f
fix
2024-09-24 07:14:55 +02:00
Sebastian
57fce1908b
parameterize
2024-09-24 07:10:43 +02:00
Sebastian
9e91f100d9
parameterize
2024-09-24 07:08:03 +02:00
Sebastian
8777dd736b
fix
2024-09-23 12:19:01 +02:00
Sebastian
3b16fb7243
moar bootnodes
2024-09-23 12:06:55 +02:00
Sebastian
40ebc8f7c5
fix
2024-09-23 06:47:57 +02:00
Sebastian
9654c88357
fix
2024-09-23 06:43:23 +02:00
Sebastian
f9aaa67a51
update
2024-09-23 06:13:05 +02:00
Sebastian
94ca54ff0d
update
2024-09-23 06:08:02 +02:00
Sebastian
ff35adf9ae
update
2024-09-22 12:32:33 +02:00
Sebastian
4a1dde629e
rename
2024-09-21 18:00:03 +02:00
Sebastian
328ac28244
fix
2024-09-21 17:54:08 +02:00
Sebastian
908c5bc93e
enable debug
2024-09-20 04:34:23 +02:00
Sebastian
d945358d25
fix
2024-09-19 10:46:43 +02:00
Sebastian
3e77cde88c
update
2024-09-19 10:45:21 +02:00
Sebastian
90075c746b
must be archive :(
2024-09-19 10:00:32 +02:00
Sebastian
e15c0bf9c0
prune
2024-09-19 09:58:42 +02:00
Sebastian
ecd51a45ee
update
2024-09-19 09:55:06 +02:00
Sebastian
b352b58afb
add berachain
2024-09-18 16:03:57 +02:00
Sebastian
5f098bf14f
add berachain
2024-09-18 15:45:23 +02:00
Sebastian
a7c1bac157
other bootnodes
2024-09-18 09:59:43 +02:00
Sebastian
474cd78e03
fix
2024-09-18 09:45:52 +02:00
Sebastian
5bd851283c
fix
2024-09-18 09:42:39 +02:00
Sebastian
a6a4811230
fix
2024-09-18 09:35:32 +02:00
Sebastian
b4d826b247
fix
2024-09-18 09:33:42 +02:00
Sebastian
b37b71e4ec
fix
2024-09-18 09:32:50 +02:00
Sebastian
7158dfa838
half fix
2024-09-18 09:29:10 +02:00
Sebastian
1bfcb8c512
moar linea
2024-09-18 09:24:16 +02:00
Sebastian
e2131027d5
update
2024-09-18 08:47:46 +02:00
Sebastian
e26290121c
update
2024-09-18 08:46:53 +02:00
Sebastian
832a4f09fa
update
2024-09-18 08:40:24 +02:00
Sebastian
56fed20b4e
update
2024-09-18 08:39:07 +02:00
Sebastian
42ad013dd1
update
2024-09-18 08:37:14 +02:00
Sebastian
5b9a94c808
update
2024-09-18 08:26:12 +02:00
Sebastian
33294cbea0
fix
2024-09-18 08:23:56 +02:00
Sebastian
6af917da86
update
2024-09-18 08:19:19 +02:00
Sebastian
fbe02e26a2
fix
2024-09-17 21:50:53 +02:00
Sebastian
3f0f433faa
fix
2024-09-17 21:30:53 +02:00
Sebastian
c799568aa6
fix
2024-09-17 21:24:47 +02:00
Sebastian
dcd09ea5aa
update
2024-09-17 21:17:01 +02:00
Sebastian
acf47cc2e1
fix
2024-09-17 21:15:37 +02:00
Sebastian
837c35d3ba
zircuit testnet
2024-09-17 21:14:33 +02:00
Sebastian
52838f1cf5
zircuit testnet
2024-09-17 21:12:23 +02:00
Sebastian
ae7045b607
fix
2024-09-17 10:52:46 +02:00
Sebastian
a3a428b0e5
update
2024-09-17 10:45:14 +02:00
Sebastian
9257179d2d
everclear mainnet
2024-09-16 14:44:03 +02:00
Sebastian
3e1e0ff9ab
fix
2024-09-16 13:27:01 +02:00
Sebastian
f4a663db24
this is faster
2024-09-16 13:22:15 +02:00
Sebastian
a91ae0ddd0
fix
2024-09-16 13:10:00 +02:00
Sebastian
9fcd4f9a6b
fix
2024-09-16 13:03:53 +02:00
Sebastian
88ec7cbd31
fix
2024-09-16 12:54:43 +02:00
Sebastian
4603a04c3b
new feature
2024-09-16 12:16:04 +02:00
Sebastian
afa19bb887
do the thing
2024-09-16 12:04:27 +02:00
Sebastian
9134e3d21f
fix
2024-09-15 16:18:29 +02:00
Sebastian
11f737c75f
fix
2024-09-15 16:15:53 +02:00
Sebastian
b0f12276c8
init zksync
2024-09-15 15:42:33 +02:00
Sebastian
68b2e612ba
fix
2024-09-15 11:56:06 +02:00
Sebastian
3f9ab7adf3
fix
2024-09-15 11:51:49 +02:00
Sebastian
c00cf4486e
neat tool
2024-09-15 11:51:02 +02:00
Sebastian
bac273fa23
fix
2024-09-15 11:49:12 +02:00
Sebastian
2435ce388b
add that thing
2024-09-15 11:43:03 +02:00
Sebastian
a299f72036
trying reth to rule
2024-09-15 11:42:19 +02:00
Sebastian
6b9c423c32
fix
2024-09-12 13:45:44 +02:00
Sebastian
d930c640ba
fix
2024-09-12 13:35:23 +02:00
Sebastian
a66e72528f
update
2024-09-12 13:30:06 +02:00
Sebastian
0d792d5088
make external rpcs available
2024-09-12 13:20:41 +02:00
Sebastian
59b132ee62
helpar
2024-09-11 15:00:23 +02:00
Sebastian
a12c17bada
update
2024-09-11 14:51:37 +02:00
Sebastian
d601f3aa33
update
2024-09-11 13:54:31 +02:00
Sebastian
271a39d176
fix
2024-09-11 13:35:14 +02:00
Sebastian
9e8036186d
flexible
2024-09-11 13:32:48 +02:00
Sebastian
5ad15b9823
add estimate
2024-09-11 13:24:34 +02:00
Sebastian
70fd7e0346
add estimate
2024-09-11 13:23:28 +02:00
Sebastian
5cb026697a
calculate catchup time
2024-09-11 13:20:03 +02:00
Sebastian
6cf158fe36
calculate catchup time
2024-09-11 12:29:56 +02:00
Sebastian
d37ac5dd93
mmh?
2024-09-11 12:16:41 +02:00
Sebastian
03eeb4737f
separate
2024-09-11 12:13:14 +02:00
Sebastian
2bb25ffef7
show time diff in chains
2024-09-11 11:58:54 +02:00
Sebastian
7c37f5dcce
renaming
2024-09-11 11:48:53 +02:00
Sebastian
fc8b64f82b
fix again
2024-09-11 06:01:46 +02:00
Sebastian
a3c9c0e0ac
fix
2024-09-11 05:54:10 +02:00
Sebastian
0a935a9bd3
fix
2024-09-11 05:51:11 +02:00
Sebastian
321c3c6f18
fix
2024-09-11 05:44:14 +02:00
Sebastian
088ab82e51
update
2024-09-11 05:26:16 +02:00
Sebastian
9c09a7a4e3
fix
2024-09-10 06:54:22 +02:00
Sebastian
ec90cb9a54
try
2024-09-09 15:32:57 +02:00
Sebastian
b14ed827bb
fix
2024-09-09 15:31:09 +02:00
Sebastian
70c72dcdca
fix
2024-09-09 15:30:17 +02:00
Sebastian
cf05d1eeb2
fix
2024-09-09 15:16:44 +02:00
Sebastian
f62e1ce178
fix
2024-09-09 15:04:39 +02:00
Sebastian
6038bb8c9c
fix
2024-09-09 15:03:11 +02:00
Sebastian
357799e3c7
fix
2024-09-09 14:40:52 +02:00
Sebastian
786bcbb9fd
fix
2024-09-09 14:38:57 +02:00
Sebastian
d78ab74a66
first try
2024-09-09 14:37:47 +02:00
Sebastian
2705057a2a
add fuji
2024-09-09 13:28:26 +02:00
Sebastian
d54e3f3ac9
initial commit
2024-09-09 13:23:45 +02:00
Sebastian
0e2bf75e05
fix
2024-09-08 19:36:07 +02:00
Sebastian
6e9c1ddcaa
mmh
2024-09-08 19:33:43 +02:00
Sebastian
e4ad028a5f
fix
2024-09-08 19:24:08 +02:00
Sebastian
34d3488a2c
fix
2024-09-08 19:20:18 +02:00
Sebastian
ef1d9f0cfc
fix
2024-09-08 19:17:59 +02:00
Sebastian
39dd51c282
fix
2024-09-08 19:09:34 +02:00
Sebastian
13b3ade46b
mauybe
2024-09-08 19:06:03 +02:00
Sebastian
1640630d4d
fix amoy erigon
2024-09-08 18:48:31 +02:00
Sebastian
8a55588c21
useful script
2024-09-08 13:14:10 +02:00
Sebastian
d3526dbac9
add bootnodes
2024-09-07 16:37:54 +02:00
Sebastian
8cfbf4c268
update
2024-09-07 16:07:10 +02:00
Sebastian
3c14f627fe
fix
2024-09-06 17:42:41 +02:00
Sebastian
3842460115
fix
2024-09-06 17:41:04 +02:00
Sebastian
590c21013b
fix
2024-09-06 17:36:57 +02:00
Sebastian
e1bf532680
update op stack to granite
2024-09-06 16:53:18 +02:00
Sebastian
f55b51d47f
update
2024-09-06 16:45:50 +02:00
Sebastian
42cab51487
arbitrum sepolia archive
2024-09-05 12:05:22 +02:00
Sebastian
1bcd168590
stay updated
2024-09-05 05:21:15 +02:00
Sebastian
a1e8474193
downgrade
2024-09-05 05:19:48 +02:00
Sebastian
c1daf236dc
update
2024-09-05 05:16:14 +02:00
Sebastian
0df30b5087
fix
2024-09-04 17:45:14 +02:00
Sebastian
7ccb694f79
init
2024-09-04 16:26:08 +02:00
Sebastian
54050b4825
update and enable debug
2024-09-04 16:14:09 +02:00
Sebastian
4f07ef0291
enabe debug
2024-09-04 16:12:54 +02:00
Sebastian
e2f9c6b340
anable debug and admin api
2024-09-04 16:10:06 +02:00
Sebastian
c65d2653d1
update
2024-09-04 10:12:07 +02:00
Sebastian
b879e23407
another try
2024-09-03 19:51:11 +02:00
Sebastian
2ab53a937a
fix
2024-09-03 15:21:50 +02:00
Sebastian
31ca3b5482
fix
2024-09-03 15:15:03 +02:00
Sebastian
86347fd849
update
2024-09-03 11:36:49 +02:00
Sebastian
90eca50f2b
fix
2024-09-03 10:56:39 +02:00
Sebastian
2f2794905e
more peers
2024-09-02 05:56:53 +02:00
Sebastian
ca90b62324
everclear is still connext
2024-08-30 10:49:59 +02:00
Sebastian
ddb37f5b54
update
2024-08-28 13:33:04 +02:00
Sebastian
f82245a946
update
2024-08-28 12:18:27 +02:00
Sebastian
3b50b7523e
update
2024-08-28 12:12:01 +02:00
Sebastian
ff843759db
update
2024-08-28 12:09:30 +02:00
Sebastian
137e776118
update
2024-08-28 12:08:50 +02:00
Sebastian
aa81a19a04
update
2024-08-28 12:07:30 +02:00
Sebastian
e5e16f0dcc
update
2024-08-28 12:05:23 +02:00
Sebastian
1ac35d7eeb
revert path change
2024-08-28 12:04:55 +02:00
Sebastian
eca977ca2d
update
2024-08-28 12:03:45 +02:00
Sebastian
69d097f488
update
2024-08-28 11:59:50 +02:00
Sebastian
739a19f63c
update
2024-08-28 11:55:04 +02:00
Sebastian
fdab516df6
update
2024-08-28 11:49:29 +02:00
Sebastian
6559dfec99
update
2024-08-28 11:46:01 +02:00
Sebastian
ba798c659a
update
2024-08-28 11:45:09 +02:00
Sebastian
99c19a64c5
update
2024-08-28 11:44:38 +02:00
Sebastian
43f5856b2e
update
2024-08-28 11:42:47 +02:00
Sebastian
c575bd727a
update
2024-08-28 11:40:47 +02:00
Sebastian
af89b63ef0
update
2024-08-28 10:52:46 +02:00
Sebastian
c6a90a3a43
smart log script
2024-08-28 10:40:46 +02:00
Sebastian
3af587dd70
fix
2024-08-27 03:22:21 +02:00
Sebastian
e1f8c9b4a3
update
2024-08-23 12:01:04 +02:00
Sebastian
5da8fb507d
make it executable
2024-08-23 11:23:19 +02:00
Sebastian
87ea6162e8
add a tool
2024-08-23 11:21:42 +02:00
Sebastian
427def01bf
rename connex
2024-08-22 00:45:58 +02:00
Sebastian
8e541f55d5
add method
2024-08-22 00:36:58 +02:00
Sebastian
666e70cc66
add method
2024-08-22 00:32:49 +02:00
Sebastian
7dafb9e4e2
update
2024-08-21 18:53:40 +02:00
Sebastian
71a205d8bb
update
2024-08-18 10:22:18 +02:00
Sebastian
025bf91980
fix
2024-08-17 17:24:12 +02:00
Sebastian
195bc67947
update
2024-08-17 17:14:41 +02:00
Sebastian
9b600ee651
update
2024-08-17 16:31:32 +02:00
Sebastian
a8f2ae8d56
doesn twork
2024-08-17 16:12:02 +02:00
Sebastian
61aeb6380d
restart on error
2024-08-17 15:43:46 +02:00
Sebastian
9d2d6304f9
restart on failure
2024-08-17 15:37:46 +02:00
Sebastian
0b2633add8
fix
2024-08-17 12:07:34 +02:00
Sebastian
4cceb4a9dd
update
2024-08-17 11:54:46 +02:00
Sebastian
9f758da034
fix
2024-08-17 11:27:43 +02:00
Sebastian
f51a2d742d
support for bob
2024-08-17 11:01:18 +02:00
Sebastian
f4cd56a842
fix teh port
2024-08-16 13:04:32 +02:00
Sebastian
d9256870a3
do it
2024-08-16 11:56:50 +02:00
Sebastian
64ac80246f
try to enable the debug api
2024-08-16 11:52:30 +02:00
Sebastian
1c765c4fec
get ronin rolling
2024-08-16 11:45:25 +02:00
Sebastian
e2d2915dc6
add ronin
2024-08-16 11:26:05 +02:00
Sebastian
55808d71cf
fix
2024-08-16 07:54:35 +02:00
Sebastian
0ce8327aec
enable zircuit methods
2024-08-16 07:44:57 +02:00
Sebastian
f48b86aff6
update
2024-08-16 07:11:10 +02:00
Sebastian
60f54ac1a2
fight the edge case
2024-08-15 02:37:25 +02:00
Sebastian
1d9b382656
update
2024-08-14 14:24:41 +02:00
Sebastian
c4367ebf83
update
2024-08-14 14:13:38 +02:00
Sebastian
c6478c42f4
add static sequencer
2024-08-14 13:48:40 +02:00
Sebastian
a56168a9f4
add archiver
2024-08-14 13:18:52 +02:00
Sebastian
bd77c974d4
downgrade
2024-08-14 12:55:42 +02:00
Sebastian
0ccd9bbb10
add static sequencer
2024-08-14 12:41:36 +02:00
Sebastian
e91e24e915
add granite time
2024-08-14 12:39:17 +02:00
Sebastian
06e8e94b81
add a reference
2024-08-14 08:23:11 +02:00
Sebastian
2857257cdf
update
2024-08-14 03:59:01 +02:00
Sebastian
eed2aebc9f
update
2024-08-13 15:13:47 +02:00
Sebastian
b3c7040e85
update
2024-08-13 15:11:42 +02:00
Sebastian
27aac1a258
update
2024-08-13 13:25:10 +02:00
Sebastian
384f60408a
update
2024-08-13 13:04:32 +02:00
Sebastian
bdffbd3052
update
2024-08-13 12:30:27 +02:00
Sebastian
9abd904bde
update
2024-08-12 17:18:49 +02:00
Sebastian
48f1ecf7fc
update
2024-08-12 16:46:41 +02:00
Sebastian
5ee15f3367
update
2024-08-12 08:00:07 +02:00
Sebastian
5598734467
update
2024-08-11 16:32:41 +02:00
Sebastian
622e04314a
update
2024-08-11 16:30:57 +02:00
Sebastian
8751079128
update
2024-08-11 16:27:47 +02:00
Sebastian
5d76b86d0c
restart on failure
2024-08-05 17:21:19 +02:00
Sebastian
f553c9964d
fix
2024-08-01 10:23:12 +02:00
Sebastian
62c652ca23
change path
2024-08-01 10:11:01 +02:00
Sebastian
d88835bce4
fix
2024-08-01 10:09:38 +02:00
Sebastian
41e92b4d70
reduce gas price minimum
2024-07-31 14:54:59 +02:00
Sebastian
a4e4fb6157
support alephzero mainnet
2024-07-31 13:03:33 +02:00
Sebastian
0b54f3568d
init
2024-07-30 13:39:57 +02:00
Sebastian
0c22a58ddd
change path
2024-07-30 12:49:43 +02:00
Sebastian
07cbefa8a4
change the path
2024-07-30 12:48:21 +02:00
Sebastian
f5c771a36c
fix
2024-07-30 08:59:21 +02:00
Sebastian
c02fae6be8
create a fullnode
2024-07-30 03:58:34 +02:00
Sebastian
494fcf53b5
fix ws
2024-07-30 03:53:11 +02:00
Sebastian
c706027a21
Dfix
2024-07-30 03:49:45 +02:00
Sebastian
d9ff90cb7a
fix
2024-07-30 03:34:32 +02:00
Sebastian
47922feefb
fixc
2024-07-30 03:33:17 +02:00
Sebastian
d0fedcd243
initial support for bobabnb
2024-07-30 03:15:41 +02:00
Sebastian
669b6107f9
update polygon for new eip
2024-07-30 02:54:57 +02:00
Sebastian
9f5f8e8cca
fix
2024-07-30 02:48:07 +02:00
Sebastian
b89aa58260
fix
2024-07-30 02:42:44 +02:00
Sebastian
48f3e109d8
fix
2024-07-30 02:42:06 +02:00
Sebastian
e6bf392f25
make it executable
2024-07-30 02:36:05 +02:00
Sebastian
662c8308ad
make a maintenance mechanism
2024-07-30 02:35:37 +02:00
Sebastian
4a209279be
fix
2024-07-28 14:20:36 +02:00
Sebastian
cf97a3ebf7
fix
2024-07-28 14:17:49 +02:00
Sebastian
852c53bd49
fix
2024-07-28 14:16:51 +02:00
Sebastian
9f34021ba5
fix
2024-07-28 14:08:40 +02:00
Sebastian
cdc3057520
remove ecotone
2024-07-27 05:28:02 +02:00
Sebastian
6756b4b24b
do ecotone
2024-07-27 05:27:07 +02:00
Sebastian
cab02417d8
fix
2024-07-27 03:29:07 +02:00
Sebastian
3c56a30c98
fix
2024-07-27 03:27:49 +02:00
Sebastian
5f46dcc097
fix
2024-07-27 03:26:19 +02:00
Sebastian
7c47667d19
fix
2024-07-27 03:24:17 +02:00
Sebastian
6693e07e10
add bobda
2024-07-27 03:21:35 +02:00
Sebastian
0d6453086d
fix
2024-07-27 03:16:32 +02:00
Sebastian
e30a1e8795
fix
2024-07-27 03:01:20 +02:00
Sebastian
5dabc44699
add alfajores
2024-07-27 02:50:08 +02:00
Sebastian
4447e49f0c
support alfajores
2024-07-27 02:47:18 +02:00
Sebastian
ff4d45482d
update
2024-07-26 08:21:55 +02:00
Sebastian
e7803b1d68
update
2024-07-26 08:19:12 +02:00
Sebastian
bb995ccb1a
update
2024-07-26 08:16:49 +02:00
Sebastian
f97e28f939
update
2024-07-25 05:03:06 +02:00
Sebastian
3821af347d
update
2024-07-25 05:02:17 +02:00
Sebastian
25c16b2c81
update
2024-07-23 12:47:00 +02:00
Sebastian
f546981377
update
2024-07-21 05:35:55 +02:00
Sebastian
7d35dba31f
update
2024-07-21 05:34:53 +02:00
Sebastian
5ee332aba5
fix
2024-07-21 03:06:58 +02:00
Sebastian
80a8c1f0a5
chiado
2024-07-21 02:56:42 +02:00
Sebastian
939300f84a
fix
2024-07-21 01:47:54 +02:00
Sebastian
cdd85770c5
overrides
2024-07-20 06:21:03 +02:00
Sebastian
4db32f4dff
fix
2024-07-20 06:04:47 +02:00
Sebastian
ab3b0631c0
try to rewind
2024-07-20 06:01:33 +02:00
Sebastian
bbcbc7c599
unify base with op
2024-07-18 14:37:04 +02:00
Sebastian
6f02c0453d
update
2024-07-18 14:26:40 +02:00
Sebastian
4eb09c6662
update
2024-07-18 14:24:25 +02:00
Sebastian
b0af5c86e3
fix
2024-07-14 11:28:56 +02:00
Sebastian
dc05b1b571
test if config gets applied
2024-07-14 10:42:37 +02:00
Sebastian
60f97b4807
update
2024-07-14 10:31:54 +02:00
Sebastian
0a46467bb8
updates
2024-07-14 03:16:19 +02:00
Sebastian
20c4e8f003
p2p
2024-07-12 18:15:47 +02:00
Sebastian
8c02e70f79
p2p
2024-07-12 18:12:30 +02:00
Sebastian
08a292f3ff
fix
2024-07-12 15:22:59 +02:00
Sebastian
965cd0c9f8
fix
2024-07-12 11:48:18 +02:00
Sebastian
fa020e88a5
quicksearch for compare blocks
2024-07-12 11:34:46 +02:00
Sebastian
f71e45b8e5
fix
2024-07-12 11:30:00 +02:00
Sebastian
dfa1e8238c
tool
2024-07-12 11:24:10 +02:00
Sebastian
83d54888d8
update
2024-07-12 11:22:08 +02:00
Sebastian
5809ac3670
change identifier
2024-07-12 10:58:23 +02:00
Sebastian
ba3dde63dd
fjord
2024-07-12 00:40:40 +02:00
Sebastian
fcccb06b7c
update
2024-07-12 00:37:47 +02:00
Sebastian
a1ceec81dc
fjord
2024-07-12 00:29:56 +02:00
Sebastian
bfba840f98
update fjord override
2024-07-12 00:21:20 +02:00
Sebastian
7a1563915d
comment
2024-07-12 00:19:03 +02:00
Sebastian
ab7f9b9cec
fix
2024-07-12 00:02:40 +02:00
Sebastian
270ff15621
fix
2024-07-12 00:00:01 +02:00
Sebastian
ef05004508
fix
2024-07-11 23:59:15 +02:00
Sebastian
57d8d0d582
fix
2024-07-11 23:57:09 +02:00
Sebastian
69a92cab71
add debug
2024-07-11 23:56:12 +02:00
Sebastian
37de16d3ce
make a debug build and add FJORD
2024-07-11 23:51:56 +02:00
Sebastian
d3cc2de14d
downgrade
2024-07-09 12:41:10 +02:00
Sebastian
2a133511da
downgrade
2024-07-09 12:25:51 +02:00
Sebastian
7daef1d46d
downgrade
2024-07-09 12:25:10 +02:00
Sebastian
c1edf978d0
update arbitrum L3
2024-07-09 12:06:54 +02:00
Sebastian
773b04eb46
update
2024-07-09 11:53:22 +02:00
Sebastian
6538716288
update
2024-07-09 11:52:11 +02:00
Sebastian
db60b243e5
update
2024-07-09 11:51:11 +02:00
Sebastian
1757657d84
update
2024-07-09 11:47:29 +02:00
Sebastian
915a8e58c4
fix
2024-07-08 13:14:26 +02:00
Sebastian
dd60cd3970
downgrade
2024-07-08 13:05:30 +02:00
Sebastian
c86e0adcf3
beacon
2024-07-08 12:57:11 +02:00
Sebastian
fb0edb9186
fix
2024-07-08 12:46:32 +02:00
Sebastian
42297439a5
open the gates
2024-07-08 12:25:15 +02:00
Sebastian
dcafde3a1c
update
2024-07-08 12:21:11 +02:00
Sebastian
49b4c82480
fix
2024-07-08 12:19:28 +02:00
Sebastian
0b8ea35893
add zircuit without rpcs
2024-07-08 12:13:04 +02:00
Sebastian
c057ea791a
fix
2024-07-08 12:03:25 +02:00
Sebastian
a66a66490b
fix
2024-07-08 11:59:28 +02:00
Sebastian
4395ed71ff
fix
2024-07-08 11:59:17 +02:00
Sebastian
7731f31eb0
fix
2024-07-08 11:54:26 +02:00
Sebastian
5496e4a1e5
fix
2024-07-08 11:52:16 +02:00
Sebastian
62f35c5a56
fix
2024-07-08 11:40:13 +02:00
Sebastian
9b23529483
fix?
2024-07-08 11:35:54 +02:00
Sebastian
c1ec1471d4
initial
2024-07-08 11:32:29 +02:00
Sebastian
25e4470c7b
update
2024-06-29 09:04:59 +02:00
Sebastian
a0f7896228
update
2024-06-29 09:00:49 +02:00
Sebastian
b1f2f9b250
update
2024-06-29 09:00:33 +02:00
Sebastian
53402c490b
arbitrum update
2024-06-29 08:59:19 +02:00
Sebastian
b8f2bfc238
update
2024-06-29 08:49:36 +02:00
Sebastian
e18e6f5fcd
update
2024-06-29 08:45:18 +02:00
Sebastian
a3bd1b0b2e
update
2024-06-29 08:42:45 +02:00
Sebastian
9cb5d9f95a
update
2024-06-29 08:38:47 +02:00
Sebastian
322c62152d
update
2024-06-29 08:34:07 +02:00
Sebastian
32de12c179
nimbus > lodestart
2024-06-26 17:58:31 +02:00
Sebastian
34a0ba0647
nimbus > lodestart
2024-06-26 17:57:09 +02:00
Sebastian
6743b05ab3
ports
2024-06-26 17:45:16 +02:00
Sebastian
684152643b
addchiado
2024-06-26 17:42:15 +02:00
Sebastian
b00a13498c
update and chiado
2024-06-26 17:37:30 +02:00
Sebastian
4d5d488a88
extra gw whitelist
2024-06-26 09:51:45 +02:00
Sebastian
72f5d52852
extra gw whitelist
2024-06-26 09:45:27 +02:00
Sebastian
124b95b5a4
extra gw whitelist
2024-06-26 09:41:31 +02:00
Sebastian
d34580f230
add proxy to dshackle
2024-06-26 09:33:48 +02:00
Sebastian
eb1df3ecaf
disable peer validation
2024-06-20 13:05:34 +02:00
Sebastian
3c57c18293
fix ip
2024-06-18 08:54:39 +02:00
Sebastian
1d5e13bc2b
fix
2024-06-18 08:52:34 +02:00
Sebastian
c8eac8eb17
update
2024-06-18 08:50:37 +02:00
Sebastian
92d702e050
update
2024-06-18 04:32:35 +02:00
Sebastian
3e2699dd4e
add opencampuscodex
2024-06-17 10:09:38 +02:00
Sebastian
d76f1ff61f
update version
2024-06-17 09:58:51 +02:00
Sebastian
a34419f14e
move it to srb sepolia
2024-06-17 09:53:53 +02:00
Sebastian
33da00c46d
initial suport
2024-06-17 09:39:17 +02:00
Sebastian
c2c2094e36
change port
2024-06-13 06:52:23 +02:00
Sebastian
e33706abf5
update
2024-06-13 06:15:54 +02:00
Sebastian
c101c360a2
update
2024-06-13 06:15:43 +02:00
Sebastian
1357e85f6d
update
2024-06-13 06:13:52 +02:00
Sebastian
a0b7159ebe
update
2024-06-13 05:56:14 +02:00
Sebastian
de59e7c233
add scroll sepolia
2024-06-13 05:55:59 +02:00
Sebastian
0034c942a8
fix
2024-06-13 05:14:52 +02:00
Sebastian
30bd1befd4
fix ws
2024-06-13 05:07:31 +02:00
Sebastian
71e8e8987c
update
2024-06-12 18:02:23 +02:00
Sebastian
e4f5be87e4
update
2024-06-12 17:56:15 +02:00
Sebastian
ae1728ff9d
fix
2024-06-11 07:57:55 +02:00
Sebastian
bd32edc758
update
2024-06-11 07:57:34 +02:00
Sebastian
f27e6827c7
downgrade
2024-06-11 07:49:18 +02:00
Sebastian
b7e5c61ca4
update
2024-06-11 07:41:22 +02:00
Sebastian
6896c3a907
fix for lisk
2024-06-11 06:29:11 +02:00
Sebastian
2b31c4c495
fix
2024-06-11 06:25:49 +02:00
Sebastian
3dbe874a97
add core chain
2024-06-11 06:24:53 +02:00
Sebastian
c77d05968c
update
2024-06-09 08:12:08 +02:00
Sebastian
15c06809ed
more peers
2024-06-08 07:13:00 +02:00
Sebastian
ff5ee8934b
update
2024-06-08 06:54:24 +02:00
Sebastian
0b180f9472
make zora archive
2024-06-08 06:06:00 +02:00
Sebastian
062213a0b1
update
2024-06-06 09:29:37 +02:00
Sebastian
78b1874cc3
update
2024-06-06 09:28:44 +02:00
Sebastian
6afb72c47d
update
2024-06-06 09:28:01 +02:00
Sebastian
d7fbdfb28e
fix
2024-06-06 08:31:38 +02:00
Sebastian
de11c1c953
fix?
2024-06-06 08:27:31 +02:00
Sebastian
af92f58b74
update
2024-06-06 08:14:42 +02:00
Sebastian
fdc8191914
add the net
2024-06-06 08:05:29 +02:00
Sebastian
4fb0044224
hi blast-sepolia
2024-06-06 08:01:19 +02:00
Sebastian
3f8281e3c0
fix
2024-06-06 07:44:59 +02:00
Sebastian
eab6ef2a9b
change ports
2024-06-06 07:43:03 +02:00
Sebastian
04ef2d887f
fix
2024-06-06 07:41:45 +02:00
Sebastian
21dcb803fe
fix
2024-06-06 07:39:30 +02:00
Sebastian
59b4a85412
fix
2024-06-06 07:38:01 +02:00
Sebastian
b199af7242
hi taiko hekla
2024-06-06 07:32:41 +02:00
Sebastian
8081e7215e
auth port
2024-06-06 07:02:58 +02:00
Sebastian
32745d9f18
make it executable
2024-06-06 07:01:56 +02:00
Sebastian
a013a92b55
hi taiko
2024-06-06 06:59:57 +02:00
Sebastian
0535bc8541
update
2024-06-04 13:09:00 +02:00
Sebastian
22b06275a4
fix
2024-06-04 10:54:38 +02:00
Sebastian
507196e185
fix
2024-06-04 10:41:45 +02:00
Sebastian
5f06ad9453
updates
2024-06-04 10:28:30 +02:00
Sebastian
f3206e3eaa
fix
2024-06-04 10:21:36 +02:00
Sebastian
c9c6c6f5ac
fix
2024-06-04 10:18:59 +02:00
Sebastian
216b64136f
add haqq
2024-06-04 10:15:59 +02:00
Sebastian
36346d9e6e
add metis
2024-06-04 07:28:34 +02:00
Sebastian
9f4472491d
fix
2024-06-04 07:24:47 +02:00
Sebastian
bf193f0918
try to sync metis again
2024-06-04 07:22:29 +02:00
Sebastian
ad9ce66bcb
add beacon archiver
2024-06-04 05:35:23 +02:00
Sebastian
3736563397
update ford override
2024-06-04 05:20:01 +02:00
Sebastian
17703cf0d4
meh
2024-06-04 05:07:17 +02:00
Sebastian
99f89aa93f
fix
2024-06-03 11:58:23 +02:00
Sebastian
52aae5b4eb
let the admins in
2024-06-03 11:51:04 +02:00
Sebastian
e9d56711d6
let ws subscribe to heads
2024-06-03 11:47:41 +02:00
Sebastian
4d48c17e3f
fix traefik
2024-06-03 11:39:47 +02:00
Sebastian
729a09d780
update
2024-06-03 10:56:18 +02:00
Sebastian
6d6ffeeae8
meh
2024-06-03 10:34:34 +02:00
Sebastian
5df69f4d5e
meh
2024-06-03 10:30:14 +02:00
Sebastian
32481783ab
meh
2024-06-03 10:28:41 +02:00
Sebastian
0a0fe40e57
meh
2024-06-03 10:27:43 +02:00
Sebastian
0dbf1cf5c7
meh
2024-06-03 10:26:55 +02:00
Sebastian
2abfe53d42
change L1
2024-06-03 09:55:11 +02:00
Sebastian
2183d7c593
add bease sepolia
2024-06-03 09:50:20 +02:00
Sebastian
4856d70345
archiver
2024-06-03 08:19:05 +02:00
Sebastian
80c9a9c5f2
update and archive
2024-06-03 08:07:57 +02:00
Sebastian
ebdfeda20a
open websockets
2024-06-03 07:58:00 +02:00
Sebastian
bd8e0db743
disable p2p
2024-06-03 07:46:54 +02:00
Sebastian
8608417cf5
update
2024-06-03 07:45:10 +02:00
Sebastian
ec57f36345
update
2024-06-03 07:42:44 +02:00
Sebastian
0afa8b872d
update
2024-06-03 07:19:33 +02:00
Sebastian
87671e1ebb
do not cripple so hard
2024-06-03 07:09:30 +02:00
Sebastian
00d92ca50b
update
2024-06-03 07:01:31 +02:00
Sebastian
c86a06bc52
permissions
2024-06-02 17:31:25 +02:00
Sebastian
b0da99c5dd
permissions
2024-06-02 17:19:03 +02:00
Sebastian
676c58fd9a
revert
2024-06-02 12:24:22 +02:00
Sebastian
62a3925551
change default sync mode
2024-06-02 12:21:16 +02:00
Sebastian
20d70ee317
fix
2024-06-02 12:12:51 +02:00
Sebastian
960a361347
change port
2024-06-02 12:11:39 +02:00
Sebastian
d4e1b2ec20
change port
2024-06-02 12:02:34 +02:00
Sebastian
46f15f6755
change port
2024-06-02 11:57:23 +02:00
Sebastian
b6ae195cb7
change the maxpeer
2024-06-02 11:15:10 +02:00
Sebastian
c22973f322
add optimism-mainnet
2024-06-02 10:26:58 +02:00
Sebastian
a7d00f119b
change port
2024-06-02 09:53:26 +02:00
Sebastian
a1b841a94d
add optimism pbss
2024-06-02 09:50:20 +02:00
Sebastian
667bf4b036
make sepolia proud again
2024-06-01 06:30:58 +02:00
Sebastian
1986e29f15
set 1 gwei gas price
2024-06-01 06:19:53 +02:00
Sebastian
33fd941711
update
2024-05-31 14:59:02 +02:00
Sebastian
1813f500c1
do not do p2p netyworking
2024-05-31 07:41:41 +02:00
Sebastian
020c83dfc9
do not do p2p netyworking
2024-05-31 07:40:47 +02:00
Sebastian
6a52d26462
update
2024-05-31 07:36:04 +02:00
Sebastian
17566e8c7f
update
2024-05-30 18:15:48 +02:00
Sebastian
856585d16e
add admin api
2024-05-29 18:23:01 +02:00
Sebastian
2e96e51102
enable the admin api
2024-05-29 08:48:55 +02:00
Sebastian
31f2a0f954
downgrade and beacon api
2024-05-29 08:44:40 +02:00
Sebastian
050505d1d4
fix
2024-05-29 08:38:06 +02:00
Sebastian
c975435c72
fix
2024-05-29 08:37:15 +02:00
Sebastian
12e2ab46aa
disbale networking
2024-05-29 04:06:24 +02:00
Sebastian
314a8148c3
downgrade
2024-05-28 11:56:25 +02:00
Sebastian
3e4ce0354a
add the new geth
2024-05-28 11:53:35 +02:00
Sebastian
5771bbef02
initial commit
2024-05-28 11:52:47 +02:00
Sebastian
217c89f340
fix the limit
2024-05-28 07:33:39 +02:00
Sebastian
f3a95fbf7d
better compat
2024-05-28 07:33:18 +02:00
Sebastian
afb3d9716c
fix the ip variable
2024-05-28 05:31:37 +02:00
Sebastian
8cad973636
update
2024-05-27 17:12:56 +02:00
Sebastian
41060f4d72
fix
2024-05-27 12:02:47 +02:00
Sebastian
fd48ccb46c
update
2024-05-27 11:56:37 +02:00
Sebastian
624812ee3e
provide the ip
2024-05-27 10:46:05 +02:00
Sebastian
43a06887b7
update beacon checkpoint url
2024-05-27 10:32:26 +02:00
Sebastian
6bb50e5a3f
add erigon
2024-05-27 10:24:00 +02:00
Sebastian
6181be12c0
add slowdir to reth
2024-05-27 10:19:20 +02:00
Sebastian
be9798262a
open the admin api
2024-05-27 07:23:47 +02:00
Sebastian
d5d3efb549
fix the host port
2024-05-25 15:12:33 +02:00
Sebastian
a490423b3f
use archiver on top of beacon rest api
2024-05-25 13:44:48 +02:00
Sebastian
7d7ce9549e
update op stack
2024-05-25 13:35:39 +02:00
Sebastian
eab8289c77
update op stack
2024-05-25 13:34:39 +02:00
Sebastian
9e90373317
give geth linea a ip
2024-05-25 08:09:06 +02:00
Sebastian
6e896b53ff
update bootnodes
2024-05-25 08:03:59 +02:00
Sebastian
46b855b838
fix the provider label
2024-05-24 10:06:20 +02:00
Sebastian
f083fa2494
remove the whitelist
2024-05-24 10:04:41 +02:00
Sebastian
b4d46b5669
add the erigon beacon api to dshackle yaj
2024-05-24 10:03:44 +02:00
Sebastian
852c77088d
fix beacon api
2024-05-23 17:29:55 +02:00
Sebastian
4448cac071
add the gascap config for nova
2024-05-22 17:54:27 +02:00
Sebastian
8d47554a47
add a mainnet erigon to download historical blobs and have a consensus archive node
2024-05-21 10:31:05 +02:00
Sebastian
e3aceb3c4c
make a holeksy archive with consensus
2024-05-21 10:20:18 +02:00
Sebastian
1d2c6adde6
ficx
2024-05-21 06:55:02 +02:00
Sebastian
0232b5124c
disable some methods that do not seem to perform well
2024-05-21 06:38:04 +02:00
Sebastian
c3825e5cbc
convenience command
2024-05-21 06:06:53 +02:00
Sebastian
b34d70dae9
switch out the backup http server to something that supports aria2
2024-05-21 05:18:32 +02:00
Sebastian
4090708b38
fix
2024-05-20 15:26:21 +02:00
Sebastian
f6a1ad4185
fix
2024-05-20 15:25:27 +02:00
Sebastian
4a006efd6e
gascap
2024-05-20 14:58:39 +02:00
Sebastian
44df9e433d
make it possible to move the ancient data to a separate disk
2024-05-20 07:44:51 +02:00
Sebastian
bd0ae44938
fix
2024-05-19 08:32:34 +02:00
Sebastian
083a636247
fix
2024-05-19 08:30:43 +02:00
Sebastian
1827e25bb9
make arbitrum sepolia pruneable
2024-05-19 08:24:45 +02:00
Sebastian
6192204ba3
each node needs separate tmp folder
2024-05-19 07:48:05 +02:00
Sebastian
5f9a84ba40
make a tmp folder for downloading the chain data backup to make sure that arbitrum container doesn't grow to 3 TB on initialisation
2024-05-19 07:25:12 +02:00
Sebastian
9b06ce40b6
fix tab
2024-05-18 14:52:47 +02:00
Sebastian
de4d0d8fbe
remove tab
2024-05-17 14:09:43 +02:00
Sebastian
eec6153ede
add mode
2024-05-17 12:17:20 +02:00
Sebastian
5cd9eeb651
update
2024-05-17 11:41:23 +02:00
Sebastian
d28a327cf7
initial rootstock
2024-05-17 11:36:32 +02:00
Sebastian
8333da6004
update ports
2024-05-17 10:51:29 +02:00
Sebastian
fa8f120dae
a mode node
2024-05-17 10:50:05 +02:00
Sebastian
905aead44e
fix
2024-05-17 07:33:37 +02:00
Sebastian
c58177e230
fix
2024-05-17 07:29:55 +02:00
Sebastian
05f03ed192
do the thing
2024-05-17 07:16:25 +02:00
Sebastian
f792ee7af5
make besu the default for linea already
2024-05-17 07:05:50 +02:00
Sebastian
cb3fb44da1
initial besu linea
2024-05-17 07:03:53 +02:00
Sebastian
361237acca
fix
2024-05-17 01:21:50 +02:00
Sebastian
778799ed7b
fix
2024-05-17 01:21:09 +02:00
Sebastian
a09578be06
update
2024-05-17 01:13:10 +02:00
Sebastian
1545aab55a
nn
2024-05-16 17:20:20 +02:00
Sebastian
86cb0d912b
open ports
2024-05-16 12:46:22 +02:00
Sebastian
6593ddd9e3
fix it
2024-05-16 05:08:27 +02:00
Sebastian
c87832d1e3
backup httpd
2024-05-15 06:26:51 +02:00
Sebastian
0245930c89
update
2024-05-14 12:02:07 +02:00
Sebastian
7d876e8137
remove whitelist
2024-05-13 16:19:30 +02:00
Sebastian
a8255c218e
fix
2024-05-13 15:19:42 +02:00
Sebastian
f79e76dd30
add lisk mainnet
2024-05-13 14:27:02 +02:00
Sebastian
f5e76ebab3
fix
2024-05-13 12:00:36 +02:00
Sebastian
8f36a32da6
update
2024-05-13 11:14:28 +02:00
Sebastian
11fbd6d797
fix?
2024-05-13 11:07:12 +02:00
Sebastian
e2999f4bbb
fix
2024-05-13 10:13:46 +02:00
Sebastian
dce2f81a3b
fix
2024-05-13 09:47:02 +02:00
Sebastian
4d24791dd1
make pruning versions of the compose file to make pruning possible without modifying the git repo
2024-05-13 09:23:06 +02:00
Sebastian
a8c286f820
make a pruning version of the avalanche config
2024-05-13 09:02:54 +02:00
Sebastian
29efdbd346
actually delete them also
2024-05-13 05:36:54 +02:00
Sebastian
23c21c9ec3
only leave the freshest backup of each volume
2024-05-13 05:35:36 +02:00
Sebastian
95587dbc4e
do the bor pbss thing
2024-05-12 06:24:33 +02:00
Sebastian
e670df8768
init arb connect sepolia
2024-05-10 13:22:10 +02:00
Sebastian
b1bb37aaee
beacon
2024-05-10 13:05:02 +02:00
Sebastian
8b4b080abe
update
2024-05-10 13:01:36 +02:00
Sebastian
035fac71b2
init alephzero sepolia
2024-05-10 12:56:47 +02:00
Sebastian
8ae7e25e02
version update
2024-05-10 07:34:02 +02:00
Sebastian
7be3ca6a8e
optimistically add overrides
2024-05-10 07:08:15 +02:00
Sebastian
dd37d4c409
extra gas limit for bsc in dshackle
2024-05-09 09:59:05 +02:00
Sebastian
630e27623f
600M bsc gas call limit
2024-05-09 09:51:45 +02:00
Sebastian
87305d6f23
update version
2024-05-09 04:50:36 +02:00
Sebastian
2d5d3db3f5
update bsc gas limit
2024-05-09 04:49:46 +02:00
Sebastian
f25661fed3
enable txpool
2024-05-08 14:02:54 +02:00
Sebastian
e9af2773ac
things
2024-05-07 14:57:28 +02:00
Sebastian
aff7a47966
update plus txpool
2024-05-07 14:47:15 +02:00
Sebastian
68d190f6c9
fix
2024-05-06 14:52:12 +02:00
Sebastian
6a9e8f8db6
fix
2024-05-06 14:44:15 +02:00
Sebastian
c68a913b15
fix
2024-05-06 14:38:49 +02:00
Sebastian
62c374ec72
fix
2024-05-06 14:35:56 +02:00
Sebastian
0f23f7c0cd
ficx
2024-05-06 14:27:13 +02:00
Sebastian
de360ef9c2
let's try
2024-05-06 14:24:53 +02:00
Sebastian
f2149b1d28
update gascap
2024-05-03 15:42:20 +02:00
Sebastian
4a357f3685
download old bodies first as that seem to be implied by old receipts
2024-04-28 15:53:43 +02:00
Sebastian
399381ddab
add receipts
2024-04-28 15:44:33 +02:00
Sebastian
6016184417
update
2024-04-26 14:16:56 +02:00
Sebastian
f38b0ed2f8
no bodie no receipts please
2024-04-26 12:36:03 +02:00
Sebastian
479fbf499b
no bodie no receipts please
2024-04-26 12:33:32 +02:00
Sebastian
cc54e2f21e
fix?
2024-04-26 11:07:33 +02:00
Sebastian
0aa7c955c4
fix?
2024-04-26 11:05:23 +02:00
Sebastian
2125053663
fixes?
2024-04-26 11:02:11 +02:00
Sebastian
0a0e30cf61
update
2024-04-26 10:54:52 +02:00
Sebastian
01e805b484
update
2024-04-26 03:33:35 +02:00
Sebastian
157da49e8c
jo
2024-04-24 11:11:28 +02:00
Sebastian
6187f57b41
jo
2024-04-24 11:09:28 +02:00
Sebastian
f249198169
add besu to mainnet
2024-04-24 07:12:23 +02:00
Sebastian
99bb5f9de5
make a maximum pruned nethermind
2024-04-24 07:07:08 +02:00
Sebastian
f1ee7c2583
update lighthouse
2024-04-24 06:36:54 +02:00
Sebastian
008c729f42
change beacon sync endpoint
2024-04-24 06:33:32 +02:00
Sebastian
fa0cfa8ce1
update besu
2024-04-24 05:59:30 +02:00
Sebastian
c58e094ff7
fix
2024-04-20 05:40:31 +02:00
Sebastian
0e7817184e
nodiscover
2024-04-20 05:37:42 +02:00
Sebastian
e923ceb384
update env variables
2024-04-20 05:35:33 +02:00
Sebastian
4aaebe16d0
fix rollup.json
2024-04-20 05:14:56 +02:00
Sebastian
de22d5a38a
teh agent
2024-04-20 05:12:19 +02:00
Sebastian
bd67e2fefe
teh agent
2024-04-20 05:08:57 +02:00
Sebastian
01296611cc
downgrade
2024-04-20 04:53:30 +02:00
Sebastian
d90a39593e
do it
2024-04-20 04:30:53 +02:00
Sebastian
f11615832d
make zora great again
2024-04-20 04:19:50 +02:00
Sebastian
7731aad4f1
a few scripts
2024-04-19 09:42:08 +02:00
Sebastian
45f2900250
update
2024-04-18 10:01:41 +02:00
Sebastian
bb41d17047
add the public ip
2024-04-17 09:37:48 +02:00
Sebastian
fc980407c2
update
2024-04-17 08:45:56 +02:00
Sebastian
03cd9ae1d0
update
2024-04-17 08:43:18 +02:00
Sebastian
da3526a50b
update
2024-04-17 08:41:00 +02:00
Sebastian
e1bca8337f
update
2024-04-17 08:37:51 +02:00
Sebastian
89e99a9319
better calldata limit
2024-04-13 11:54:23 +02:00
Sebastian
f7cb92e1ec
update
2024-04-10 15:40:35 +02:00
Sebastian
90e66b78e6
new compose command
2024-04-10 15:38:36 +02:00
Sebastian
3def8cc77b
update
2024-04-10 15:28:30 +02:00
Sebastian
34878cf527
fix
2024-04-10 14:26:43 +02:00
Sebastian
dacd6f2d65
identation
2024-04-09 16:47:38 +02:00
Sebastian
5848581890
returndata limit
2024-04-09 16:44:56 +02:00
Sebastian
543d499f2e
update
2024-04-09 11:39:38 +02:00
Sebastian
e25b8a57c0
make scroll fullnode
2024-04-08 13:28:19 +02:00
Sebastian
dd1db5ef13
enabel debug and filter on default
2024-04-07 13:30:28 +02:00
Sebastian
7cba27f732
enabel debug and filter on default
2024-04-07 13:25:24 +02:00
Sebastian
4c752f6157
give it more time
2024-04-06 16:53:26 +02:00
Sebastian
07b07b2208
change protocol to 68
2024-04-06 16:20:57 +02:00
Sebastian
d455725f74
let it come up first
2024-04-06 15:49:53 +02:00
Sebastian
da991ae504
fix
2024-04-06 15:44:07 +02:00
Sebastian
c34b370ad5
try
2024-04-06 15:26:37 +02:00
Sebastian
3bc546f701
fix a variable
2024-04-05 15:08:49 +02:00
Sebastian
df992a70ea
update
2024-04-05 11:10:04 +02:00
Sebastian
8afe4606fc
add the ip address
2024-04-04 13:37:22 +02:00
Sebastian
e5cbff1b92
go figure
2024-04-04 07:16:37 +02:00
Sebastian
b1782a5541
websockets
2024-04-03 15:24:21 +02:00
Sebastian
9bcc185102
bind ws to the right port
2024-04-03 10:10:08 +02:00
Sebastian
2cecef5511
fix ports
2024-04-03 10:03:34 +02:00
Sebastian
508b4999af
try fullnode
2024-04-03 09:18:07 +02:00
Sebastian
38db9c1750
fix
2024-04-01 15:37:03 +02:00
Sebastian
5a23f0bf21
add debug
2024-04-01 15:35:48 +02:00
Sebastian
68b6c69723
enable again
2024-04-01 15:06:58 +02:00
Sebastian
99bc757497
block them again
2024-04-01 14:59:08 +02:00
Sebastian
638234e97c
update
2024-04-01 14:52:16 +02:00
Sebastian
53f4ee80e2
enable logs
2024-04-01 13:52:58 +02:00
Sebastian
faad14993b
enable getlogs
2024-04-01 13:51:39 +02:00
Sebastian
c82464ac83
napoli
2024-04-01 13:45:32 +02:00
Sebastian
12e5776bcf
napoli update
2024-04-01 13:43:15 +02:00
Sebastian
249b9b2b14
update
2024-03-29 15:36:54 +01:00
Sebastian
1dde92c74f
init archive
2024-03-29 15:34:54 +01:00
Sebastian
c9fdf48c43
update origins
2024-03-29 15:20:48 +01:00
Sebastian
15a49f32c3
expose
2024-03-29 15:18:08 +01:00
Sebastian
e6fab97249
initial polygon
2024-03-29 14:49:20 +01:00
Sebastian
09b5c80f88
initial polygon
2024-03-29 14:48:13 +01:00
Sebastian
a01638ae01
fix
2024-03-29 14:00:31 +01:00
Sebastian
bda22f8328
fixc
2024-03-29 13:59:35 +01:00
Sebastian
f1759a000d
start op-bnb fullnode
2024-03-29 05:01:34 +01:00
Sebastian
8b7808d61d
beacon talks
2024-03-28 17:08:23 +01:00
Sebastian
2c276de976
needs l1 endpoint
2024-03-28 14:02:08 +01:00
Sebastian
4f130a3f52
add ip
2024-03-28 13:48:47 +01:00
Sebastian
b78256c025
add ip
2024-03-28 13:47:55 +01:00
Sebastian
7e10f4cf9e
not defined. revert
2024-03-28 13:36:09 +01:00
Sebastian
e61541c4a9
more discovery
2024-03-28 13:34:14 +01:00
Sebastian
487899b8b6
update
2024-03-27 15:00:33 +01:00
Sebastian
235596c306
jwt path
2024-03-27 03:49:09 +01:00
Sebastian
3d5df1af3e
updates
2024-03-27 03:42:01 +01:00
Sebastian
8736fe2844
fix
2024-03-27 03:34:52 +01:00
Sebastian
17d89995a4
add priv key
2024-03-27 03:21:45 +01:00
Sebastian
17fba3bb43
update
2024-03-27 01:30:14 +01:00
Sebastian
5024d5a1c5
fix
2024-03-27 01:03:59 +01:00
Sebastian
6d83f14045
websocket port 8545
2024-03-26 15:57:20 +01:00
Sebastian
9f54e37239
gnosis slowdisk
2024-03-26 15:42:03 +01:00
Sebastian
7c252a1d7c
fix
2024-03-26 15:31:13 +01:00
Sebastian
6134250100
anable debug methods by default
2024-03-26 15:23:43 +01:00
Sebastian
4821fb094b
init
2024-03-26 15:21:09 +01:00
Sebastian
364272f9ca
get out of my way
2024-03-26 13:02:29 +01:00
Sebastian
c4db864982
get out of my way
2024-03-26 12:58:58 +01:00
Sebastian
4c7d911bf3
fix
2024-03-26 10:54:59 +01:00
Sebastian
b9e436c4a5
fix
2024-03-26 10:53:48 +01:00
Sebastian
65a1b21f91
add op-bnb
2024-03-26 10:48:03 +01:00
Sebastian
96fbdba5f5
new testnet
2024-03-26 10:12:51 +01:00
Sebastian
59e0bd8c6b
snap me plz
2024-03-26 09:56:41 +01:00
Sebastian
4913a7eb83
more gracefeullness
2024-03-26 08:33:33 +01:00
Sebastian
4863317fab
update
2024-03-26 08:31:47 +01:00
Sebastian
397d82493f
snap sync
2024-03-26 08:06:49 +01:00
Sebastian
c2d1c0d148
fix
2024-03-25 15:33:20 +01:00
Sebastian
2f204507c2
update
2024-03-25 15:29:38 +01:00
Sebastian
9ac98eea0f
update
2024-03-25 15:28:06 +01:00
Sebastian
f44aa5541f
fix
2024-03-25 13:36:19 +01:00
Sebastian
a2566076c8
fixc
2024-03-25 13:23:56 +01:00
Sebastian
475fcb4c21
check the sync status before reporting a node as available to serve
2024-03-25 07:19:20 +01:00
Sebastian
0e34199386
make sure unfinished uploads don't qualify
2024-03-25 07:14:16 +01:00
Sebastian
43e4d02c35
make sure unfinished uploads don't qualify
2024-03-25 07:12:58 +01:00
Sebastian
f8e1f0ccf4
rreadable
2024-03-25 00:10:51 +01:00
Sebastian
bcae174cb0
fix
2024-03-25 00:03:22 +01:00
Sebastian
92d4e2e2f8
fix
2024-03-24 16:31:34 +01:00
Sebastian
abbb294c4a
fix
2024-03-24 16:16:04 +01:00
Sebastian
16637d2b60
estimate available space
2024-03-24 15:54:06 +01:00
Sebastian
09001707be
fix
2024-03-24 15:29:29 +01:00
Sebastian
1c20ed878a
add one option
2024-03-24 15:10:48 +01:00
Sebastian
994f440672
bump
2024-03-24 15:09:31 +01:00
Sebastian
2b2c7572b2
delete what's not needed
2024-03-24 15:04:05 +01:00
Sebastian
9c209cfcc1
tb to gb
2024-03-24 15:01:26 +01:00
Sebastian
77d93454a2
fix
2024-03-24 09:45:09 +01:00
Sebastian
0dd2b510ac
grace
2024-03-24 09:06:13 +01:00
Sebastian
1ed6b40d7c
graceful
2024-03-24 08:43:55 +01:00
Sebastian
e3571d0444
amazing grace
2024-03-24 08:29:50 +01:00
Sebastian
253f5bebf9
jo
2024-03-24 08:07:25 +01:00
Sebastian
07a808f6ad
fix
2024-03-24 08:00:40 +01:00
Sebastian
61c2025345
fix the list
2024-03-24 07:44:03 +01:00
Sebastian
2f4bc11408
find options
2024-03-24 07:42:33 +01:00
Sebastian
ff6f4c1e87
look at local volumes too
2024-03-24 07:09:20 +01:00
Sebastian
adccfb06fd
version and grace
2024-03-24 06:51:06 +01:00
Sebastian
9d42c2defb
fix the grace period
2024-03-24 06:44:08 +01:00
Sebastian
57549f3cc3
better
2024-03-24 05:31:46 +01:00
Sebastian
a97aa7238b
update
2024-03-24 04:53:58 +01:00
Sebastian
fa09bd4748
more sophisticated
2024-03-24 04:51:34 +01:00
Sebastian
61fe5ecf87
tag the file names
2024-03-24 04:06:09 +01:00
Sebastian
cd76603996
sam same but different
2024-03-23 17:09:03 +01:00
Sebastian
26de04f61f
sam same but different
2024-03-23 17:04:48 +01:00
Sebastian
7efe727024
sam same but different
2024-03-23 17:03:41 +01:00
Sebastian
51f4d22ab0
verbosity
2024-03-23 16:55:19 +01:00
Sebastian
b21228fedb
log to deocker
2024-03-23 16:53:53 +01:00
Sebastian
de7affedf0
root
2024-03-23 16:53:03 +01:00
Sebastian
25eb746d45
root
2024-03-23 16:42:26 +01:00
Sebastian
c14e8a41ff
fix
2024-03-23 16:40:32 +01:00
Sebastian
a41f223cb9
update
2024-03-23 16:33:49 +01:00
Sebastian
f749a9564b
graceful
2024-03-23 16:29:48 +01:00
Sebastian
ce8167f0dd
give geth a chance
2024-03-23 16:28:53 +01:00
Sebastian
fccedcc532
configurable backup
2024-03-23 13:01:27 +01:00
Sebastian
83fb9ddfb8
add bsc
2024-03-23 12:34:12 +01:00
Sebastian
1506401dc1
update
2024-03-23 12:18:18 +01:00
Sebastian
a9572b720c
update
2024-03-23 12:14:55 +01:00
Sebastian
00052dfa44
update
2024-03-23 12:12:21 +01:00
Sebastian
125e9717eb
be graceful
2024-03-23 07:13:46 +01:00
Sebastian
74f6aabb0e
grace
2024-03-23 06:29:06 +01:00
Sebastian
8bcd9697bc
grace
2024-03-23 06:12:37 +01:00
Sebastian
99eaf640f3
jo
2024-03-23 04:42:19 +01:00
Sebastian
27783acb28
fix
2024-03-22 14:16:22 +01:00
Sebastian
8d4ffaac96
added a prune
2024-03-22 06:24:56 +01:00
Sebastian
c703088370
plz backfill
2024-03-22 05:45:06 +01:00
Sebastian
00da516923
plz backfill
2024-03-22 05:43:16 +01:00
Sebastian
d644f7f02b
extend the stop grace period
2024-03-22 05:18:00 +01:00
Sebastian
9858c98c78
fix
2024-03-22 05:04:30 +01:00
Sebastian
f3e6c9f991
fix
2024-03-22 05:01:03 +01:00
Sebastian
0217450f33
fix
2024-03-22 04:59:58 +01:00
Sebastian
a2bd7ca7ca
fix
2024-03-22 04:59:08 +01:00
Sebastian
c26d2003c0
fix
2024-03-22 04:57:05 +01:00
Sebastian
bae06a4681
fix
2024-03-22 04:54:53 +01:00
Sebastian
366bb8e5e5
fiox
2024-03-22 04:52:23 +01:00
Sebastian
9f4ac2d8b2
fiox
2024-03-22 04:50:20 +01:00
Sebastian
d27693b1e5
shuffle around
2024-03-22 04:40:07 +01:00
Sebastian
8db5c30f8f
mount the rollup josn to lisk
2024-03-22 04:02:11 +01:00
Sebastian
ed96d394dd
renamed
2024-03-21 13:28:47 +01:00
Sebastian
81afd8274a
jo
2024-03-21 13:24:48 +01:00
Sebastian
a6ceb5c758
fiddle backups
2024-03-21 09:09:28 +01:00
Sebastian
60d3d5681e
initial commit
2024-03-21 08:32:36 +01:00
Sebastian
68d1ab5495
fix
2024-03-21 07:42:46 +01:00
Sebastian
24595bdb57
exec
2024-03-21 07:29:23 +01:00
Sebastian
27ebd2136a
add a script
2024-03-21 07:28:49 +01:00
Sebastian
d4449d445e
add teh information
2024-03-21 05:35:23 +01:00
Sebastian
ce0ca0234b
update
2024-03-21 01:42:11 +01:00
Sebastian
2c38f6bbb2
fix
2024-03-21 01:40:19 +01:00
Sebastian
648c4d63c5
don't need that port
2024-03-21 01:16:57 +01:00
Sebastian
e6f6807110
fix
2024-03-21 01:14:34 +01:00
Sebastian
d8e572165d
fix]
2024-03-21 00:10:20 +01:00
Sebastian
ecef80d8c2
updat echainlisty
2024-03-21 00:07:28 +01:00
Sebastian
962d3c788a
update
2024-03-20 23:51:26 +01:00
Sebastian
8d0950cbb4
free endpoints
2024-03-20 23:27:38 +01:00
Sebastian
a65e3cc7ed
update
2024-03-20 14:47:10 +01:00
Sebastian
dab409f649
be more fault tolerant
2024-03-20 14:02:27 +01:00
Sebastian
468718327d
fix
2024-03-20 12:53:12 +01:00
Sebastian
3dd1d66eb5
fix
2024-03-20 08:53:21 +01:00
Sebastian
012379b56c
fix
2024-03-20 06:30:58 +01:00
Sebastian
f6901a6501
fixed?
2024-03-20 06:17:31 +01:00
Sebastian
2d920ab392
get local updatreams too
2024-03-20 06:06:18 +01:00
Sebastian
f6bf087a27
prevent the bug
2024-03-19 19:24:32 +01:00
Sebastian
eb93e9e7e8
moar chains
2024-03-19 19:18:08 +01:00
Sebastian
0d5c197058
update
2024-03-19 18:50:25 +01:00
Sebastian
10a51943dc
fix
2024-03-19 18:43:23 +01:00
Sebastian
3f22d9f7b9
generate dshackle configs
2024-03-19 18:15:08 +01:00
Sebastian
f44f172625
add a proxy config
2024-03-19 16:51:28 +01:00
Sebastian
a250046807
add a proxy config
2024-03-19 16:50:07 +01:00
Sebastian
c4b7b527d7
arbitrum sepolia
2024-03-19 15:49:54 +01:00
Sebastian
624ad08374
fixc
2024-03-19 13:22:27 +01:00
Sebastian
034ec13009
fix
2024-03-19 13:01:27 +01:00
Sebastian
b90aefdce5
fix
2024-03-19 11:44:03 +01:00
Sebastian
9d518791eb
fix
2024-03-19 11:34:31 +01:00
Sebastian
31458cd045
better switch
2024-03-19 11:26:10 +01:00
Sebastian
ba57f74fdf
better switch
2024-03-19 11:25:14 +01:00
Sebastian
0612986875
pin the version
2024-03-19 08:18:45 +01:00
Sebastian
496ce8ebf1
update
2024-03-19 08:06:14 +01:00
Sebastian
daaf8bb221
fix
2024-03-19 07:54:51 +01:00
Sebastian
f34e7ce667
fix
2024-03-19 07:28:03 +01:00
Sebastian
b0f40e2ac6
update
2024-03-19 07:20:36 +01:00
Sebastian
21dd0c95ef
fix
2024-03-19 07:17:51 +01:00
Sebastian
fba825626f
fix
2024-03-19 07:15:26 +01:00
Sebastian
f69081ec4e
fix
2024-03-19 07:05:47 +01:00
Sebastian
dca9138c1b
fix
2024-03-19 07:04:12 +01:00
Sebastian
90995f8e6c
fix
2024-03-19 07:02:20 +01:00
Sebastian
16a03cd9ea
show me
2024-03-19 06:46:18 +01:00
Sebastian
9d414b123b
fix
2024-03-19 06:42:01 +01:00
Sebastian
c83fd35b80
fix
2024-03-19 06:38:37 +01:00
Sebastian
59a0369f8a
fix
2024-03-19 06:32:40 +01:00
Sebastian
dab6283658
fix
2024-03-19 06:31:27 +01:00
Sebastian
48c1360554
fix
2024-03-19 06:29:32 +01:00
Sebastian
8da3e98c83
figure
2024-03-19 06:28:02 +01:00
Sebastian
3c32852fd9
only show errors
2024-03-19 06:25:27 +01:00
Sebastian
367f9928ab
chainlist update
2024-03-19 06:22:23 +01:00
Sebastian
70b15f804b
better
2024-03-19 06:14:38 +01:00
Sebastian
40a7d93801
better
2024-03-19 06:13:23 +01:00
Sebastian
0d72a7d0a7
stats
2024-03-19 06:11:54 +01:00
Sebastian
bbb3cd28b3
make blacklist configurable
2024-03-19 05:59:24 +01:00
Sebastian
fa64d26843
fix
2024-03-18 17:13:00 +01:00
Sebastian
cf257870e3
init
2024-03-18 17:04:00 +01:00
Sebastian
6d18778286
fix
2024-03-18 16:50:15 +01:00
Sebastian
eb12637cc3
fix
2024-03-18 16:36:17 +01:00
Sebastian
d873bb263a
better sync status
2024-03-18 16:21:27 +01:00
Sebastian
cb2aaef19e
fixc
2024-03-18 15:28:31 +01:00
Sebastian
0e608d282b
env vars
2024-03-18 15:25:36 +01:00
Sebastian
80a2c9c0e5
try archive
2024-03-18 15:22:28 +01:00
Sebastian
583652a276
i was stupid
2024-03-18 15:04:24 +01:00
Sebastian
7305512c72
i was stupid
2024-03-18 15:02:51 +01:00
Sebastian
84e2c0f4a4
just remember this
2024-03-18 14:13:23 +01:00
Sebastian
5a347724fe
almost
2024-03-18 08:42:41 +01:00
Sebastian
1d059d0bb8
super smart
2024-03-18 08:36:34 +01:00
Sebastian
b720d2c74e
update
2024-03-18 08:31:36 +01:00
Sebastian
d67a169626
more
2024-03-18 08:25:28 +01:00
Sebastian
0dbf236167
executable
2024-03-18 08:10:10 +01:00
Sebastian
4c73bc0492
reference endpoints
2024-03-18 08:09:25 +01:00
Sebastian
ce7c32da47
fix
2024-03-18 04:27:41 +01:00
Sebastian
08109790e6
init
2024-03-18 04:20:42 +01:00
Sebastian
db1b22ae5e
add node key
2024-03-17 17:50:57 +01:00
Sebastian
8ae5f5d570
add node key
2024-03-17 17:40:47 +01:00
Sebastian
ef09e3dda1
add node key
2024-03-17 17:08:08 +01:00
Sebastian
f0abac5047
force it
2024-03-17 16:52:23 +01:00
Sebastian
ee040d7ca2
force it
2024-03-17 16:51:03 +01:00
Sebastian
ee0cd975ec
generate the node key
2024-03-17 16:45:41 +01:00
Sebastian
a7eaff414e
generate the node key
2024-03-17 16:43:11 +01:00
Sebastian
ca9c451885
generate the node key
2024-03-17 16:39:07 +01:00
Sebastian
18f9936238
generate the node key
2024-03-17 16:35:00 +01:00
Sebastian
c6d793bcb7
new mantle
2024-03-17 16:01:58 +01:00
Sebastian
8e34db7740
update
2024-03-17 15:00:32 +01:00
Sebastian
cf61b549b3
let's connect
2024-03-17 14:53:54 +01:00
Sebastian
2ddacc43b5
let's connect
2024-03-17 14:48:39 +01:00
Sebastian
43e9cc1d23
let's connect
2024-03-17 14:46:25 +01:00
Sebastian
dda64f1291
better
2024-03-17 14:01:43 +01:00
Sebastian
4e59addb33
open teh port
2024-03-17 13:47:50 +01:00
Sebastian
29ef71b33c
init
2024-03-17 11:13:30 +01:00
Sebastian
7500c65647
another neat script
2024-03-17 04:36:48 +01:00
Sebastian
fde7d45171
make it executable
2024-03-17 04:33:24 +01:00
Sebastian
a7df497245
neat script
2024-03-17 04:25:58 +01:00
Sebastian
51d2959d3c
update
2024-03-14 12:21:04 +01:00
Sebastian
f3f93f6dda
fix
2024-03-14 11:26:38 +01:00
Sebastian
964c49d016
fix
2024-03-14 11:12:42 +01:00
Sebastian
cabe143e45
back to fix
2024-03-14 08:55:26 +01:00
Sebastian
efa7dda32f
back to fix
2024-03-14 08:53:18 +01:00
Sebastian
a3458f7ee0
fix
2024-03-14 08:47:26 +01:00
Sebastian
9f7f6c479c
fix
2024-03-14 08:33:08 +01:00
Sebastian
70699d59b8
version tags
2024-03-14 08:32:00 +01:00
Sebastian
58354128ff
version tags
2024-03-14 08:31:22 +01:00
Sebastian
14781b1b33
update names
2024-03-14 08:30:18 +01:00
Sebastian
f34cc18025
blow up
2024-03-14 04:57:11 +01:00
Sebastian
e60eaa48ad
update
2024-03-13 16:21:23 +01:00
Sebastian
486cc6f799
update
2024-03-13 16:06:41 +01:00
Sebastian
6bb6d270b6
fix
2024-03-13 14:46:25 +01:00
Sebastian
994a4a4d8f
update
2024-03-13 12:13:23 +01:00
Sebastian
cbdbc4de0c
update
2024-03-13 12:10:01 +01:00
Sebastian
5a83083009
baseConfig
2024-03-13 11:36:03 +01:00
Sebastian
903d2b419d
init
2024-03-13 11:32:06 +01:00
Sebastian
07f5134dee
update
2024-03-13 10:46:47 +01:00
Sebastian
9e07c51727
update arbitrum
2024-03-13 10:37:54 +01:00
Sebastian
ac21386665
update
2024-03-12 13:51:19 +01:00
Sebastian
2209c9acb1
update
2024-03-12 10:30:19 +01:00
Sebastian
628cc5b3a0
use other heimdfall endpoint
2024-03-11 05:04:55 +01:00
Sebastian
02efe6d649
use other heimdfall endpoint
2024-03-11 05:00:18 +01:00
Sebastian
a631fcfafc
update
2024-03-11 04:53:06 +01:00
Sebastian
3269de9cbf
update
2024-03-09 15:15:45 +01:00
Sebastian
40374f6823
update
2024-03-05 20:21:43 +01:00
Sebastian
cedbbdc470
update
2024-03-05 20:20:08 +01:00
Sebastian
458eb8081f
fix
2024-03-03 07:59:02 +01:00
Sebastian
0cc2954725
fix
2024-03-03 07:36:51 +01:00
Sebastian
26dff9a849
fix
2024-03-03 07:24:00 +01:00
Sebastian
448aa7d022
fix
2024-03-03 07:20:40 +01:00
Sebastian
b265526ce7
fix
2024-03-03 07:07:55 +01:00
Sebastian
3a4ff87005
fix
2024-03-03 07:05:52 +01:00
Sebastian
252b378e4b
fix
2024-03-03 07:05:04 +01:00
Sebastian
56a9951fee
fix
2024-03-03 07:03:04 +01:00
Sebastian
b35fe4d4f7
fix
2024-03-03 06:49:58 +01:00
Sebastian
8db61343cf
init blast
2024-03-03 06:40:15 +01:00
Sebastian
ee28a9dcd7
update
2024-03-01 15:04:10 +01:00
Sebastian
c6b36c3c0b
update
2024-03-01 15:03:06 +01:00
Sebastian
61b819dda3
remove public port
2024-02-29 06:24:54 +01:00
Sebastian
e2e17e21b8
fix
2024-02-29 05:55:24 +01:00
Sebastian
43928c2810
fix
2024-02-29 05:48:31 +01:00
Sebastian
9198bc3709
fix
2024-02-29 05:46:39 +01:00
Sebastian
084089958a
path lisk
2024-02-29 05:43:55 +01:00
Sebastian
c40207a536
update
2024-02-23 18:15:14 +01:00
Sebastian
1f1fa2e643
update
2024-02-23 04:31:59 +01:00
Sebastian
6735bafec4
update
2024-02-22 13:23:50 +01:00
Sebastian
1ffb7a4f50
update
2024-02-22 13:09:47 +01:00
Sebastian
b450cec1af
for us10
2024-02-22 12:12:08 +01:00
Sebastian
3be1851090
update
2024-02-21 19:13:35 +01:00
Sebastian
5d5ff900e5
update
2024-02-21 19:10:01 +01:00
Sebastian
2c9a893ed7
update
2024-02-20 14:51:07 +01:00
Sebastian
5fcd9571a4
fix
2024-02-20 08:33:58 +01:00
Sebastian
78b1a2d8f9
update
2024-02-20 08:23:16 +01:00
Sebastian
d776277986
update
2024-02-20 08:20:33 +01:00
Sebastian
fc737d9e7e
fix
2024-02-20 08:15:32 +01:00
Sebastian
484749bdd7
update
2024-02-20 08:11:50 +01:00
Sebastian
6227d97e48
update
2024-02-20 08:06:13 +01:00
Sebastian
e05fa83aa6
init
2024-02-20 07:40:37 +01:00
Sebastian
848a3334df
fix
2024-02-17 20:56:27 +01:00
Sebastian
8b8334f2ed
jo
2024-02-17 08:54:20 +01:00
Sebastian
15eb8a3442
fix
2024-02-17 08:41:57 +01:00
Sebastian
f4f58cf430
fix
2024-02-17 08:33:22 +01:00
Sebastian
b2080926c5
delete rubbish
2024-02-17 08:30:20 +01:00
Sebastian
dd44f904d9
pathes
2024-02-17 08:28:47 +01:00
Sebastian
0568929aa6
try to generalize op stack
2024-02-17 08:27:26 +01:00
Sebastian
714c5cb1c8
init
2024-02-17 05:29:26 +01:00
Sebastian
68b0449fc7
update
2024-02-16 04:06:23 +01:00
Sebastian
b18bbcfb86
update
2024-02-16 04:03:58 +01:00
Sebastian
6ca8a95dcd
update
2024-02-15 09:10:37 +01:00
Sebastian
f4c2af0618
update
2024-02-15 07:53:34 +01:00
Sebastian
a3cb98d2c0
fix
2024-02-15 07:48:48 +01:00
Sebastian
3d43be95aa
fix
2024-02-15 07:47:14 +01:00
Sebastian
29e2a7fda9
updates
2024-02-15 07:39:16 +01:00
Sebastian
54ecb3577a
duh
2024-02-14 16:00:23 +01:00
Sebastian
d72622208f
duh
2024-02-14 15:59:34 +01:00
Sebastian
f43e09c9f8
tunnel trhough traefik
2024-02-14 15:52:48 +01:00
Sebastian
e86ca7ad1c
new image
2024-02-14 05:45:38 +01:00
Sebastian
f33a3de62f
update
2024-02-14 00:57:38 +01:00
Sebastian
467c5469f1
update
2024-02-14 00:55:40 +01:00
Sebastian
85d5b4bb63
init
2024-02-09 12:49:33 +01:00
Sebastian
6369d2fc61
init
2024-02-09 12:21:36 +01:00
Sebastian
be541d9ec1
fix
2024-02-09 07:35:31 +01:00
Sebastian
53c01989b9
add ip
2024-02-08 10:44:55 +01:00
Sebastian
a9f5ee4532
update
2024-02-08 10:38:48 +01:00
Sebastian
10907ab3b9
update
2024-02-08 10:27:01 +01:00
Sebastian
9041549d65
fix the name
2024-02-08 10:13:07 +01:00
Sebastian
79371a9e5f
init
2024-02-08 05:53:58 +01:00
Sebastian
41fc5d96bd
yo
2024-02-07 04:40:16 +01:00
Sebastian
c7c91b33f1
init
2024-02-07 02:20:27 +01:00
Sebastian
512d884b04
update
2024-02-06 12:58:37 +01:00
Sebastian
e8a7c440fd
update
2024-02-06 12:58:05 +01:00
Sebastian
402ad21df0
update
2024-02-06 12:57:13 +01:00
Sebastian
c2cc346052
update
2024-02-06 12:56:07 +01:00
Sebastian
debdc13be7
init
2024-02-06 07:03:52 +01:00
Sebastian
74512caa56
revert
2024-02-06 06:34:53 +01:00
Sebastian
2d8f241b21
try
2024-02-06 06:30:03 +01:00
Sebastian
32c99c6b80
revert
2024-02-06 06:25:39 +01:00
Sebastian
1c94561b74
same same
2024-02-06 06:23:39 +01:00
Sebastian
159abfcb3a
make port explicit same as rpc
2024-02-06 06:23:00 +01:00
Sebastian
4920756db1
make port explicit
2024-02-06 06:21:37 +01:00
Sebastian
6470297efd
update path
2024-02-06 06:10:50 +01:00
Sebastian
531deb1596
update path
2024-02-06 06:10:04 +01:00
Sebastian
5785de265a
fix
2024-02-05 13:27:19 +01:00
Sebastian
3f86a152e6
fix
2024-02-05 13:26:32 +01:00
Sebastian
d75e3fb6e5
fix
2024-02-05 13:24:16 +01:00
Sebastian
de2906b353
init
2024-02-05 13:22:56 +01:00
Sebastian
456cb03faf
init
2024-02-05 12:03:32 +01:00
Sebastian
f164e29116
update
2024-02-05 11:55:58 +01:00
Sebastian
22ebeff495
update
2024-02-05 11:53:49 +01:00
Sebastian
eaa84807d5
castrate to nethermind
2024-02-05 11:51:43 +01:00
Sebastian
bc627a5160
bug
2024-02-05 11:33:00 +01:00
Sebastian
a1e41d8c01
update
2024-02-05 11:25:01 +01:00
Sebastian
22dcd5d826
init
2024-02-05 11:03:12 +01:00
Sebastian
72180aff88
update
2024-02-05 06:44:43 +01:00
Sebastian
d009a36e23
init
2024-02-05 06:04:38 +01:00
Sebastian
dbfa00bac1
update
2024-02-05 05:46:43 +01:00
Sebastian
595aa08c6e
fix for new docker version
2024-02-05 05:22:12 +01:00
Sebastian
f8b9f7a17d
fix
2024-02-04 15:02:47 +01:00
Sebastian
8f74627a4a
fix
2024-02-04 15:00:12 +01:00
Sebastian
bf62ff8a32
fix
2024-02-04 14:56:40 +01:00
Sebastian
ed353ca490
fix port
2024-02-04 14:52:33 +01:00
Sebastian
7817fe2fda
update
2024-02-04 14:03:15 +01:00
Sebastian
8e2b639b75
go for it
2024-02-04 13:44:51 +01:00
Sebastian
28867d5532
update
2024-02-03 04:11:10 +01:00
Sebastian
7e61e4ea45
update
2024-02-03 04:10:45 +01:00
Sebastian
3f2e96997e
update
2024-02-01 01:34:01 +01:00
Sebastian
cab000cc97
lets start
2024-02-01 01:29:12 +01:00
Sebastian
5c949e86d8
update
2024-02-01 01:24:38 +01:00
Sebastian
58f7db98d6
update
2024-02-01 00:54:37 +01:00
Sebastian
78421c3a6b
update
2024-02-01 00:48:03 +01:00
Sebastian
9b8e2ab154
nat
2024-02-01 00:34:42 +01:00
Sebastian
852d67a828
update
2024-01-29 07:13:40 +01:00
Sebastian
11eb3107cf
fix
2024-01-28 04:13:33 +01:00
Sebastian
e84fa6b643
da sweet snapshots
2024-01-28 04:07:35 +01:00
Sebastian
dd644e0910
fix
2024-01-27 12:18:10 +01:00
Sebastian
b2ef62295f
fix
2024-01-27 12:17:43 +01:00
Sebastian
debd7e56da
fix
2024-01-27 12:16:29 +01:00
Sebastian
cefe892917
make a metis node
2024-01-27 12:14:12 +01:00
Sebastian
e5e064687d
start a fullnode
2024-01-27 11:04:59 +01:00
Sebastian
fc5f43f4b7
start a fullnode
2024-01-27 10:54:51 +01:00
Sebastian
cdcef4942f
update
2024-01-27 04:26:36 +01:00
Sebastian
d97f52dd08
yo
2024-01-27 04:15:48 +01:00
Sebastian
531531993a
do it
2024-01-27 04:12:04 +01:00
Sebastian
f283dc17cd
line breaks
2024-01-27 04:09:25 +01:00
Sebastian
51cfb62b09
do not download the snapshot
2024-01-27 04:02:37 +01:00
Sebastian
dc1279f075
ports
2024-01-26 15:51:17 +01:00
Sebastian
f6fa297fcf
base fullnode
2024-01-26 15:48:24 +01:00
Sebastian
1a02518fd4
fix
2024-01-26 08:39:14 +01:00
Sebastian
a9d366a6ca
lets squeeze some bits
2024-01-26 08:32:40 +01:00
Sebastian
34c595a213
updaTEW
2024-01-26 05:04:25 +01:00
Sebastian
9ba6364fad
update
2024-01-26 04:48:18 +01:00
Sebastian
563c672b56
update
2024-01-26 04:45:39 +01:00
Sebastian
7ff25d5f73
version update
2024-01-26 04:43:17 +01:00
Sebastian
2a8102f67c
version update
2024-01-26 04:03:53 +01:00
Sebastian
70ef2101ea
yo
2024-01-25 04:12:41 +01:00
Sebastian
bb5f444c6b
properly
2024-01-25 04:09:26 +01:00
Sebastian
30a776186b
version update
2024-01-25 03:52:20 +01:00
Sebastian
ad744e07da
update
2024-01-24 04:05:35 +01:00
Sebastian
992b541464
update
2024-01-23 09:33:44 +01:00
Sebastian
7901f5ee7b
try to fix
2024-01-23 09:10:07 +01:00
Sebastian
3e0aad6b0c
oopsie
2024-01-23 08:32:11 +01:00
Sebastian
de2472b659
fix
2024-01-22 09:40:54 +01:00
Sebastian
c70034d091
fix
2024-01-22 09:39:27 +01:00
Sebastian
be5d9526dc
sync base fullnode
2024-01-22 09:35:03 +01:00
Sebastian
7884feba5b
changes
2024-01-20 17:12:57 +01:00
Sebastian
ed3e943a6c
update
2024-01-19 17:16:57 +01:00
Sebastian
92d81faa7a
fix node
2024-01-19 04:39:52 +01:00
Sebastian
8777f3a424
fix
2024-01-18 16:34:02 +01:00
Sebastian
1e522241ee
try more base
2024-01-18 16:30:22 +01:00
Sebastian
fc70c0b5a0
update
2024-01-11 18:55:05 +01:00
Sebastian
e150f73a50
update
2024-01-11 18:52:47 +01:00
Sebastian
88887ce059
update
2024-01-11 18:49:29 +01:00
Sebastian
cada9fa30d
new try
2023-12-31 13:04:31 +01:00
Sebastian
f555984da3
checkp[oint sync update
2023-12-29 10:58:20 +01:00
Sebastian
dce7b8b832
make a reload script
2023-12-29 06:31:47 +01:00
Sebastian
6969049fce
mount a key
2023-12-29 06:03:18 +01:00
Sebastian
81b1cdb80f
update
2023-12-28 06:12:09 +01:00
Sebastian
57d23d4ca6
remove erigon
2023-12-27 09:06:37 +01:00
Sebastian
de9d7dd33c
version update
2023-12-27 08:56:42 +01:00
Sebastian
b2537534df
sync endpoint
2023-12-25 17:16:47 +01:00
Sebastian
6d691107f2
initial
2023-12-25 17:12:58 +01:00
Sebastian
dbe45ca6b3
adding goerli reth
2023-12-21 10:53:18 +01:00
Sebastian
b6b12b7271
up the connection limit
2023-12-20 07:26:07 +01:00
Sebastian
e62a8fef0a
update
2023-12-20 06:35:20 +01:00
Sebastian
ff2e21ddd3
missing file
2023-12-20 06:22:19 +01:00
Sebastian
2b99d2e1e9
ports
2023-12-20 06:21:45 +01:00
Sebastian
a3674c42db
sync it like it's hot
2023-12-20 06:14:10 +01:00
Sebastian
00364fd11e
update
2023-12-15 06:14:00 +01:00
Sebastian
a6b5599d29
make it full
2023-12-13 16:41:42 +01:00
Sebastian
61751657da
initial
2023-12-13 16:40:19 +01:00
Sebastian
40a496124c
update
2023-12-13 15:28:51 +01:00
Sebastian
0c414cc90e
kick nimbus
2023-12-12 09:29:23 +01:00
Sebastian
ee2fd76691
open more ports for better connectitivity
2023-12-07 04:41:21 +01:00
Sebastian
805bc249d4
update
2023-12-07 04:34:30 +01:00
Sebastian
bdc48da5ba
fix
2023-12-05 11:02:21 +01:00
Sebastian
fe08e56d63
fix
2023-12-05 10:58:02 +01:00
Sebastian
1a6464dc18
update
2023-12-05 10:54:40 +01:00
Sebastian
08957600c1
change the label in grafana
2023-12-05 08:20:02 +01:00
Sebastian
b551288b95
update
2023-12-02 10:39:54 +01:00
Sebastian
cfbab12cf6
support more protocols
2023-11-30 18:09:41 +01:00
Sebastian
d574602f2b
support more protocols
2023-11-30 18:04:42 +01:00
Sebastian
dd50a9ff66
extra domain
2023-11-30 10:57:59 +01:00
Sebastian
442ad89abe
for tests
2023-11-30 10:30:47 +01:00
Sebastian
006f680e13
cosmetcis
2023-11-30 10:26:11 +01:00
Sebastian
0f78e2e308
udpate
2023-11-30 08:53:19 +01:00
Sebastian
8f598bde9f
update
2023-11-30 08:52:41 +01:00
Sebastian
9829b55dcb
add nat
2023-11-30 08:16:06 +01:00
Sebastian
3195ddd044
maybe that makes it faster
2023-11-24 03:09:46 +01:00
Sebastian
4a519edc4d
erigon is archive
2023-11-23 07:17:32 +01:00
Sebastian
e9a941d76a
ah welp
2023-11-22 13:13:09 +01:00
Sebastian
31bbe2fef9
reth is archive
2023-11-22 13:12:34 +01:00
Sebastian
0ac1b07419
path
2023-11-22 13:07:54 +01:00
Sebastian
aeb5811ba1
try reth for base
2023-11-22 12:59:47 +01:00
Sebastian
998a98cbdd
start with reth and prysm
2023-11-22 07:24:40 +01:00
Sebastian
b8ede65b1c
start with reth
2023-11-22 07:14:23 +01:00
Sebastian
615640f3e0
update linea
2023-11-22 05:59:13 +01:00
Sebastian
28f817f9d9
update
2023-11-20 18:13:17 +01:00
Sebastian
3a1238ee6e
update
2023-11-20 18:10:09 +01:00
Sebastian
556eadd088
update
2023-11-20 18:06:27 +01:00
Sebastian
4a17e3a74a
fix
2023-11-15 10:11:25 +01:00
Sebastian
68376144ab
fix
2023-11-15 09:51:21 +01:00
Sebastian
38680d3e6f
...
2023-11-15 09:49:05 +01:00
Sebastian
e66c2066bf
fix
2023-11-11 07:20:16 +01:00
Sebastian
b9e41669c4
remove whitelist
2023-11-11 07:14:25 +01:00
Sebastian
307ba72fa9
farm on
2023-11-11 07:11:48 +01:00
Sebastian
e7cbf5830e
allow slowdisk
2023-11-01 11:05:31 +01:00
Sebastian
56ea6b861f
new naming scheme
2023-11-01 11:04:26 +01:00
Sebastian
d7a96d50a3
jo
2023-11-01 09:44:45 +01:00
Sebastian
da0793dc53
try new schema
2023-11-01 09:30:38 +01:00
Sebastian
eb2eb3b8fe
version update
2023-10-31 06:19:35 +01:00
Sebastian
9e0804123a
update
2023-10-28 18:16:10 +02:00
Sebastian
9197d0b3dc
wow there is no officially working dorcker image
2023-10-28 15:53:19 +02:00
Sebastian
8e34cba621
wow there is no officially working dorcker image
2023-10-28 15:52:20 +02:00
Sebastian
c44b76f747
update bsc erigon
2023-10-28 15:43:26 +02:00
Sebastian
b777e5a0ed
lets try
2023-10-25 10:53:06 +02:00
Sebastian
caf7df7b0c
move subsquid to the hetzner abuse protected network as it's llibp2p
2023-10-24 04:24:48 +02:00
Sebastian
3538395bed
fix
2023-10-22 09:55:13 +02:00
Sebastian
357ca6e9ca
fix
2023-10-22 09:54:31 +02:00
Sebastian
b7c2cffb13
missing files
2023-10-22 09:52:25 +02:00
Sebastian
e54050b60b
first steps with base erigon
2023-10-22 09:49:16 +02:00
Sebastian
78c5ec9bea
init base chain from snapshot
2023-10-22 08:05:27 +02:00
Sebastian
4808637b2e
init base chain from snapshot
2023-10-22 07:58:59 +02:00
Sebastian
90219ab8da
init base chain from snapshot
2023-10-22 07:52:20 +02:00
Sebastian
3303bf960f
network change
2023-10-22 03:15:21 +02:00
Sebastian
2b633e5aa8
nethermind sucks
2023-10-22 03:12:47 +02:00
Sebastian
38dbebf7d5
open ports
2023-10-22 02:51:57 +02:00
Sebastian
ca0128b0dc
add a network
2023-10-22 02:47:38 +02:00
Sebastian
859a7f1373
fantom fullnode
2023-10-20 18:17:41 +02:00
Sebastian
3562a7df32
update
2023-10-20 18:02:49 +02:00
Sebastian
cfd51c2627
fix
2023-10-20 17:46:20 +02:00
Sebastian
f53fcb3bbc
mubai
2023-10-20 17:39:59 +02:00
Sebastian
5d537571ae
fix
2023-10-20 17:04:17 +02:00
Sebastian
e84519646e
join the fantom testnet fun
2023-10-20 17:01:58 +02:00
Sebastian
818db4a42e
better polygon fullnode sync
2023-10-20 05:06:42 +02:00
Sebastian
760ebc8347
init
2023-10-20 04:45:31 +02:00
Sebastian
882e313516
update version
2023-10-20 04:19:04 +02:00
Sebastian
1c047dd3cf
update version
2023-10-19 14:50:48 +02:00
Sebastian
8f349a0f09
open port in dshackle to serve requests with linea
2023-10-19 09:38:30 +02:00
Sebastian
8327e0d1fa
new version resync required
2023-10-19 07:41:59 +02:00
Sebastian
bf3cdb855f
maybe better connectivity
2023-10-18 14:50:37 +02:00
Sebastian
f331090f16
expose the p2p port also
2023-10-18 09:38:01 +02:00
Sebastian
8b1602130b
version update
2023-10-15 01:39:38 +02:00
Sebastian
39ad932274
geth-goerli.yml
2023-10-13 11:44:37 +02:00
Sebastian
6dcb0fafc0
geth-goerli.yml
2023-10-13 11:37:12 +02:00
Sebastian
208ab56d0e
maybe unstuck polygon sync
2023-10-13 03:45:01 +02:00
Sebastian
07f867ad6d
version update
2023-10-12 16:06:58 +02:00
Sebastian
50fde8f9bf
final version update before resync
2023-10-11 08:53:10 +02:00
Sebastian
ff6b2c4e32
version update
2023-10-11 08:48:04 +02:00
Sebastian
6a468a25ad
no archive for nova
2023-10-10 10:37:47 +02:00
Sebastian
7c30323708
update checkpoint sync
2023-10-10 08:55:26 +02:00
Sebastian
8ce16c67e8
make it compatible with dopcker-compose version
2023-10-10 08:45:02 +02:00
Sebastian
7e1c1b8a7d
fix the base rpc endpoint config
2023-10-10 08:03:49 +02:00
Sebastian
f21320e667
make a gnosis fullnode
2023-10-10 07:08:28 +02:00
Sebastian
dbc1de12e1
update geth
2023-10-10 06:39:05 +02:00
Sebastian
f01d7f1535
update base to not require nethermind
2023-10-10 06:05:26 +02:00
Sebastian
7b1e3cddcc
version update
2023-10-10 05:49:30 +02:00
Sebastian
886fb42c5e
version update
2023-10-10 05:36:32 +02:00
Sebastian
cbb587c043
version update
2023-10-10 05:31:24 +02:00
Sebastian
e1bf52860e
support the squids
2023-10-09 12:28:00 +02:00
Sebastian
8e62c18e16
let it do websockets too
2023-10-09 11:22:06 +02:00
Sebastian
9047693b1f
version update
2023-10-09 10:21:56 +02:00
Sebastian
d6bcc68bae
make dtl endpoint flexible
2023-10-09 10:18:06 +02:00
Sebastian
97b0383924
update nethermind to fix those missing recipes
2023-10-07 10:04:09 +02:00
Sebastian
e40152acae
unstuck with heimdall
2023-10-07 08:57:15 +02:00
Sebastian
a68650ca56
update erigon for polygon hardfork
2023-10-06 15:52:25 +02:00
Sebastian
06c1c55b59
open torrent port
2023-10-04 05:24:21 +02:00
Sebastian
920911d833
update dshackle
2023-10-04 04:02:47 +02:00
Sebastian
80c1faed7a
fix copy paste error
2023-10-03 09:29:58 +02:00
Sebastian
6a5334d1d2
fix the nimbus version
2023-10-03 09:16:23 +02:00
Sebastian
66a4fc138e
needs more ram?
2023-10-03 08:59:22 +02:00
Sebastian
aa6cd65d37
needs the executable in command
2023-10-03 08:57:23 +02:00
Sebastian
9d459c294d
make myself an bsc fullnode
2023-10-03 08:54:24 +02:00
Sebastian
b08e95f2ec
solve the websocket port problem
2023-10-03 08:20:17 +02:00
Sebastian
bbb68ff7c4
maybe order matters
2023-10-03 06:04:03 +02:00
Sebastian
90951b9802
maybe path matching order matters
2023-10-03 05:45:56 +02:00
Sebastian
0541554986
update zkevm
2023-10-01 10:24:00 +02:00
Sebastian
198567c10e
no op
2023-09-28 12:22:09 +02:00
Sebastian
097cf904f1
remove flag
2023-09-28 07:14:57 +02:00
Sebastian
7cd3c5a8af
update
2023-09-28 07:11:52 +02:00
Sebastian
2452bb56a7
update celo
2023-09-27 11:08:11 +02:00
Sebastian
2e6127811c
fix
2023-09-26 11:35:59 +02:00
Sebastian
e09547feab
make changes permanent
2023-09-26 11:32:08 +02:00
Sebastian
9e5f1eb2d7
replace heimdall
2023-09-26 11:18:38 +02:00
Sebastian
90b94119f2
update heimdall endpoint
2023-09-26 11:16:31 +02:00
Sebastian
a2865f1586
update heimdall endpoint
2023-09-26 11:15:04 +02:00
Sebastian
d436a5d9b8
wrong volume 0mg
2023-09-21 10:27:26 +02:00
Sebastian
e0c238206c
up the calldata limit
2023-09-21 10:21:29 +02:00
Sebastian
a7e1232fb4
version upgrade
2023-09-21 09:45:25 +02:00
Sebastian
6f0e9c7256
update the prover
2023-09-21 09:36:29 +02:00
Sebastian
9891cf33f1
also need to tell traefik which container to assign the routes to
2023-09-21 09:17:19 +02:00
Sebastian
85464ece1b
move ws to it's own port
2023-09-21 09:13:34 +02:00
Sebastian
cd6f6b06cd
pin the postgres version
2023-09-21 09:07:27 +02:00
Sebastian
39291859ec
expose the right port in the compose file... to enable ipv4 in the container?
2023-09-17 20:36:36 +02:00
Sebastian
37cb3bdc77
split the arb classic
2023-09-17 07:01:26 +02:00
Sebastian
0d59d95b5b
allow cors for metamask
2023-09-06 10:45:30 +02:00
Sebastian
e23f645442
two redis is one too much
2023-09-06 10:32:45 +02:00
Sebastian
e626ceb6f3
make the move
2023-09-06 10:27:42 +02:00
Sebastian
2e656a5d05
get rid of lighthouse
2023-09-03 12:35:49 +02:00
Sebastian
6777cffbd4
fix
2023-09-03 12:10:19 +02:00
Sebastian
8bf0200220
make fix permanent
2023-09-02 13:29:57 +02:00
Sebastian
45c64dcabf
make the fullnode a archive node bc why not
2023-09-02 13:26:46 +02:00
Sebastian
d00c7a5d65
let the fire burning
2023-09-02 07:23:28 +02:00
Sebastian
4529a19763
disable snashots for testing
2023-08-29 15:05:48 +02:00
Sebastian
d57d405e1b
fix
2023-08-26 10:03:12 +02:00
Sebastian
e5e71aca37
no validator
2023-08-26 10:00:56 +02:00
Sebastian
8bb341f696
fix
2023-08-26 09:56:35 +02:00
Sebastian
cb6dfcbd0d
support base
2023-08-26 09:51:18 +02:00
Sebastian
6ca3aa2d4b
support base
2023-08-26 09:49:18 +02:00
Sebastian
1d956f2ffb
add nova
2023-08-26 08:47:53 +02:00
Sebastian
52dce3bde7
move gnosis to nimbus
2023-08-26 06:47:54 +02:00
Sebastian
078a4efdc5
I'm no validator
2023-08-26 06:38:02 +02:00
Sebastian
3c5121e423
nana
2023-08-26 06:29:31 +02:00
Sebastian
25bf469b57
jaja
2023-08-26 06:25:18 +02:00
Sebastian
549676bb1b
jaja
2023-08-26 06:22:49 +02:00
Sebastian
4a2ae8a1f7
nimbus needs build files
2023-08-26 06:20:44 +02:00
Sebastian
08c7858450
try nimbus instead of lighthouse
2023-08-26 06:19:19 +02:00
Sebastian
f67c8c6604
fix besu?
2023-08-26 05:30:54 +02:00
Sebastian
2bfa6bc650
add besu
2023-08-26 05:04:46 +02:00
Sebastian
c9230c75f8
add besu
2023-08-26 05:02:50 +02:00
Sebastian
bb90df86f3
add besu
2023-08-26 05:00:25 +02:00
Sebastian
76e9833b1c
add besu
2023-08-26 04:58:50 +02:00
Sebastian
21ce573416
add besu
2023-08-26 04:39:54 +02:00
Sebastian
0be8adb641
add besu
2023-08-26 04:38:50 +02:00
Sebastian
42a70603a8
add besu
2023-08-26 04:37:33 +02:00
Sebastian
1fc8f8c3f8
enable debug
2023-08-26 03:10:57 +02:00
Sebastian
a4508906c9
make a arbitrum fullnode
2023-08-26 03:08:01 +02:00
Sebastian
203c955ab1
make a arbitrum fullnode
2023-08-26 02:50:54 +02:00
Sebastian
1d01601abf
update da nethermind
2023-08-26 02:27:45 +02:00
Sebastian
5d15eacbd0
name clashed
2023-08-25 11:51:42 +02:00
Sebastian
b9558bdaf7
log to journald
2023-08-25 11:40:35 +02:00
Sebastian
a14c53ced8
lets try to run ws on the same port as http
2023-08-25 08:06:32 +02:00
Sebastian
f1dd692a10
make the websocket accessible
2023-08-25 07:59:32 +02:00
Sebastian
709fbb3aea
better output
2023-08-25 06:32:12 +02:00
Sebastian
c77879a0aa
show dat handy tool
2023-08-25 06:21:57 +02:00
Sebastian
41f05f4f4f
can not use websocket on same port as http
2023-08-24 14:53:10 +02:00
Sebastian
7b7f02cbbb
name change
2023-08-24 13:23:19 +02:00
Sebastian
124d2ed057
fix the whitespace
2023-08-24 13:22:06 +02:00
Sebastian
eb194fa0f3
add mantle support
2023-08-24 13:21:45 +02:00
Sebastian
eb0f7ed1dc
make a mainnet fullnode
2023-08-24 10:30:49 +02:00
Sebastian
07519f677b
fix
2023-08-24 07:22:22 +02:00
Sebastian
8e4c7ca951
fix
2023-08-24 07:20:21 +02:00
Sebastian
358e7b8f73
fix
2023-08-24 07:14:47 +02:00
Sebastian
f29b2d7a5a
fix
2023-08-24 07:13:54 +02:00
Sebastian
ec858e0e2e
need ZKEVM_NETWORK variable
2023-08-24 07:11:09 +02:00
Sebastian
e9a33706cf
update traefik
2023-08-24 06:42:59 +02:00
Sebastian
ffc37ede08
integrate zkevm
2023-08-24 06:34:44 +02:00
Sebastian
b7248a04ff
revert something is fishy
2023-08-24 05:54:54 +02:00
Sebastian
782c121628
update optimism
2023-08-24 05:47:12 +02:00
Sebastian
7c8932030a
update
2023-08-23 17:53:22 +02:00
Sebastian
c91bd27a0d
remove the snapshots and try without
2023-08-22 05:30:09 +02:00
Sebastian
a5341f715d
make the torrent faster
2023-08-21 14:37:51 +02:00
Sebastian
f2c41be269
try erigon fullnodes for polygon
2023-08-21 14:30:57 +02:00
Sebastian
67b4a181f1
activate archive mode on geth because erigon lags
2023-08-18 12:42:31 +02:00
Sebastian
b18778f96b
maybe
2023-08-18 12:13:24 +02:00
Sebastian
869c523461
maybe
2023-08-18 12:08:22 +02:00
Sebastian
ac2452449e
maybe
2023-08-18 12:05:43 +02:00
Sebastian
74be6c515d
maybe
2023-08-18 12:03:04 +02:00
Sebastian
e87d403a87
use the build not the image
2023-08-18 07:01:55 +02:00
Sebastian
3d5e600195
switch back to old geth version because it's official
2023-08-18 06:56:22 +02:00
Sebastian
4e227c17b8
remove incompatible flags
2023-08-18 06:53:21 +02:00
Sebastian
cdd298d34e
erigon synced but linea is official - split
2023-08-18 06:50:26 +02:00
Sebastian
f710a2904c
try geth instead
2023-08-18 06:46:20 +02:00
Sebastian
0edf9c3e5b
add support for linea
2023-08-18 06:19:11 +02:00
Sebastian
205a873549
fix typo
2023-08-18 06:18:43 +02:00
Sebastian
2ea644076a
create
2023-08-18 05:42:31 +02:00
Sebastian
0511e7ed10
enable some more apis on op erigon
2023-08-16 13:32:43 +02:00
Sebastian
4363ad2d1c
update
2023-08-16 13:14:29 +02:00
Sebastian
1a30703b5a
fix
2023-08-16 08:08:14 +02:00
Sebastian
d9c69f0384
remove that x-tension
2023-08-16 08:06:07 +02:00
Sebastian
9a91da6e4f
persistent loggin
2023-08-16 07:54:22 +02:00
Sebastian
bc88334121
persistent logging
2023-08-16 07:52:28 +02:00
Sebastian
ec95880ac3
fix the logging
2023-08-16 07:30:37 +02:00
Sebastian
f2315059e8
enable journald logging
2023-08-16 07:25:05 +02:00
Sebastian
91cb6b4d5f
persist the userops database
2023-08-15 14:03:19 +02:00
Sebastian
8a85201ae7
update
2023-08-14 15:09:25 +02:00
Sebastian
ef91590602
finishing up
2023-08-13 08:46:16 +02:00
Sebastian
a114c5d4b6
build that thing because permissions
2023-08-13 07:45:55 +02:00
Sebastian
03488dbd76
make erigon init the genesis block before starting
2023-08-13 07:38:09 +02:00
Sebastian
e961effb51
try erigon again
2023-08-13 06:48:07 +02:00
Sebastian
ab8dd5f7af
meh
2023-08-13 06:36:44 +02:00
Sebastian
bed939da0c
teh volume
2023-08-13 06:34:58 +02:00
Sebastian
8369a4d6b3
lets try geth
2023-08-13 06:31:10 +02:00
Sebastian
22e8613d08
fixes
2023-08-12 13:15:37 +02:00
Sebastian
12a64b10ee
try to add lukso to the mix
2023-08-12 13:00:22 +02:00
Sebastian
b43fed1d39
make goerli same as mainnet
2023-08-12 05:00:53 +02:00
Sebastian
0528ab823d
just use the official images
2023-08-11 18:52:57 +02:00
Sebastian
ba26b78674
activate traefik for the skandhas
2023-08-11 15:16:37 +02:00
Sebastian
d0f99b6adf
set the path to the right network id
2023-08-11 08:20:25 +02:00
Sebastian
382467b1c5
start a separate relayer for each network
2023-08-11 08:19:25 +02:00
Sebastian
d94fde42b5
add rpc passthrough
2023-08-10 10:02:17 +02:00
Sebastian
32ad2865bd
pick another git tag
2023-08-10 09:58:29 +02:00
Sebastian
0dc8ec6dcf
update version
2023-08-10 09:17:20 +02:00
Sebastian
4991108e18
fix typo
2023-08-10 08:57:20 +02:00
Sebastian
3ee77d44ad
start the relayer business
2023-08-10 08:55:10 +02:00
Sebastian
f2777d6c3b
make the rpc accessible
2023-08-08 12:29:26 +02:00
Sebastian
a269a2d8af
make the rpc accessible
2023-08-08 12:26:31 +02:00
Sebastian
6d7e8422ac
remove name
2023-08-08 10:50:33 +02:00
Sebastian
6482321617
add moonriver
2023-08-08 10:48:18 +02:00
Sebastian
9db8810c7f
update version and allow all hosts
2023-08-05 09:10:44 +02:00
Sebastian
d9c68992f1
update version and allow all hosts
2023-08-05 09:08:49 +02:00
Sebastian
e20cdede10
update
2023-08-05 06:28:25 +02:00
Sebastian
156525003c
update version
2023-08-02 10:36:13 +02:00
Sebastian
3023c102b3
update arbitrum
2023-08-02 08:32:23 +02:00
Sebastian
3b9873b91d
update dshackle
2023-07-25 09:59:06 +02:00
Sebastian
2f28084d9c
incorporate firehose into the monorepo
2023-07-20 15:54:54 +02:00
Sebastian
84adad7cfd
let erigon do snaps again
2023-07-20 15:38:51 +02:00
Sebastian
cab1f355da
fixed erigon verson that doesn't sync gnosis anymore
2023-07-20 15:34:16 +02:00
Sebastian
523c3bb413
flag was removed but authrpc needs to be reachable
2023-07-18 10:34:56 +02:00
Sebastian
f1401a7693
activate externalcl
2023-07-18 10:30:08 +02:00
Sebastian
f51601d77d
fix lighthouse connection path
2023-07-18 10:27:36 +02:00
Sebastian
74d315519b
don't do snapshots on gnosis they fail to execute
2023-07-18 10:21:56 +02:00
Sebastian
cb1afd5aab
fire up erigon for gnosis
2023-07-17 05:21:24 +02:00
Sebastian
0031407fff
add some parameter
2023-07-11 17:08:04 +02:00
Sebastian
b410a3123a
fix typo
2023-07-11 08:57:29 +02:00
Sebastian
4eed5f219f
update for hardfork
2023-07-11 08:54:32 +02:00
Sebastian
37b1d8bb84
update version
2023-07-03 12:29:36 +02:00
Sebastian
11ee4ee9c4
better labels
2023-06-27 13:04:56 +02:00
Sebastian
09b616fe7f
better route
2023-06-27 12:48:11 +02:00
Sebastian
e9f49878e0
better route
2023-06-27 12:46:44 +02:00
Sebastian
3a4a1e73ec
better path
2023-06-27 12:42:12 +02:00
Sebastian
7ccaab0a6d
why not both?
2023-06-27 12:34:46 +02:00
Sebastian
dd2fe64355
try again op-geth
2023-06-26 17:27:15 +02:00
Sebastian
5353f48c17
try again op-geth
2023-06-26 17:26:13 +02:00
Sebastian
6648247d0a
next
2023-06-26 17:22:34 +02:00
Sebastian
8fbc473992
try erigon again after bootstrapping op-node
2023-06-26 17:21:28 +02:00
Sebastian
4a0d23d8a1
fix op-geth command full
2023-06-26 16:50:49 +02:00
Sebastian
2d2c0c2393
fix op-geth command block indent
2023-06-26 16:48:53 +02:00
Sebastian
d7f9122983
fix op-geth command
2023-06-26 16:48:06 +02:00
Sebastian
bbae1bd48a
use op-geth instead of op-erigon
2023-06-26 16:32:31 +02:00
Sebastian
11a0c5a766
simplyfy
2023-06-25 23:02:42 +02:00
Sebastian
e33c22e61c
simplyfy
2023-06-25 22:58:43 +02:00
Sebastian
473d9738de
lets define the network
2023-06-25 22:48:12 +02:00
Sebastian
0e009632ff
lets define the ports
2023-06-25 22:46:55 +02:00
Sebastian
d870e0a7f8
of course it's called mainnet
2023-06-25 22:44:14 +02:00
Sebastian
72e3f18531
forgot a dash
2023-06-25 22:34:24 +02:00
Sebastian
d3a91e951d
maybe the right config for bedrock
2023-06-25 22:32:50 +02:00
Sebastian
2ab9331b1f
can mainet be wrong?
2023-06-25 22:17:56 +02:00
Sebastian
f631dca7ab
found the typo
2023-06-25 22:14:55 +02:00
Sebastian
87571b6099
add some debug logic
2023-06-25 22:12:35 +02:00
Sebastian
e3bbd2b4d2
another try
2023-06-25 22:05:24 +02:00
Sebastian
55b56670ae
make something executable
2023-06-25 21:58:58 +02:00
Sebastian
c5eeb2c136
missing something
2023-06-25 21:58:25 +02:00
Sebastian
69ad058c39
try to unstuck it after bedrock 2
2023-06-25 21:56:45 +02:00
Sebastian
5a4e908c2f
try to unstuck it after bedrock
2023-06-25 21:54:35 +02:00
Sebastian
ff74f89bbc
update dshackle version
2023-06-15 15:56:30 +02:00
Sebastian
54b2ab3d12
it's not snapshot anymore
2023-05-17 05:30:39 +02:00
Sebastian
2cb0ccebfb
update dshackle
2023-05-08 18:37:07 +02:00
Sebastian
e6816215f5
revert
2023-05-05 08:23:22 +02:00
Sebastian
1aeae9f9d8
change goerli data volume
2023-05-02 17:47:53 +02:00
Sebastian
18ecd2efbd
nofile limit
2023-05-02 08:07:10 +02:00
Sebastian
d2ff66e529
raise nofile
2023-05-02 08:02:24 +02:00
Sebastian
852cb95ca6
raise nofile
2023-05-02 07:09:12 +02:00
Sebastian
319964a0b9
revert
2023-04-27 11:20:21 +02:00
Sebastian
e23c563dc1
prepare polygon erigon to grow
2023-04-27 09:53:23 +02:00
Sebastian
32391d5069
upp the gaslimit on erigon
2023-04-25 10:39:30 +02:00
Sebastian
c45031f24b
update avalanche
2023-04-20 06:53:42 +02:00
Sebastian
d224282d73
fix the command line
2023-04-19 08:41:47 +02:00
Sebastian
8570011973
add gascap for blast
2023-04-18 10:52:05 +02:00
Sebastian
d5b26e80b5
update lighthouse too
2023-04-12 10:12:52 +02:00
Sebastian
7898e5691a
update version for hardfork
2023-04-11 11:25:19 +02:00
Sebastian
f93474073a
map optimism websocket on a different port than http
2023-04-11 11:04:58 +02:00
Sebastian
831acfa75c
fix ports again
2023-04-11 07:25:16 +02:00
Sebastian
3465d8b944
fix port for optimism archive node
2023-04-11 07:15:16 +02:00
Sebastian
b22c3d41d2
sync optimism from l2
2023-04-07 13:07:42 +02:00
Sebastian
a2bf1d1870
update drpc and allow erigon polygon to return large results
2023-04-05 07:35:14 +02:00
Sebastian
a83755b6e3
bump version and raise limit for response sizes
2023-04-03 13:26:23 +02:00
Sebastian
753b3ba30b
fix the filename
2023-04-01 11:36:41 +02:00
Sebastian
158dbc8235
release the fantom
2023-04-01 11:32:04 +02:00
Sebastian
fa0c77004b
fix the fantom script
2023-04-01 11:24:12 +02:00
Sebastian
52dfafb7f5
run as root
2023-03-30 08:52:34 +02:00
Sebastian
d2ac90a484
escape the globs
2023-03-30 08:49:41 +02:00
Sebastian
1e18e4e052
fix typo
2023-03-30 08:21:38 +02:00
Sebastian
09e3ecde8e
remove any formatting form the startup command
2023-03-30 08:20:27 +02:00
Sebastian
3f970cef35
remove the line breaks
2023-03-30 08:13:19 +02:00
Sebastian
e060eeca87
remove the = from erigon startup command
2023-03-30 08:06:43 +02:00
Sebastian
b64344d306
update polygon erigon to use default for snapshots (false)
2023-03-30 07:46:29 +02:00
Sebastian
380d95e7a5
update polygon erigon
2023-03-30 07:20:29 +02:00
Sebastian
74d61b95a3
update
2023-03-26 16:43:56 +02:00
Sebastian
151c767b35
upgrade
2023-03-24 15:34:05 +01:00
Sebastian
2b4f41c4eb
update lighthouse
2023-03-24 05:05:38 +01:00
Sebastian
542ea0d46e
version upgrade
2023-03-24 02:26:53 +01:00
Sebastian
ab3ac54566
version upgrade
2023-03-24 02:24:49 +01:00
Sebastian
8e1e8460a5
reactivate arbitrum with an update once more
2023-03-18 02:51:40 +01:00
Sebastian
0b87a3e429
ubgrade bc dshackle doesnt know arbitrum anymore
2023-03-17 10:27:26 +01:00
Sebastian
e361e60f93
downgrade (2 days late)
2023-03-16 02:30:50 +01:00
Sebastian
676971bfa9
open websocket port
2023-03-10 04:43:56 +01:00
Sebastian
0df8656abd
update erigon AGAIN but better
2023-03-10 02:27:12 +01:00
Sebastian
dbb51b6f40
update erigon AGAIN
2023-03-10 02:23:23 +01:00
Sebastian
87db0f1b7c
bump nethermind for goerli hardfork
2023-03-08 02:33:33 +01:00
Sebastian
c22b8b7e01
bump goerli
2023-03-08 02:29:45 +01:00
Sebastian
810843a592
erigon version downgrade
2023-03-07 10:01:59 +01:00
Sebastian
d264f843ac
erigon version upgrade
2023-03-07 04:29:55 +01:00
Sebastian
b4f72adad4
this is fantom archive
2023-03-04 13:18:43 +01:00
Sebastian
95cfb4e62c
this is fantom archive
2023-03-04 13:17:04 +01:00
Sebastian
18a4e27315
bump dshackle
2023-03-02 00:21:20 +01:00
Sebastian
bebec472d3
add drpc to the mix
2023-02-26 10:07:06 +01:00
Sebastian
885cd2945e
add drpc to the mix
2023-02-26 09:20:09 +01:00
Sebastian
10c3a8e6e6
add drpc to the mix
2023-02-26 09:14:57 +01:00
Sebastian
9973ac5dbd
add drpc to the mix
2023-02-26 09:10:29 +01:00
Sebastian
43b2d916ae
erigon update
2023-02-03 07:14:11 +01:00
Sebastian
90bd2338bf
update the erigon version
2023-02-03 07:07:54 +01:00
Sebastian
7b770239cd
raise calldata limit
2023-02-03 07:02:21 +01:00
Sebastian
4cf497314b
update nethermind
2023-02-03 06:35:41 +01:00
Sebastian
3ce59b84ff
traefik for celo
2023-01-29 17:18:40 +01:00
Sebastian
8c893cd195
fix rpc
2023-01-29 07:17:47 +01:00
Sebastian
8ac4fd47e1
patch the patch
2023-01-28 17:19:20 +01:00
Sebastian
4aee4737a9
network for monitoring only
2023-01-27 15:09:06 +01:00
Sebastian
e86aa844c5
revert metrics
2023-01-26 13:14:53 +01:00
Sebastian
2528fb58fb
debugging
2023-01-26 13:13:10 +01:00
Sebastian
b47b03a945
add the metrics and trafeik rules to optimism
2023-01-26 13:03:33 +01:00
Sebastian
52cc47a3b4
oops metrics got cutoff
2023-01-26 11:26:38 +01:00
Sebastian
1d29e1ef73
expose the ports
2023-01-26 11:12:27 +01:00
Sebastian
93310f3aba
integreate the changes from the live machine
2023-01-26 10:52:58 +01:00
Sebastian
526bb3d006
add metrics
2023-01-26 10:46:56 +01:00
Sebastian
faf41b2e2c
update erigon version
2023-01-18 11:46:53 +01:00
Sebastian
1eca59ad15
fixes
2023-01-17 12:20:39 +01:00
Sebastian
e8741ef0da
add polygon link
2023-01-16 19:22:07 +01:00
Sebastian
d8b2f0bfa2
add volume
2023-01-16 19:19:21 +01:00
Sebastian
9b31fa08f2
fix identation
2023-01-16 19:16:29 +01:00
Sebastian
bffb6242df
initial commit
2023-01-16 19:12:03 +01:00
Sebastian
3671aa635f
easy
2023-01-15 20:07:27 +01:00
Sebastian
6f762782e8
finish up
2023-01-15 20:05:31 +01:00
Sebastian
e16fa85294
finish up
2023-01-15 20:03:15 +01:00
Sebastian
a8e22c635f
rock
2023-01-15 19:52:50 +01:00
Sebastian
da0b5f1673
jo know
2023-01-15 19:48:14 +01:00
Sebastian
8fdfa5dc77
indentation rulez
2023-01-15 19:18:17 +01:00
Sebastian
25e93d9a27
please me more with avax
2023-01-15 19:16:12 +01:00
Sebastian
28d7accdf5
easy
2023-01-15 19:02:59 +01:00
Sebastian
c4d2d958f9
easy
2023-01-15 19:00:21 +01:00
Sebastian
ef2d87e7f8
plug
2023-01-15 18:57:32 +01:00
Sebastian
030d67afb5
plug
2023-01-15 18:56:31 +01:00
Sebastian
4fea049c2d
plug
2023-01-15 18:54:37 +01:00
Sebastian
5252dc47bb
plug
2023-01-15 18:52:01 +01:00
Sebastian
ba8e95775d
plug
2023-01-15 18:51:21 +01:00
Sebastian
afde8777b1
plug
2023-01-15 18:50:48 +01:00
Sebastian
2b5bf8c307
plug
2023-01-15 18:48:02 +01:00
Sebastian
002bf6dab5
easier
2023-01-15 18:46:31 +01:00
Sebastian
d9d1195552
fix
2023-01-15 18:43:37 +01:00
Sebastian
4b01ff192b
fix
2023-01-15 18:42:58 +01:00
Sebastian
6d5cf07f3a
link section
2023-01-15 18:39:46 +01:00
Sebastian
24a7539bcc
link section
2023-01-15 18:35:21 +01:00
Sebastian
b11596c20d
better format and stuff
2023-01-15 18:34:47 +01:00
Sebastian
5baffa724f
motivationgit add docs/howto-arbitrum-archive.md !
2023-01-15 18:18:04 +01:00
Sebastian
f60fa60d0d
time estimate
2023-01-15 18:16:26 +01:00
Sebastian
143a2f10ae
make it more fun
2023-01-15 18:14:16 +01:00
Sebastian
bde2220783
fix identation
2023-01-15 17:51:52 +01:00
Sebastian
0df4b867fa
fix identation
2023-01-15 17:34:05 +01:00
Sebastian
c1e61042a4
fix identation
2023-01-15 17:33:15 +01:00
Sebastian
53ca285d5a
fix identation
2023-01-15 17:29:41 +01:00
Sebastian
7e48b287a0
fix identation
2023-01-15 17:23:44 +01:00
Sebastian
4f383b8009
open udp for heimdall
2023-01-15 12:17:26 +01:00
Sebastian
00295ba8ae
replace checkpoint sync endpoint
2023-01-15 11:36:14 +01:00
Sebastian
751bb532e5
init the arb classic node with a snapshot
2023-01-15 09:31:01 +01:00
Sebastian
a2758c9ff1
prepare classic snapshot download
2023-01-15 09:17:57 +01:00
Sebastian
fe2deea1b0
prepare classic snapshot download
2023-01-15 09:15:44 +01:00
Sebastian
cbe2b1c903
prepare classic snapshot download
2023-01-15 09:14:39 +01:00
Sebastian
d8fbd33ec4
update erigon
2023-01-14 14:03:17 +01:00
Sebastian
8a4a9dd56e
nitro needs to be initialized with a snapshot
2023-01-14 13:53:49 +01:00
Sebastian
0ef3dfa1f3
polygon version update
2023-01-14 13:22:17 +01:00
Sebastian
4aa326cdec
version update for nethermind
2023-01-14 10:24:12 +01:00
Sebastian
cc49b98e8f
fix the title
2023-01-09 18:50:24 +01:00
Sebastian
98d25c91b4
donno
2023-01-09 18:49:22 +01:00
Sebastian
7fbc5e1567
fix mount point for classic
2023-01-09 18:48:59 +01:00
Sebastian
9bafbe7c3b
change sync duration estimae and mount point for classic node data dir and indentation
2023-01-09 18:48:25 +01:00
Sebastian
2cc27e2c3f
add arbitrum guide
2023-01-09 18:36:32 +01:00
Sebastian
aaf4a31edc
add optimism guide
2023-01-09 17:41:21 +01:00
Sebastian
12d62ac932
fix typo
2023-01-09 17:12:32 +01:00
Sebastian
24ea8cdbdb
add guide for celo
2023-01-09 16:59:40 +01:00
Sebastian
1fe1ebd142
finish
2023-01-09 12:47:42 +01:00
Sebastian
7201d3fb4e
finish
2023-01-09 12:45:04 +01:00
Sebastian
916dc87412
finish
2023-01-09 12:44:09 +01:00
Sebastian
bc5cb84b7d
no italic
2023-01-09 12:43:10 +01:00
Sebastian
163774c8fa
add debugging notes
2023-01-09 12:41:47 +01:00
Sebastian
34807b3b6a
make guides for free
2023-01-09 12:31:35 +01:00
Sebastian
cabe11b8bb
name clashes
2023-01-07 20:58:29 +01:00
Sebastian
a716b82931
fix volume and version
2023-01-07 14:24:07 +01:00
Sebastian
ee66c24e6e
fix volume and version
2023-01-07 14:22:09 +01:00
Sebastian
fafc0fa051
update nethermind with traces
2023-01-07 12:48:51 +01:00
Sebastian
213d972132
fix params
2023-01-07 12:23:31 +01:00
Sebastian
1fba148e1a
fix params
2023-01-07 12:20:06 +01:00
Sebastian
a297ef6f7a
fix params
2023-01-07 12:09:12 +01:00
Sebastian
4741d6cb39
fix ports
2023-01-07 12:05:11 +01:00
Sebastian
bafbacf33e
fix volume
2023-01-07 12:01:49 +01:00
Sebastian
1ba6073bcf
add classic gateway to arbitrum
2023-01-07 11:59:44 +01:00
Sebastian
b2b12a3b39
nothing happened
2023-01-06 16:26:28 +01:00
Sebastian
f9e6ab6990
fix da erigon
2023-01-06 16:18:07 +01:00
Sebastian
dd585b8afb
celo fix
2023-01-05 17:20:44 +01:00
Sebastian
60912c1ab7
added celo archive
2023-01-05 17:16:20 +01:00
Sebastian
94b654ec8b
make them executable
2023-01-05 17:03:11 +01:00
Sebastian
3ed5dba101
fix permissions
2023-01-05 16:59:33 +01:00
Sebastian
a52023aa5c
fix path
2023-01-05 16:48:00 +01:00
Sebastian
6d8324ded8
add optimism
2023-01-05 16:45:31 +01:00
Sebastian
c8552100f8
fix permissions
2023-01-05 16:07:12 +01:00
Sebastian
80ecafdb0b
fix permissions
2023-01-05 15:54:48 +01:00
Sebastian
c220f5cb84
add arbitrum
2023-01-05 15:51:34 +01:00
Sebastian
a58c45afcb
update dat erigon config
2023-01-05 15:16:00 +01:00
Sebastian
baf5f3cdd8
version upgrade avalanche
2023-01-05 15:15:24 +01:00
Sebastian
e31b548633
add avalanche archive
2023-01-05 15:14:45 +01:00
Sebastian
c1c0e54c21
remove ws.port flag as the polygon build doesn't support it yet
2022-12-18 12:16:04 +01:00
Sebastian
d5313803dd
update the polygon erigon setup to be able to use public rpcs and the new official supported version
2022-12-18 12:02:30 +01:00
Sebastian
f0ee4c3038
set receipts and bodies download to all blocks
2022-12-15 20:28:17 +01:00
Sebastian
f2f6b83979
use official docker image for goerli
2022-12-12 17:41:13 +01:00
Sebastian
a30706db18
fix nethermind docker image verison and set snap sync to true
2022-12-12 13:53:13 +01:00
Sebastian
426232b477
correct startup command
2022-12-10 18:04:20 +01:00
Sebastian
cc3d064256
remove heimdallr
2022-12-10 17:50:34 +01:00
Sebastian
f7126a4620
try new erigon verison for bor
2022-12-10 17:47:22 +01:00
Sebastian
ee43c5990a
fix the routing - again
2022-12-10 14:36:32 +01:00
Sebastian
3a3815564d
fix checkpoint sync endpoint
2022-12-10 14:02:24 +01:00
Sebastian
5cc1583360
fixed traefik route
2022-12-10 13:55:06 +01:00
Sebastian
145b92b4e0
fixed udp discovery port
2022-12-10 13:37:48 +01:00
Sebastian
8624205ac3
raise the peers limit for faster sync
2022-12-10 13:31:56 +01:00
Sebastian
5e532f3fdb
add nethermind goerli
2022-12-10 13:16:52 +01:00
Sebastian
7354b17b08
disable snap sync
2022-12-09 20:45:43 +01:00
Sebastian
6bd35eae88
point lighthouse to the right network
2022-12-09 18:07:17 +01:00
Sebastian
14fbeb86ee
fix a comma
2022-12-09 18:03:52 +01:00
Sebastian
5d5a1c8146
fixes
2022-12-09 18:02:38 +01:00
Sebastian
82cb2bdbde
add nethermind mainnet configuration
2022-12-09 17:23:39 +01:00
Sebastian
b82c3d8415
rework the erigon mainnet setup
2022-12-05 09:48:49 +01:00
Sebastian
632f9e9157
rework the erigon mainnet setup
2022-12-05 09:43:56 +01:00
Sebastian
e0d684a014
updates
2022-12-04 15:05:08 +01:00
Sebastian
fd1bb7ddff
update polygon archive
2022-12-04 14:04:04 +01:00
Sebastian
7611d4583c
apply updates
2022-12-03 17:05:51 +01:00
cventastic
63c0c63427
migrate pokt-de-1
2022-11-28 08:58:07 +01:00
cventastic
60b12ef154
migrate pokt-de-1
2022-11-28 08:57:00 +01:00
cventastic
16970cd980
migrate pokt-de-1
2022-11-28 08:55:20 +01:00
cventastic
58e7b7a014
forgot to pull newest version
2022-11-28 08:05:02 +01:00
cventastic
7b654f5523
forgot to pull newest version
2022-11-28 08:03:17 +01:00
cventastic
fcd1b669c2
forgot to pull newest version
2022-11-27 09:42:08 +01:00
cventastic
24bd04fee2
documented parameter doesnt exist xD
2022-11-27 09:38:15 +01:00
cventastic
68c716b7a9
documented parameter doesnt exist xD
2022-11-27 09:37:41 +01:00
cventastic
6451e6bab8
add
2022-11-27 09:32:34 +01:00
cventastic
894e464af8
add chains network to xdai-archive.yml
2022-11-19 10:36:57 +01:00
cventastic
bac89dcd18
new image tag
2022-11-17 15:59:23 +01:00
cventastic
5c68b48267
change author history
2022-11-17 13:19:23 +01:00
cventastic
12625e82b0
README.md
2022-11-08 21:57:44 +01:00
cventastic
d5049475cd
non sustainable sync speed with vmtrace and statediif
2022-11-08 21:47:21 +01:00
cventastic
e1edc72d4e
non sustainable sync speed with vmtrace and statediif
2022-11-08 21:29:11 +01:00
cventastic
8e5368e211
non sustainable sync speed with vmtrace and statediif
2022-11-08 21:26:38 +01:00
cventastic
8063a81d4d
comment pokt-lt-3.
...
tight storage
2022-11-06 13:20:12 +01:00
cventastic
564d265a91
comment pokt-lt-3.
...
tight storage
2022-11-06 13:20:00 +01:00
cventastic
fce36dc430
migrate
2022-11-06 13:13:38 +01:00
cventastic
91dcdc706b
migrate
2022-11-06 13:12:54 +01:00
cventastic
e9195f2c1a
less peers, speed not good
2022-11-05 12:27:10 +01:00
cventastic
ee1707bf0f
add more peers for speed?
2022-11-04 22:44:59 +01:00
cventastic
c9ae74831e
add more peers for speed?
2022-11-04 21:12:52 +01:00
cventastic
b81e637fcf
edit
2022-11-04 20:12:39 +01:00
cventastic
4d4b9060c6
new seeds
2022-11-04 10:31:06 +01:00
cventastic
03ce92bfc1
meh
2022-11-03 09:32:57 +01:00
cventastic
b2de047014
meh
2022-11-03 09:31:21 +01:00
cventastic
2b6e1020aa
meh
2022-11-03 09:30:14 +01:00
cventastic
208fcfbf53
xdai-archive.yml
...
tracestore flags not working via environment
2022-11-03 09:29:18 +01:00
cventastic
4f282a205a
xdai-archive.yml
...
try new trace flags per environment
2022-11-03 09:18:24 +01:00
cventastic
8f5a05c6a9
close ports 🤦
2022-11-01 11:48:30 +01:00
cventastic
015670c2ce
new image in hopes of fixing trace call performance
2022-11-01 10:55:02 +01:00
cventastic
ff8791e6fc
renamed
2022-11-01 10:40:00 +01:00
cventastic
e4056bc0c3
not only readme but really add xdai-archive.yml
2022-11-01 10:34:10 +01:00
cventastic
c7656c6fd8
add xdai archive
2022-11-01 10:33:37 +01:00
cventastic
a6bc330a97
new pokt version
2022-10-27 02:02:55 +02:00
cventastic
e8267ff402
added new POKT version.
...
removed pocket-de.yml because its possible to use pocket-frontend.yml on hosts with one pocket container
2022-10-26 15:33:34 +02:00
cventastic
078b88cd16
added torrent download/upload limits
2022-10-26 14:59:04 +02:00
cventastic
1b228c0c35
correct image tag
2022-10-24 09:47:03 +02:00
cventastic
6db5e213eb
specify goerli label
2022-10-24 09:45:05 +02:00
cventastic
6011dac0ce
add --reconstruct-historic-states
2022-10-24 09:44:00 +02:00
cventastic
edb8d2bfc5
older version cause open issues for new one
2022-10-21 21:10:35 +02:00
cventastic
e33d3a5d85
path?
2022-10-21 21:05:37 +02:00
cventastic
c894badf77
lighthouse prater
2022-10-21 20:55:23 +02:00
cventastic
971e5ee6f9
add new version
2022-10-21 20:34:21 +02:00
cventastic
6211f15994
add new version
2022-10-21 20:33:22 +02:00
cventastic
eba55b0098
add erigon-goerli.yml
2022-10-21 20:08:39 +02:00
cventastic
97f3bb4644
add erigon-goerli.yml
2022-10-21 20:07:55 +02:00
cventastic
ac25454915
fix bootstrap folders
2022-10-20 10:28:34 +02:00
cventastic
a59dbb66dc
add torrent.upload/download.rate to erigon in entrypoint.sh
2022-10-19 14:39:11 +02:00
cventastic
80cc6ce977
fix traefik flags for erigon-polygon.yml
2022-10-19 14:22:40 +02:00
cventastic
5e3263dec3
added flags to erigon in entrypoint.sh
...
rename volume in erigon-polygon.yml
2022-10-19 14:16:05 +02:00
cventastic
aab7c74474
Merge branch 'main' of github.com:cventastic/POKT_DOKT
2022-10-19 12:50:58 +02:00
cventastic
115916a9f9
added libgcc and libstdc++ to polygon-erigon alpine container
2022-10-19 12:38:04 +02:00
cventastic
9cf3c5b71e
replace bor with erigon for archive
2022-10-19 12:21:22 +02:00