refactor(bootstrap): BTreeMap for overrides + simplify review #127

Merged
razvandimescu merged 1 commits from refactor/bootstrap-btreemap into main 2026-04-21 23:41:49 +08:00

1 Commits

Author SHA1 Message Date
Razvan Dimescu
5cba02a6c8 refactor(bootstrap): BTreeMap for overrides + simplify review
- Switch overrides from HashMap to BTreeMap — deterministic iteration by
  type, drops the manual sort when logging.
- Rename the flat_map closure's inner `ips` to `addrs` to stop shadowing
  the outer Vec<String>.
- Trim the Suite 8 TEST-NET-1 comment to keep the "why" and drop
  mechanism narration.
- Drop a redundant sleep 1 after wait — wait already blocks on exit.
2026-04-21 18:37:35 +03:00