TrueBitFoundation / dispute-resolution-layer

[DEPRECATED] Generic dispute resolution layer for Truebit verification games
MIT License
6 stars 10 forks source link

Improvements from RPS branch #28

Closed juztamau5 closed 6 years ago

juztamau5 commented 6 years ago

Here's a collection of code improvements I came across while working on the rock paper scissors project. The biggest change is the addition of state and input abstractions. This makes the code much easier to extend in the future.

The new files include copyright headers, so this requires https://github.com/TrueBitFoundation/dispute-resolution-layer/pull/27.

hswick commented 6 years ago

Great! Quite the attention to detail. Definitely more readable.