1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
## Basic Tests This directory contains * difficulty tests (`difficulty*.json`) * (what else?) ### Difficulty Tests Difficulty tests the difficulty formula of each protocol version. `testeth` can generate difficulty tests: ``` ./testeth -t DifficultyTests -- --filltests ```