diff options
Diffstat (limited to 'src/GeneralStateTestsFiller')
3 files changed, 5 insertions, 5 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" diff --git a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json index d34cb88ff..b6a3cee21 100644 --- a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json +++ b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json @@ -15,7 +15,7 @@ "gas" : 0, "value" : 0 }, - "network" : ["ALL"], + "network" : ["Homestead", "EIP158", ">=Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { } @@ -27,7 +27,7 @@ "gas" : 0, "value" : 0 }, - "network" : ["ALL"], + "network" : ["Homestead", "EIP158", ">=Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "shouldnotexist": "1" |