ethereum / testeth

One consensus test generator
GNU General Public License v3.0
11 stars 12 forks source link

detect outdated bcStateTest #21

Open pirapira opened 6 years ago

pirapira commented 6 years ago

Currently, when

  1. a filler of a GeneralStateTest is updated
  2. the GeneralStateTest is filled, but
  3. the corresponding bcStateTest is not filled,

testeth runs the bcStateTest without complaining.

testeth should instead complain that the bcStateTest is outdated.