diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stAttackTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json | 4 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json b/src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json index b2ffc90d9..38428314d 100644 --- a/src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json +++ b/src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json @@ -5,12 +5,12 @@ "currentDifficulty" : "0x20000", "currentGasLimit" : "100000000000", "currentNumber" : "1", - "currentTimestamp" : 1000, + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ { - "network" : ["EIP150", "EIP158"], + "network" : ["EIP150", ">=EIP158"], "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, "result" : { "6a0a0fc761c612c340a0e98d33b37a75e5268472" : { diff --git a/src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json b/src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json index 7270d6756..c3a7d7589 100644 --- a/src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json +++ b/src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json @@ -56,7 +56,7 @@ }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : ["EIP158", "Byzantium"], + "network" : ["EIP158", ">=Byzantium"], "result" : { "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "0x0cc7" |