add byzantium block validation test

This commit is contained in:
andri lim 2019-05-14 11:51:27 +07:00 committed by zah
parent f7e67bbf24
commit a0126a7458
2 changed files with 9354 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -100,6 +100,7 @@ proc main() =
chainDB.dumpTest(2_463_413) # tangerine call* gas cost bug
chainDB.dumpTest(2_675_000) # spurious dragon first block
chainDB.dumpTest(2_675_002) # EIP155 tx.getSender
chainDB.dumpTest(4_370_000) # Byzantium first block
when isMainModule:
var message: string