Closed ChosunOne closed 6 years ago
Now that I think about it I should probably add a call to join in run, otherwise the threads will be stopped. Once added I think it will be fine to merge.
I suggest to halt work on this until a new spec is defined and work on the tasks in #13 in the meantime.
I've added a basic cli to allow us to begin developing the proposal and collator parts of phase 1. By default the client will attempt to run both, but you can specify which mode you want by running with the
-mode
flag followed byproposer
orp
,collator
orc
, or explicitly run both withboth
. Ex.cargo run -- -mode p