Drops-of-Diamond / diamond_drops

WIP on sharding and Ethereum 2.0 with enshrined-in-consensus data availability and Rust: a fast, safe, concurrent and practical programming language
The Unlicense
57 stars 14 forks source link

feat: Thread names with enum. Fix warnings. Handle thread panic #12

Closed ltfschoen closed 6 years ago

ChosunOne commented 6 years ago

Good call on adding names to the threads! I think this should be good to merge.

ltfschoen commented 6 years ago

@ChosunOne @jamesray1 I've added additional commits

ltfschoen commented 6 years ago

@ChosunOne it looks like the latest branch is now 'collator' rather than 'basic_cli'. should i be making a pull request into that branch instead? are you happy with my latest changes?

ltfschoen commented 6 years ago

I'm going to create a separate PR into 'collator'