diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-31 21:36:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-31 21:36:28 +0800 |
commit | f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf (patch) | |
tree | 1e27244915bd0a05a44e5ef2a7642e95ba70b915 /src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json | |
parent | f88ed968590f2e30907d0d8f6ef16ac134d02cd5 (diff) | |
parent | 0f39c8d138fbdd914aba14c450c6182790677639 (diff) | |
download | dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.tar dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.tar.gz dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.tar.bz2 dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.tar.lz dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.tar.xz dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.tar.zst dexon-tests-f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf.zip |
Merge pull request #412 from ethereum/optfix
Optimize and Fix the --filltests
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json index c312b3d1f..bb67d9af3 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json @@ -11,7 +11,7 @@ "expect" : [ { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : ["Frontier","Homestead"], + "network" : ["Frontier"], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { @@ -23,7 +23,7 @@ }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : ["EIP158", "EIP150" ], + "network" : [">=Byzantium" ], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { |