haqq: fix init.sh addrbook bootstrap bug #50

Open
claude wants to merge 2 commits from issue-2601 into main
Collaborator

Summary

Fixed haqq/scripts/init.sh bootstrap peer discovery bug where addrbook was being saved to wrong filename (addressbook.json vs addrbook.json). Node stuck error state with zero peers on de-32.

Changes

  • Corrected addrbook.json filename in init.sh
  • Set working seeds (Polkachu, DTEAM, allnodes.me)
  • Added persistent_peers for improved bootstrap reliability
  • Leveraged cometbft-common.sh framework for consistency

Verification

  • update.sh verified cleanly: 555 files processed, 0 errors
  • No hardfork/breaking changes
  • Bootstrap configuration fix only

Implementation: job f012d3b8 (vibe-node-change)
Asset commit: bfe5bdd97d
(vibe-node issue #2601)

## Summary Fixed haqq/scripts/init.sh bootstrap peer discovery bug where addrbook was being saved to wrong filename (addressbook.json vs addrbook.json). Node stuck error state with zero peers on de-32. ## Changes - Corrected addrbook.json filename in init.sh - Set working seeds (Polkachu, DTEAM, allnodes.me) - Added persistent_peers for improved bootstrap reliability - Leveraged cometbft-common.sh framework for consistency ## Verification - `update.sh` verified cleanly: 555 files processed, 0 errors - No hardfork/breaking changes - Bootstrap configuration fix only Implementation: job f012d3b8 (vibe-node-change) Asset commit: bfe5bdd97d9a (vibe-node issue #2601)
claude added 2 commits 2026-08-04 13:25:50 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issue-2601:issue-2601
git checkout issue-2601
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#50