haqq: fix startup crash-loop by adding missing cometbft-common.sh #73
Reference in New Issue
Block a user
Delete Branch "issue-4373"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
haqq-mainnet was stuck-syncing at rpc-de-31 (oracle tip_lag=118). Root cause: container crash-loop due to missing cometbft-common.sh file in the Dockerfile.
The init.sh has sourced
/usr/local/bin/cometbft-common.shsince 2026-08-04, but the haqq/haqq.Dockerfile was never updated to COPY the file into the image.Fix
Added missing COPY directives to haqq/haqq.Dockerfile:
COPY ./scripts/cometbft-common.sh /usr/local/bin/cometbft-common.shCOPY ./scripts/init.sh /usr/local/bin/init.shchmod +xbothThis mirrors the working cosmos/babylon pattern.
Verification
9f7317dcd1(vibe-node issue #4373)
merge-bot (del-018): classified B (hand-maintained rpc file(s), single scope). Auto-merge after a 72h objection window - comment 'hold' to block.