diff options
author | Dimitry <winsvega@mail.ru> | 2017-09-01 02:00:11 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-09-01 02:00:11 +0800 |
commit | ddba26a8c7381345f035d9428d721f5ddba7aaec (patch) | |
tree | b9cfcc70d20c1e8936d0f647041601b5d2f719b1 /VMTests/vmSha3Test | |
parent | bc7812a938bf409db31790c71a073efb1250fa20 (diff) | |
download | dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.tar dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.tar.gz dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.tar.bz2 dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.tar.lz dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.tar.xz dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.tar.zst dexon-tests-ddba26a8c7381345f035d9428d721f5ddba7aaec.zip |
refill splited VMtests
Diffstat (limited to 'VMTests/vmSha3Test')
-rw-r--r-- | VMTests/vmSha3Test/sha3_0.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_1.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_2.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_3.json | 35 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_4.json | 35 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_5.json | 35 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_6.json | 35 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_bigOffset.json | 35 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_bigOffset2.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_bigSize.json | 35 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json | 50 | ||||
-rw-r--r-- | VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json | 50 |
18 files changed, 810 insertions, 0 deletions
diff --git a/VMTests/vmSha3Test/sha3_0.json b/VMTests/vmSha3Test/sha3_0.json new file mode 100644 index 000000000..9daeaa646 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_0.json @@ -0,0 +1,50 @@ +{ + "sha3_0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6000600020600055", + "data" : "0x", + "gas" : "0x174876e800", + "gasPrice" : "0x3b9aca00", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "gas" : "0x17487699b9", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6000600020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6000600020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_1.json b/VMTests/vmSha3Test/sha3_1.json new file mode 100644 index 000000000..925c9f9d4 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_1.json @@ -0,0 +1,50 @@ +{ + "sha3_1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6005600420600055", + "data" : "0x", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "gas" : "0x013850", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6005600420600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6005600420600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_2.json b/VMTests/vmSha3Test/sha3_2.json new file mode 100644 index 000000000..853839495 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_2.json @@ -0,0 +1,50 @@ +{ + "sha3_2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x600a600a20600055", + "data" : "0x", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "gas" : "0x013850", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x600a600a20600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x6bd2dd6bd408cbee33429358bf24fdc64612fbf8b1b4db604518f40ffd34b607" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x600a600a20600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_3.json b/VMTests/vmSha3Test/sha3_3.json new file mode 100644 index 000000000..4a1f852fc --- /dev/null +++ b/VMTests/vmSha3Test/sha3_3.json @@ -0,0 +1,35 @@ +{ + "sha3_3" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x620fffff6103e820600055", + "data" : "0x", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x620fffff6103e820600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_4.json b/VMTests/vmSha3Test/sha3_4.json new file mode 100644 index 000000000..90a60a3c8 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_4.json @@ -0,0 +1,35 @@ +{ + "sha3_4" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6064640fffffffff20600055", + "data" : "0x", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6064640fffffffff20600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_5.json b/VMTests/vmSha3Test/sha3_5.json new file mode 100644 index 000000000..5c95ca130 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_5.json @@ -0,0 +1,35 @@ +{ + "sha3_5" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x640fffffffff61271020600055", + "data" : "0x", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x640fffffffff61271020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_6.json b/VMTests/vmSha3Test/sha3_6.json new file mode 100644 index 000000000..d4b7e2a8e --- /dev/null +++ b/VMTests/vmSha3Test/sha3_6.json @@ -0,0 +1,35 @@ +{ + "sha3_6" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "data" : "0x", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_bigOffset.json b/VMTests/vmSha3Test/sha3_bigOffset.json new file mode 100644 index 000000000..475a35131 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_bigOffset.json @@ -0,0 +1,35 @@ +{ + "sha3_bigOffset" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x60027e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "data" : "0x", + "gas" : "0x010000000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60027e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_bigOffset2.json b/VMTests/vmSha3Test/sha3_bigOffset2.json new file mode 100644 index 000000000..413ccfeb4 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_bigOffset2.json @@ -0,0 +1,50 @@ +{ + "sha3_bigOffset2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6002630100000020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xdfe7a9b0", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x6002630100000020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x6002630100000020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_bigSize.json b/VMTests/vmSha3Test/sha3_bigSize.json new file mode 100644 index 000000000..00d32fb81 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_bigSize.json @@ -0,0 +1,35 @@ +{ + "sha3_bigSize" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "data" : "0x", + "gas" : "0x010000000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json new file mode 100644 index 000000000..1f7e4451c --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeNoQuadraticCost31" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x60016103c020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb155", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016103c020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016103c020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json new file mode 100644 index 000000000..5241e66bd --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost32" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x60016103e020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb151", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016103e020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016103e020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json new file mode 100644 index 000000000..bdd778bf3 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost32_zeroSize" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x600061040020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb1b9", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x600061040020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x600061040020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json new file mode 100644 index 000000000..ba9258f63 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost33" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x600161040020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb14e", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x600161040020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x600161040020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json new file mode 100644 index 000000000..c9920cb85 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost63" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x60016107c020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb0ef", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016107c020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016107c020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json new file mode 100644 index 000000000..4570051f9 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost64" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x60016107e020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb0eb", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016107e020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60016107e020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json new file mode 100644 index 000000000..b5010e143 --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost64_2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x60206107e020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb0eb", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60206107e020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x60206107e020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json new file mode 100644 index 000000000..60df3f60f --- /dev/null +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json @@ -0,0 +1,50 @@ +{ + "sha3_memSizeQuadraticCost65" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json" + }, + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" + }, + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x600161080020600055", + "data" : "0x", + "gas" : "0x0100000000", + "gasPrice" : "0x01", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + }, + "gas" : "0xffffb0e8", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x600161080020600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a" + } + } + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x600161080020600055", + "nonce" : "0x00", + "storage" : { + } + } + } + } +}
\ No newline at end of file |