add dao test data

This commit is contained in:
andri lim 2019-04-06 22:41:36 +07:00
parent a8d0a13856
commit 847ab79082
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
3 changed files with 2574 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -91,6 +91,8 @@ proc main() =
chainDB.dumpTest(1417555) # writepadded regression zero len
chainDB.dumpTest(1_431_916) # deep recursion stack overflow problem
chainDB.dumpTest(1_487_668) # getScore uint64 vs uint256 overflow
chainDB.dumpTest(1_920_000) # the DAO fork
chainDB.dumpTest(1_927_662) # fork comparison bug in postExecuteVM
when isMainModule:
var message: string