aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-05-20 16:28:48 +0800
committerDimitry <winsvega@mail.ru>2017-05-23 03:12:41 +0800
commit1a71eb49f0125b6f91e9ac7614712531d4ecb827 (patch)
treee553724addf8ea393b48f12ada0d962d0c23d5a0 /src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json
parent8fc93bc232a640416480ac6fa8748c9a49016f26 (diff)
downloaddexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.tar
dexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.tar.gz
dexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.tar.bz2
dexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.tar.lz
dexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.tar.xz
dexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.tar.zst
dexon-tests-1a71eb49f0125b6f91e9ac7614712531d4ecb827.zip
update static call tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json')
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json
index 3a19988df..57c3c4477 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_callcallcallcode_001_SuicideEnd2Filler.json
@@ -11,8 +11,14 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1 },
- "network" : ["ALL"],
+ "network" : ["Metropolis"],
"result" : {
+ "1000000000000000000000000000000000000000" : {
+ "storage" : {
+ "0x00" : "0x01",
+ "0x01" : "0x2b9a4b"
+ }
+ },
"1000000000000000000000000000000000000001" : {
"balance" : "10000000000"
},
@@ -28,28 +34,28 @@
"pre" : {
"1000000000000000000000000000000000000000" : {
"balance" : "1000000000000000000",
- "code" : "{ [[ 0 ]] (STATICCALL 150000 0x1000000000000000000000000000000000000001 0 64 0 64 ) }",
+ "code" : "{ [[ 0 ]] (STATICCALL 150000 0x1000000000000000000000000000000000000001 0 64 0 64 ) [[ 1 ]] (GAS) }",
"nonce" : "0",
"storage" : {
}
},
"1000000000000000000000000000000000000001" : {
"balance" : "10000000000",
- "code" : "{ [[ 1 ]] (STATICCALL 100000 0x1000000000000000000000000000000000000002 0 64 0 64 ) }",
+ "code" : "{ (STATICCALL 100000 0x1000000000000000000000000000000000000002 0 64 0 64 ) }",
"nonce" : "0",
"storage" : {
}
},
"1000000000000000000000000000000000000002" : {
"balance" : "10000000000",
- "code" : "{ [[ 2 ]] (CALLCODE 50000 0x1000000000000000000000000000000000000003 0 0 64 0 64 ) (SELFDESTRUCT 0x1000000000000000000000000000000000000001) }",
+ "code" : "{ (CALLCODE 50000 0x1000000000000000000000000000000000000003 0 0 64 0 64 ) (SELFDESTRUCT 0x1000000000000000000000000000000000000001) }",
"nonce" : "0",
"storage" : {
}
},
"1000000000000000000000000000000000000003" : {
"balance" : "10000000000",
- "code" : "{ (SSTORE 3 1) }",
+ "code" : "{ (MSTORE 3 1) }",
"nonce" : "0",
"storage" : {
}