tests: add ethash difficulty tests (#15191)

This commit is contained in:
Martin Holst Swende
2017-09-27 15:30:41 +02:00
committed by Felix Lange
parent 2ab2a9f131
commit a660685746
6 changed files with 235 additions and 9 deletions

View File

@ -39,6 +39,7 @@ var (
transactionTestDir = filepath.Join(baseDir, "TransactionTests")
vmTestDir = filepath.Join(baseDir, "VMTests")
rlpTestDir = filepath.Join(baseDir, "RLPTests")
difficultyTestDir = filepath.Join(baseDir, "BasicTests")
)
func readJson(reader io.Reader, value interface{}) error {