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).
## 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)
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Shibarium heimdall: fix REST listen flag
heimdall crash-looped on
unknown flag: --rest-server.addr. Perheimdalld start --help, the bone-fork binary uses--rest-server(bool) to enable REST/LCD and--laddr(defaulttcp://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