ethereum / cbc-casper

GNU Affero General Public License v3.0
229 stars 44 forks source link

Feat/order consensus #139

Closed djrtwo closed 6 years ago

djrtwo commented 7 years ago

A new consensus protocol built on CBC casper in which validators come to consensus on the order of a list. Core works and estimate is tested. OrderPlotTool just prints out info instead of to tkinter.

Did it for fun. Def not going to merge into until we get the integer/binary protocol stuff merged in so i can use some of those abstractions.

djrtwo commented 7 years ago

I guess this could use a plot tool? couldn't figure out the best way to cram info into a view/justification graph.

vladzamfir commented 6 years ago

I'd say that ideally we'd move to an interactive thing where clicking on the node displays the estimate

Great work, btw, both of you!

djrtwo commented 6 years ago

Thanks :)