add test data

This commit is contained in:
andri lim 2019-04-15 11:17:24 +07:00
parent ea7d944aad
commit c852199481
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 1036 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -94,6 +94,11 @@ proc main() =
chainDB.dumpTest(1_920_000) # the DAO fork
chainDB.dumpTest(1_927_662) # fork comparison bug in postExecuteVM
# too big and too slow, we can skip it
# because it already covered by GST
#chainDB.dumpTest(2_283_416) # first DDOS spam attack block
chainDB.dumpTest(2_463_413) # tangerine call* gas cost bug
when isMainModule:
var message: string