shibarium-mainnet: heimdall node asset (cometbft.Dockerfile, init.sh) #9
Reference in New Issue
Block a user
Delete Branch "issue-51"
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?
Adds the rpc-side assets for shibarium-mainnet (chain 109) — the heimdall CometBFT node build + entrypoint.
What changed (rpc asset, branch issue-51 → main)
rpc/shibarium/scripts/init.sh— thin heimdall entrypoint: sources cometbft-common.sh,heimdalld init, fetches genesis, patches p2p / merges seeds / sets persistent peers, enables REST on :1317, binds CometBFT RPC 0.0.0.0:26657, finishes withexec heimdalld start ... --rest-server(in-process LCD — the shibaone bone fork merged the REST server into the daemon, so REST is one service/one datadir, NOT a sidecar).cometbft.Dockerfile— thin build FROM the pinned heimdall image, COPY scripts, ENTRYPOINT init.sh.Verification
./update.shclean; generatedrpc/shibariumcompose has a bor CLIENT service (traefik + dshackle upstream labels) and a heimdall NODE service; bor--bor.heimdallpoints at the local heimdall :1317; /config mounts present.a17a21b55f(pushed toissue-51).Pairs with the vibe-node source PR on the same
issue-51branch. Tracks vibe-node issue #51.