aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2016-12-08 01:07:42 +0800
committerDimitry <winsvega@mail.ru>2016-12-08 01:07:42 +0800
commitdf97106322e39ced3007bb3fee6b96003c791b5a (patch)
tree95a83e69dd91890ba807f4a17b572f38ad46a355 /src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json
parente0d64ef1dd2b058fcb97e1453334ccdaec8f6a8f (diff)
downloaddexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.gz
dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.zst
dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.zip
upgrade eip158 to general tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json b/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json
index ccbcce94d..e78993d84 100644
--- a/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json
+++ b/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json
@@ -15,7 +15,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "Frontier",
+ "network" : ["Frontier", "Homestead"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"storage" : {
@@ -29,10 +29,12 @@
"gas" : -1,
"value" : -1
},
- "network" : "Homestead",
+ "network" : ["EIP158"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"storage" : {
+ "0x00" : "0x01",
+ "0x01" : "0x01"
}
}
}
@@ -77,4 +79,4 @@
]
}
}
-} \ No newline at end of file
+}