mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
add test data
This commit is contained in:
parent
ea7d944aad
commit
c852199481
1031
tests/fixtures/PersistBlockTests/block2463413.json
vendored
Normal file
1031
tests/fixtures/PersistBlockTests/block2463413.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user