diff options
author | Dimitry <winsvega@mail.ru> | 2016-12-08 01:07:42 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-12-08 01:07:42 +0800 |
commit | df97106322e39ced3007bb3fee6b96003c791b5a (patch) | |
tree | 95a83e69dd91890ba807f4a17b572f38ad46a355 /src/GeneralStateTestsFiller/stCallCreateCallCodeTest | |
parent | e0d64ef1dd2b058fcb97e1453334ccdaec8f6a8f (diff) | |
download | dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.gz dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.bz2 dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.lz dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.xz dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.zst dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.zip |
upgrade eip158 to general tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest')
3 files changed, 13 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Callcode1024OOGFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Callcode1024OOGFiller.json index 0104a09c7..736a8995c 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Callcode1024OOGFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Callcode1024OOGFiller.json @@ -15,7 +15,7 @@ "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { - "0x00" : "0x0401", + "0x00" : "0x401", "0x01" : "0x01", "0x02" : "0x0fa3e9" } @@ -28,7 +28,7 @@ "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { - "0x00" : "0x0401", + "0x00" : "0x85", "0x01" : "0x01", "0x02" : "0x20789" } diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json index 5dd941ba4..13b573a8c 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json @@ -27,7 +27,7 @@ "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { - "0x00" : "0x01", + "0x00" : "0x00", "0x02" : "0x00" } } diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createFailBalanceTooLowFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createFailBalanceTooLowFiller.json index 38cbba6a9..0c93d608c 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createFailBalanceTooLowFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createFailBalanceTooLowFiller.json @@ -11,12 +11,21 @@ "expect" : [ { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead", "EIP158"], + "network" : ["Frontier", "Homestead"], "result" : { "0000000000000000000000000000000000000000" : { "balance" : "0x0de0b6b3a7640017" } } + }, + { + "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, + "network" : ["EIP158"], + "result" : { + "0000000000000000000000000000000000000000" : { + "shouldnotexist" : "1" + } + } } ], "pre" : { |