ethereum / cbc-casper

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

Add test language to protocols where it is missing #165

Closed naterush closed 6 years ago

naterush commented 6 years ago

Issue

Some protocols have test languages, which are helpful for making sure the protocols work the way we expect, but other protocols don't.

Proposed Implementation

Add languages for testing protocols for which there currently is no testing language!

To do this fully requires a) the ability to specify initial estimates for some protocols, and b) the ability to have deterministic estimates.

naterush commented 6 years ago

Added during redesign! https://github.com/ethereum/cbc-casper/issues/175

(We don't need testing languages anymore :) )