diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:59:49 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:59:49 +0800 |
commit | 46632a2d1fef0b495ec408c087a4074b4f361be6 (patch) | |
tree | f72b724d511019c28f7400edb1cfe13d446bb6d0 /src/GeneralStateTestsFiller | |
parent | a3121b5e771c9dffbda37e54b3df2063f8d67279 (diff) | |
download | dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.gz dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.bz2 dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.lz dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.xz dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.zst dexon-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.zip |
refill stRecursive
Diffstat (limited to 'src/GeneralStateTestsFiller')
-rw-r--r-- | src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json | 4 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json index a93f3a86a..4abce4ed0 100644 --- a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json +++ b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead"], + "network" : ["Homestead"], "result" : { "d2571607e241ecf590ed94b12d87c94babe36db6" : { "nonce" : "0x01" @@ -47,7 +47,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["EIP158"], + "network" : [">=EIP158"], "result" : { "d2571607e241ecf590ed94b12d87c94babe36db6" : { "nonce" : "0x02" diff --git a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json index 5c80f832e..45634739f 100644 --- a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json +++ b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead"], + "network" : ["Homestead"], "result" : { "d2571607e241ecf590ed94b12d87c94babe36db6" : { "nonce" : "0x01" @@ -47,7 +47,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["EIP158"], + "network" : [">=EIP158"], "result" : { "d2571607e241ecf590ed94b12d87c94babe36db6" : { "nonce" : "0x02" |