Commit Graph

16 Commits

Author SHA1 Message Date
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
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
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
Para Dox
9650e2f978 better naming 2025-04-28 15:02:51 +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
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