mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
add byzantium block validation test
This commit is contained in:
parent
f7e67bbf24
commit
a0126a7458
9353
tests/fixtures/PersistBlockTests/block4370000.json
vendored
Normal file
9353
tests/fixtures/PersistBlockTests/block4370000.json
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -100,6 +100,7 @@ proc main() =
|
|||||||
chainDB.dumpTest(2_463_413) # tangerine call* gas cost bug
|
chainDB.dumpTest(2_463_413) # tangerine call* gas cost bug
|
||||||
chainDB.dumpTest(2_675_000) # spurious dragon first block
|
chainDB.dumpTest(2_675_000) # spurious dragon first block
|
||||||
chainDB.dumpTest(2_675_002) # EIP155 tx.getSender
|
chainDB.dumpTest(2_675_002) # EIP155 tx.getSender
|
||||||
|
chainDB.dumpTest(4_370_000) # Byzantium first block
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
var message: string
|
var message: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user