aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-02-05 22:35:13 +0800
committerDimitry <dimitry@ethereum.org>2018-02-05 22:35:13 +0800
commitb045f54ed1d8f642eba14a9973f1ff17870d5a5a (patch)
tree255531260c13f43820f219cffa816653924531e2 /src
parent2fab394d8a00302fe4aaddf6f49991140038f9e7 (diff)
downloadtangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.tar
tangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.tar.gz
tangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.tar.bz2
tangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.tar.lz
tangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.tar.xz
tangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.tar.zst
tangerine-tests-b045f54ed1d8f642eba14a9973f1ff17870d5a5a.zip
refill stStaticCall
Diffstat (limited to 'src')
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert2Filler.json5
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert3Filler.json5
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json3
3 files changed, 8 insertions, 5 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert2Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert2Filler.json
index 225aa2bd4..e4d101902 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert2Filler.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert2Filler.json
@@ -34,8 +34,9 @@
},
"a000000000000000000000000000000000000000" : {
"balance" : "10",
- "code" : "create in init code on depth = 1024. account should not be created",
- "code" : "{ (JUMPI 61 (EQ (CALLDATALOAD 0) 1023)) (MSTORE 0 (+ (CALLDATALOAD 0) 1)) (STATICCALL (GAS) 0xa000000000000000000000000000000000000000 0 32 0 0) (JUMPI 81 (LT (MLOAD 0) 1050)) (JUMPDEST) (MSTORE 0 0x600060006002f0) (CREATE 3 25 7) (JUMPDEST)}",
+ "//code" : "create in init code on depth = 1024. account should not be created",
+ "//code" : "{ (JUMPI 61 (EQ (CALLDATALOAD 0) 1023)) (MSTORE 0 (+ (CALLDATALOAD 0) 1)) (STATICCALL (GAS) 0xa000000000000000000000000000000000000000 0 32 0 0) (JUMPI 81 (LT (MLOAD 0) 1050)) (JUMPDEST) (MSTORE 0 0x600060006002f0) (CREATE 3 25 7) (JUMPDEST)}",
+ "code" : "0x6103ff60003514603d57600160003501600052600060006020600073a0000000000000000000000000000000000000005afa5061041a600051106051575b66600060006002f0600052600760196003f0505b",
"nonce" : "0",
"storage" : {
}
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert3Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert3Filler.json
index e6f0536dc..a52aebd66 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert3Filler.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsDepthThenRevert3Filler.json
@@ -37,8 +37,9 @@
},
"a000000000000000000000000000000000000000" : {
"balance" : "10",
- "code" : "create in init code on depth = 1023. account would be created",
- "code" : "{ (JUMPI 61 (EQ (CALLDATALOAD 0) 1022)) (MSTORE 0 (+ (CALLDATALOAD 0) 1)) (STATICCALL (GAS) 0xa000000000000000000000000000000000000000 0 32 0 0) (JUMPI 81 (LT (CALLDATALOAD 0) 1050)) (JUMPDEST) (MSTORE 0 0x600060006002f0) (CREATE 3 25 7) (JUMPDEST)}",
+ "//code" : "create in init code on depth = 1023. account would be created",
+ "//code" : "{ (JUMPI 61 (EQ (CALLDATALOAD 0) 1022)) (MSTORE 0 (+ (CALLDATALOAD 0) 1)) (STATICCALL (GAS) 0xa000000000000000000000000000000000000000 0 32 0 0) (JUMPI 81 (LT (CALLDATALOAD 0) 1050)) (JUMPDEST) (MSTORE 0 0x600060006002f0) (CREATE 3 25 7) (JUMPDEST)}",
+ "code" : "0x6103fe60003514603d57600160003501600052600060006020600073a0000000000000000000000000000000000000005afa5061041a600035106051575b66600060006002f0600052600760196003f0505b",
"nonce" : "0",
"storage" : {
}
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json
index 789f71740..3d437ed5a 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json
@@ -43,7 +43,8 @@
},
"a000000000000000000000000000000000000000" : {
"balance" : "",
- "code" : "{ (JUMPDEST) (MSTORE 0 (- (CALLDATALOAD 0) 1)) (STATICCALL 50000 0xb000000000000000000000000000000000000000 0 0 0 0) (JUMPI 0 (MLOAD 0))}",
+ "//code" : "{ (JUMPDEST) (MSTORE 0 (- (CALLDATALOAD 0) 1)) (STATICCALL 50000 0xb000000000000000000000000000000000000000 0 0 0 0) (JUMPI 0 (MLOAD 0))}",
+ "code" : "0x5b600160003503600052600060006000600073b00000000000000000000000000000000000000061c350fa50600051600057",
"nonce" : "0",
"storage" : {
"0x00" : "0x0352"