diff options
author | Dimitry <dimitry@ethereum.org> | 2019-01-20 08:59:18 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2019-01-20 08:59:18 +0800 |
commit | 1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32 (patch) | |
tree | ca62d24a889fc6305eaa9c9a9a9eba2df75f44f9 | |
parent | 7d66cbfff1e6561d1046e45df8b7918d186b136f (diff) | |
download | dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.tar dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.tar.gz dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.tar.bz2 dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.tar.lz dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.tar.xz dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.tar.zst dexon-tests-1fe3b59a4827ae16b1f9ccfbdf391bdb24b25d32.zip |
change SSTore tests
23 files changed, 177 insertions, 130 deletions
diff --git a/src/GeneralStateTestsFiller/stSStoreTest/SstoreCallToSelfSubRefundBelowZeroFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/SstoreCallToSelfSubRefundBelowZeroFiller.json index e2d083f7c..f0aaaf7f3 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/SstoreCallToSelfSubRefundBelowZeroFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/SstoreCallToSelfSubRefundBelowZeroFiller.json @@ -12,13 +12,13 @@ "previousHash": "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ - { + { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0xffffffffffff96a3", @@ -32,6 +32,27 @@ } } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=ConstantinopleFix"], + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "18446744073709519843", + "nonce" : "0x01" + }, + "0xe12d6474ac4964b9f23812bf3375c1fe637ad3b6" : { + "balance" : "0x00", + "nonce" : "0x00", + "storage" : { + "0x01" : "0x03" + } + } + } } ], "pre": { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0Filler.json index d88e527c6..5b470b403 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0Filler.json @@ -13,7 +13,7 @@ }, "expect" : [ { - "//comment" : "CALL to a contract", + "//comment" : "CALL to a contract", "indexes" : { "data" : [0], "gas" : 0, @@ -21,23 +21,23 @@ }, "network" : [">=Constantinople"], "result" : { - "b000000000000000000000000000000000000000" : { - "storage" : { - } - }, - "dea0000000000000000000000000000000000000" : { - "//comment" : "indicates that call finished without OOG", - "storage" : { - "0x01" : "0x01" - } - }, - "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { - "nonce" : "1", - "storage" : { - } - } - } - }, + "b000000000000000000000000000000000000000" : { + "storage" : { + } + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + }, + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "1", + "storage" : { + } + } + } + }, { "//comment" : "CALLCODE AND DELEGATECALL", "indexes" : { @@ -71,7 +71,7 @@ "gas" : 0, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "999999617076" @@ -83,7 +83,27 @@ } } } - }, + }, + { + "//comment" : "STATICCALL, fails on storage change", + "indexes" : { + "data" : 3, + "gas" : 0, + "value" : -1 + }, + "network" : [">=ConstantinopleFix"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999463476" + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } + } + }, { "//comment" : "inside CREATE2 init code", "indexes" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0to0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0to0Filler.json index 84fbc4e90..162a8d1d7 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0to0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0to0Filler.json @@ -65,25 +65,45 @@ } }, { - "//comment" : "STATICCALL, fails on storage change", + "//comment" : "STATICCALL, fails on storage change", "indexes" : { "data" : 3, "gas" : 0, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, - "dea0000000000000000000000000000000000000" : { - "//comment" : "indicates that call finished without OOG", - "storage" : { - "0x01" : "0x01" - } - } + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999617076" + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } } - }, + }, + { + "//comment" : "STATICCALL, fails on storage change", + "indexes" : { + "data" : 3, + "gas" : 0, + "value" : -1 + }, + "network" : [">=ConstantinopleFix"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999463476" + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } + } + }, { "//comment" : "inside CREATE2 init code", "indexes" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0toXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0toXFiller.json index d5b0c56bc..436db0457 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0toXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0toXFiller.json @@ -40,7 +40,7 @@ } }, { - "//comment" : "CALLCODE AND DELEGATECALL", + "//comment" : "CALLCODE AND DELEGATECALL", "indexes" : { "data" : [1, 2], "gas" : 0, @@ -48,44 +48,64 @@ }, "network" : [">=Constantinople"], "result" : { - "b000000000000000000000000000000000000000" : { - "storage" : { - } - }, - "dea0000000000000000000000000000000000000" : { - "//comment" : "indicates that call finished without OOG", - "storage" : { - "0x01" : "0x01" - } - }, - "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { - "nonce" : "1", - "storage" : { - "0x01" : "0x01" - } - } + "b000000000000000000000000000000000000000" : { + "storage" : { + } + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + }, + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "1", + "storage" : { + "0x01" : "0x01" + } + } } }, { - "//comment" : "STATICCALL, fails on storage change", + "//comment" : "STATICCALL, fails on storage change", "indexes" : { "data" : 3, "gas" : 0, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "999999617076" - }, - "dea0000000000000000000000000000000000000" : { - "//comment" : "indicates that call finished without OOG", - "storage" : { - "0x01" : "0x01" - } - } + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } } - }, + }, + { + "//comment" : "STATICCALL, fails on storage change", + "indexes" : { + "data" : 3, + "gas" : 0, + "value" : -1 + }, + "network" : [">=ConstantinopleFix"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999463476" + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } + } + }, { "//comment" : "inside CREATE2 init code", "indexes" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXFiller.json index 1b469c5d4..a49600a90 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXFiller.json @@ -27,7 +27,7 @@ } }, "dea0000000000000000000000000000000000000" : { - "//comment" : "indicates that call finished without OOG", + "//comment" : "indicates that call finished without OOG", "storage" : { "0x01" : "0x01" } @@ -67,25 +67,45 @@ } }, { - "//comment" : "STATICCALL, fails on storage change", + "//comment" : "STATICCALL, fails on storage change", "indexes" : { "data" : 3, "gas" : 0, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, - "dea0000000000000000000000000000000000000" : { - "//comment" : "indicates that call finished without OOG", - "storage" : { - "0x01" : "0x01" - } - } + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999617076" + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } } - }, + }, + { + "//comment" : "STATICCALL, fails on storage change", + "indexes" : { + "data" : 3, + "gas" : 0, + "value" : -1 + }, + "network" : [">=ConstantinopleFix"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999463476" + }, + "dea0000000000000000000000000000000000000" : { + "//comment" : "indicates that call finished without OOG", + "storage" : { + "0x01" : "0x01" + } + } + } + }, { "//comment" : "inside CREATE2 init code", "indexes" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0Filler.json index fd05f6944..1442d307c 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0Filler.json @@ -73,9 +73,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0toXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0toXFiller.json index 29602bd87..92d583b79 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0toXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXto0toXFiller.json @@ -75,9 +75,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoXFiller.json index 64458d5ed..9944f70d8 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoXFiller.json @@ -75,9 +75,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoYFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoYFiller.json index e289b3887..3ad3a0793 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoYFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_0toXtoYFiller.json @@ -75,9 +75,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0Filler.json index 34f54eee9..869fd5a5c 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0Filler.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0to0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0to0Filler.json index 734bd0c64..b2f6418b8 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0to0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0to0Filler.json @@ -74,9 +74,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXFiller.json index e8d53659c..c3b49880a 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXto0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXto0Filler.json index c63c98835..599d847bd 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXto0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toXto0Filler.json @@ -76,10 +76,7 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, - "dea0000000000000000000000000000000000000" : { + "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { "0x01" : "0x01" diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toYFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toYFiller.json index 4f35abd3c..c388d3446 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toYFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_Xto0toYFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXFiller.json index eddd8c623..51f950245 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXto0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXto0Filler.json index 3f4681853..0ce2320c0 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXto0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXto0Filler.json @@ -74,9 +74,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoXFiller.json index 74b2f04a6..1c71adc2a 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoXFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoYFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoYFiller.json index 7fc2d3282..cee2b5e5f 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoYFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoXtoYFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYFiller.json index 7ef376a29..3e122b847 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYto0Filler.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYto0Filler.json index 4ff82f8de..cdc9583c6 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYto0Filler.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYto0Filler.json @@ -74,9 +74,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoXFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoXFiller.json index 54b7b5db5..cafd27771 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoXFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoXFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoYFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoYFiller.json index f4996f170..ef30b0fb2 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoYFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoYFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { diff --git a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoZFiller.json b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoZFiller.json index fbcd71291..c11d0a574 100644 --- a/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoZFiller.json +++ b/src/GeneralStateTestsFiller/stSStoreTest/sstore_XtoYtoZFiller.json @@ -76,9 +76,6 @@ }, "network" : [">=Constantinople"], "result" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999617076" - }, "dea0000000000000000000000000000000000000" : { "//comment" : "indicates that call finished without OOG", "storage" : { |