aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-03-22 21:33:06 +0800
committerGitHub <noreply@github.com>2018-03-22 21:33:06 +0800
commit84bb716ffa7865a174f348ec907b7180db8ae6e1 (patch)
treecbeeb8c99a2c85fcced9756a83148f3093f06e29 /src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json
parenta986dbd957f8dd502843fc15e11af59c7c6bc9b7 (diff)
parent12fd1114c213bd9e360c6d7e96c790848fe9944c (diff)
downloaddexon-tests-84bb716ffa7865a174f348ec907b7180db8ae6e1.tar.gz
dexon-tests-84bb716ffa7865a174f348ec907b7180db8ae6e1.tar.zst
dexon-tests-84bb716ffa7865a174f348ec907b7180db8ae6e1.zip
Merge pull request #435 from ethereum/better-dup-detector
Better dup detector
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json')
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json
index a93a469ae..04b3223c1 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodes4Filler.json
@@ -84,7 +84,7 @@
"1000000000000000000000000000000000000000" : {
"balance" : "0",
"nonce" : "0",
- "code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall",
+ "// code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall",
"code" : "{ [[1]] (STATICCALL 100000 0x1000000000000000000000000000000000000001 0 0 0 0) [[2]] (STATICCALL 100000 0x1000000000000000000000000000000000000002 0 0 0 0) [[3]] (CALLER) [[4]] (CALLVALUE) [[5]] (ORIGIN) [[6]] (ADDRESS) }",
"storage": {
}
@@ -99,7 +99,7 @@
"1000000000000000000000000000000000000002" : {
"balance" : "0",
"nonce" : "0",
- "code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall",
+ "// code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall",
"code" : "{ (if (= 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b (ORIGIN)) (MSTORE 1 1) (SSTORE 1 2) ) (if (= 0x1000000000000000000000000000000000000000 (CALLER)) (MSTORE 1 1) (SSTORE 1 2) ) (if (= 0x1000000000000000000000000000000000000002 (ADDRESS)) (MSTORE 1 1) (SSTORE 1 2) ) (if (= 0 (CALLVALUE)) (MSTORE 1 1) (SSTORE 1 2) ) }",
"storage": {
}