shibarium heimdall: fix REST listen flag (--laddr not --rest-server.addr) #17
Reference in New Issue
Block a user
Delete Branch "shibarium-heimdall-restflag"
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?
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