shibarium heimdall: fix REST listen flag (--laddr not --rest-server.addr) #17

Merged
sebastian merged 1 commits from shibarium-heimdall-restflag into main 2026-06-20 04:41:37 +00:00
Collaborator

Shibarium heimdall: fix REST listen flag

heimdall crash-looped on unknown flag: --rest-server.addr. Per heimdalld start --help, the bone-fork binary uses --rest-server (bool) to enable REST/LCD and --laddr (default tcp://0.0.0.0:1317) for the listen address — there is no --rest-server.addr. Swapped.

The prior init fixes worked (logs confirm): init now skips re-init on restart, fetches the heimdall-109 genesis, and no longer crashes on rest_server already defined. This is the last flag.

After merge → deploy-compose-repo rpc-de-10; heimdall should start, serve REST on :1317, and begin syncing (bor then reaches it).

🤖 Generated with Claude Code

## Shibarium heimdall: fix REST listen flag heimdall crash-looped on `unknown flag: --rest-server.addr`. Per `heimdalld start --help`, the bone-fork binary uses `--rest-server` (bool) to enable REST/LCD and **`--laddr`** (default `tcp://0.0.0.0:1317`) for the listen address — there is no `--rest-server.addr`. Swapped. The prior init fixes worked (logs confirm): init now skips re-init on restart, fetches the **heimdall-109** genesis, and no longer crashes on `rest_server already defined`. This is the last flag. After merge → `deploy-compose-repo rpc-de-10`; heimdall should start, serve REST on `:1317`, and begin syncing (bor then reaches it). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
claude added 1 commit 2026-06-20 04:31:02 +00:00
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>
sebastian merged commit a54459e55f into main 2026-06-20 04:41:37 +00:00
sebastian deleted branch shibarium-heimdall-restflag 2026-06-20 04:41:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#17