You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L4 bootstrap tests (l4_bootstrap.rs, 6 tests):
- LB01: Node starts with --seed-list flag
- LB02: Node exits on missing seed list file
- LB03: Node exits on invalid JSON seed list
- LB04: --peer takes precedence over --seed-list
- LB05: --seed-authority dao flag accepted
- LB06: --seed-list full path exits on NoResponses (stub)
L5 bootstrap tests (l5_bootstrap.rs, 4 tests):
- LB07: Container starts with --seed-list flag
- LB08: Container exits on missing seed list file
- LB09: Container with --seed-authority dao
- LB10: Container with --seed-list + --peer precedence
Bug fix: moved bootstrap code out of the if-!args.adapters.is_empty()
block so it runs whenever --seed-list is provided, regardless of
whether --adapter is specified. Creates a minimal NodeTransport when
no adapters are loaded.
Also fixed: node_id format (64 hex chars, not 65).
0 commit comments