TODO 804 B

12345678910111213141516171819202122232425262728293031
  1. - Have ability to override default parameter values.
  2. Search order for configuration values:
  3. - command line
  4. - network configuration file
  5. - dotfile
  6. - defaults
  7. - Get smarter about naming and numbering nodes if their number changes
  8. - Get smarter about when we need to kill the network and when we need to
  9. restart nodes
  10. - Avoid regenerating so many authority keys: it's okay to recycle for
  11. testing.
  12. - Right now we assume that we're acting like a fooctl startup/shutdown script
  13. series. Instead we could run in a managed mode.
  14. - Pipe stdout to a file, not to nowhere with "quiet"
  15. - Log stuff.
  16. - Have launcher check for configuration
  17. - Resolve XXXX comments
  18. - Document everything
  19. - Start writing passive "tests" like "did it bootstrap?" or "any
  20. warnings in the logs?", etc