aboutsummaryrefslogtreecommitdiffstats
path: root/src/VMTestsFiller/vmSha3Test
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-09-03 00:36:50 +0800
committerGitHub <noreply@github.com>2017-09-03 00:36:50 +0800
commit2c33cdcfe5faa62915e75fbcc92f087c24583c69 (patch)
tree3938495d2c000b7a289b480a6fa8749a35d69217 /src/VMTestsFiller/vmSha3Test
parent736d4bcb7daee487eba5dbe8bd3b75a27bcc4f7d (diff)
parentddba26a8c7381345f035d9428d721f5ddba7aaec (diff)
downloaddexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.tar
dexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.tar.gz
dexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.tar.bz2
dexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.tar.lz
dexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.tar.xz
dexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.tar.zst
dexon-tests-2c33cdcfe5faa62915e75fbcc92f087c24583c69.zip
Merge pull request #296 from ethereum/splitvmtests
Splitvmtests
Diffstat (limited to 'src/VMTestsFiller/vmSha3Test')
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_0Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_1Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_2Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_3Filler.json29
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_4Filler.json29
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_5Filler.json29
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_6Filler.json29
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json29
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json29
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json36
-rw-r--r--src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json36
18 files changed, 606 insertions, 0 deletions
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json
new file mode 100644
index 000000000..b569b59c1
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_0": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 0 0)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "1000000000",
+ "gas" : "100000000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json
new file mode 100644
index 000000000..e70fc68a8
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_1": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 4 5)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json
new file mode 100644
index 000000000..3956dc817
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_2": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0x6bd2dd6bd408cbee33429358bf24fdc64612fbf8b1b4db604518f40ffd34b607"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 10 10)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json
new file mode 100644
index 000000000..9475f578c
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json
@@ -0,0 +1,29 @@
+{
+ "sha3_3": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 1000 0xfffff)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json
new file mode 100644
index 000000000..e3e1d8fc4
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json
@@ -0,0 +1,29 @@
+{
+ "sha3_4": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 0xfffffffff 100)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json
new file mode 100644
index 000000000..55e6aaae1
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json
@@ -0,0 +1,29 @@
+{
+ "sha3_5": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 10000 0xfffffffff )}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json
new file mode 100644
index 000000000..103ac2315
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json
@@ -0,0 +1,29 @@
+{
+ "sha3_6": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "100000000000000000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000",
+ "data" : "",
+ "gasPrice" : "100000000000000",
+ "gas" : "100000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json
new file mode 100644
index 000000000..9a5af6f92
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_bigOffset2": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 0x1000000 2)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json b/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json
new file mode 100644
index 000000000..eaab3ed94
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json
@@ -0,0 +1,29 @@
+{
+ "sha3_bigOffset": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 2)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x10000000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json b/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json
new file mode 100644
index 000000000..7b0dd1b3c
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json
@@ -0,0 +1,29 @@
+{
+ "sha3_bigSize": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x10000000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json
new file mode 100644
index 000000000..b07f0e7fc
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeNoQuadraticCost31": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 960 1)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json
new file mode 100644
index 000000000..3979aa389
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost32": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 992 1)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json
new file mode 100644
index 000000000..aa52c8f24
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost32_zeroSize": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 1024 0)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json
new file mode 100644
index 000000000..93d4e1d85
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost33": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 1024 1)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json
new file mode 100644
index 000000000..5378200cc
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost63": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 1984 1)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json
new file mode 100644
index 000000000..d6c1c132e
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost64": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 2016 1)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json
new file mode 100644
index 000000000..5b129bc69
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost64_2": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 2016 32)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}
diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json
new file mode 100644
index 000000000..cdda292b3
--- /dev/null
+++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json
@@ -0,0 +1,36 @@
+{
+ "sha3_memSizeQuadraticCost65": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "1000000",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "expect" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "storage" : {
+ "0x" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a"
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "nonce" : "0",
+ "code" : "{ [[ 0 ]] (KECCAK256 2048 1)}",
+ "storage": {}
+ }
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "data" : "",
+ "gasPrice" : "1",
+ "gas" : "0x100000000"
+ }
+ }
+}