mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
add dao test data
This commit is contained in:
parent
a8d0a13856
commit
847ab79082
1482
tests/fixtures/PersistBlockTests/block1920000.json
vendored
Normal file
1482
tests/fixtures/PersistBlockTests/block1920000.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1090
tests/fixtures/PersistBlockTests/block1927662.json
vendored
Normal file
1090
tests/fixtures/PersistBlockTests/block1927662.json
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user