Commit Graph
4666 Commits
Author SHA1 Message Date
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
claude 6daffd04df Update dshackle to v0.79.5
Co-Authored-By: Claude Agent <claude@stakesquid.eu>
2026-05-30 04:12:29 +00:00
claude 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
claudeandClaude Opus 4.7 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
claude 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
claude 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