TODO 671 B

123456789101112131415161718192021222324
  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. - Have launcher check for configuration
  16. - Resolve XXXX comments