TODO 708 B

12345678910111213141516171819202122232425262728
  1. - Rename this. "onionsalad"? "onionchutney?" "kachumber"? "chutney"?
  2. "pyaaz"? "ganda"? "piaz ka catni"?
  3. - Have ability to override default parameter values.
  4. Search order for configuration values:
  5. - command line
  6. - network configuration file
  7. - dotfile
  8. - defaults
  9. - Get smarter about naming and numbering nodes if their number changes
  10. - Get smarter about when we need to kill the network and when we need to
  11. restart nodes
  12. - Avoid regenerating so many authority keys: it's okay to recycle for
  13. testing.
  14. - Right now we assume that we're acting like a fooctl startup/shutdown script
  15. series. Instead we could run in a managed mode.
  16. - Document everything
  17. - Get it into git