diff options
Diffstat (limited to 'GeneralStateTests')
-rw-r--r-- | GeneralStateTests/stShift/shl01-0100.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl01-0101.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl01-ff.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl01.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl10.json | 2 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl11.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl_-1_0.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl_-1_1.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl_-1_255.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl_-1_256.json | 119 | ||||
-rw-r--r-- | GeneralStateTests/stShift/shl_2^255-1_1.json | 119 |
11 files changed, 1191 insertions, 1 deletions
diff --git a/GeneralStateTests/stShift/shl01-0100.json b/GeneralStateTests/stShift/shl01-0100.json new file mode 100644 index 000000000..c3f0ca486 --- /dev/null +++ b/GeneralStateTests/stShift/shl01-0100.json @@ -0,0 +1,119 @@ +{ + "shl01-0100" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl01-0100Filler.json", + "sourceHash" : "544c29da6fd269ba0ab3ec94ec9be835fa584912475c466b352aa0f3e061342f" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x2d48b49a54a3bb15472dcaa74311e417bdae39d032a33eb9a23e62c73b4a2086", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x765391d60330fb299b6356afd6465ef7e9f1213dabecc0d9b5a7f06162f8d8e0", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x2d48b49a54a3bb15472dcaa74311e417bdae39d032a33eb9a23e62c73b4a2086", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x2d48b49a54a3bb15472dcaa74311e417bdae39d032a33eb9a23e62c73b4a2086", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x2d48b49a54a3bb15472dcaa74311e417bdae39d032a33eb9a23e62c73b4a2086", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x2d48b49a54a3bb15472dcaa74311e417bdae39d032a33eb9a23e62c73b4a2086", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60016101001b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl01-0101.json b/GeneralStateTests/stShift/shl01-0101.json new file mode 100644 index 000000000..be22600b8 --- /dev/null +++ b/GeneralStateTests/stShift/shl01-0101.json @@ -0,0 +1,119 @@ +{ + "shl01-0101" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl01-0101Filler.json", + "sourceHash" : "88fe15f38989ffbda5a78d6a439859c4d560c8f8252548960e3ce11d682b4ed9" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xfd3034ca17862748cee53489a64ce4d1bb21e63a46076c009772f4dcb1bd6e36", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x59926ed640137acf83058089709f412b8b3243becc6b64a7a9db54d15724edb4", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0xfd3034ca17862748cee53489a64ce4d1bb21e63a46076c009772f4dcb1bd6e36", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0xfd3034ca17862748cee53489a64ce4d1bb21e63a46076c009772f4dcb1bd6e36", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0xfd3034ca17862748cee53489a64ce4d1bb21e63a46076c009772f4dcb1bd6e36", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0xfd3034ca17862748cee53489a64ce4d1bb21e63a46076c009772f4dcb1bd6e36", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60016101011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl01-ff.json b/GeneralStateTests/stShift/shl01-ff.json new file mode 100644 index 000000000..5956159bb --- /dev/null +++ b/GeneralStateTests/stShift/shl01-ff.json @@ -0,0 +1,119 @@ +{ + "shl01-ff" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl01-ffFiller.json", + "sourceHash" : "6a12fccf1ecf7ac59970e398fb51c9260d2ecf8de23e4497a08a71b58fde64dd" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x24bcb949f23fb0a58d257f50912fc99a51412f0aee09a3ae7fc6e6be27f0a81b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x61bdd8e4192f0c62a2aa2c1ae0879c2ca6ef14d599794e555b48b0c554704715", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x24bcb949f23fb0a58d257f50912fc99a51412f0aee09a3ae7fc6e6be27f0a81b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x24bcb949f23fb0a58d257f50912fc99a51412f0aee09a3ae7fc6e6be27f0a81b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x24bcb949f23fb0a58d257f50912fc99a51412f0aee09a3ae7fc6e6be27f0a81b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x24bcb949f23fb0a58d257f50912fc99a51412f0aee09a3ae7fc6e6be27f0a81b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x600160ff1b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl01.json b/GeneralStateTests/stShift/shl01.json new file mode 100644 index 000000000..444cc166b --- /dev/null +++ b/GeneralStateTests/stShift/shl01.json @@ -0,0 +1,119 @@ +{ + "shl01" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl01Filler.json", + "sourceHash" : "17cd4961dacc97a5e23a0e36b5f24eedbe2acd29ca1ae4347e7714760cfffe06" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xc90768695269c7fe26b3fc1d1f9b27d13815294ecbae182507f2211aca07c42c", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x1eeb985584d163590ae9f737c65f36a81af2ff31df66fd5102fd6278dd0982b8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0xc90768695269c7fe26b3fc1d1f9b27d13815294ecbae182507f2211aca07c42c", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0xc90768695269c7fe26b3fc1d1f9b27d13815294ecbae182507f2211aca07c42c", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0xc90768695269c7fe26b3fc1d1f9b27d13815294ecbae182507f2211aca07c42c", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0xc90768695269c7fe26b3fc1d1f9b27d13815294ecbae182507f2211aca07c42c", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x600060011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl10.json b/GeneralStateTests/stShift/shl10.json index 831c5ad88..0042f493b 100644 --- a/GeneralStateTests/stShift/shl10.json +++ b/GeneralStateTests/stShift/shl10.json @@ -2,7 +2,7 @@ "shl10" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.d1f6ecfd.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", "source" : "src/GeneralStateTestsFiller/stShift/shl10Filler.json", "sourceHash" : "58be8cbd1796e70849dfbd779eac6af9b828a8051554a0985cfda64808edc41e" diff --git a/GeneralStateTests/stShift/shl11.json b/GeneralStateTests/stShift/shl11.json new file mode 100644 index 000000000..785ec21aa --- /dev/null +++ b/GeneralStateTests/stShift/shl11.json @@ -0,0 +1,119 @@ +{ + "shl11" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl11Filler.json", + "sourceHash" : "dc7c477990197ec48c78984bb66e90037b9fddd81e4b21ae87414dcb55548517" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x26a0a92008bdcfa27bfaac3e39e9092ddfb0cd8a47625d9dba0d9554df3474f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0xe68c31e0bac2f73f5a73b0b108cbb7cf2274bbdb548c22d57abeb951f2ec3dc5", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x26a0a92008bdcfa27bfaac3e39e9092ddfb0cd8a47625d9dba0d9554df3474f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x26a0a92008bdcfa27bfaac3e39e9092ddfb0cd8a47625d9dba0d9554df3474f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x26a0a92008bdcfa27bfaac3e39e9092ddfb0cd8a47625d9dba0d9554df3474f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x26a0a92008bdcfa27bfaac3e39e9092ddfb0cd8a47625d9dba0d9554df3474f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x600160011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl_-1_0.json b/GeneralStateTests/stShift/shl_-1_0.json new file mode 100644 index 000000000..eb9289774 --- /dev/null +++ b/GeneralStateTests/stShift/shl_-1_0.json @@ -0,0 +1,119 @@ +{ + "shl_-1_0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl_-1_0Filler.json", + "sourceHash" : "4a2c60bf6a2abacc4b4b0915835688dff15080a3e4f35b4efb57947086ab0e24" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xc1c5d78fba39fe0f1ca9d131150b9dd6b0f1d5abbb525f43f25c6f029dd7b4f9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0xba763ecd376b991a2646f269146e6d6bd58878e9253316e9f940147e1ba31ca7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0xc1c5d78fba39fe0f1ca9d131150b9dd6b0f1d5abbb525f43f25c6f029dd7b4f9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0xc1c5d78fba39fe0f1ca9d131150b9dd6b0f1d5abbb525f43f25c6f029dd7b4f9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0xc1c5d78fba39fe0f1ca9d131150b9dd6b0f1d5abbb525f43f25c6f029dd7b4f9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0xc1c5d78fba39fe0f1ca9d131150b9dd6b0f1d5abbb525f43f25c6f029dd7b4f9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl_-1_1.json b/GeneralStateTests/stShift/shl_-1_1.json new file mode 100644 index 000000000..486f8f1c3 --- /dev/null +++ b/GeneralStateTests/stShift/shl_-1_1.json @@ -0,0 +1,119 @@ +{ + "shl_-1_1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl_-1_1Filler.json", + "sourceHash" : "ee787df7413beaf8abc9ce82c20a89f1cb253d15c8388954c9ddae2af0ebe35a" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x851ab4815fb6c0eed02c5421af02b6339134254ea7ae5b2eb5ea55036881c636", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x1d1dde1b82d6c049a82260e835ca6b4f3db1cb9315e6209f0f5b54f72157d79a", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x851ab4815fb6c0eed02c5421af02b6339134254ea7ae5b2eb5ea55036881c636", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x851ab4815fb6c0eed02c5421af02b6339134254ea7ae5b2eb5ea55036881c636", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x851ab4815fb6c0eed02c5421af02b6339134254ea7ae5b2eb5ea55036881c636", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x851ab4815fb6c0eed02c5421af02b6339134254ea7ae5b2eb5ea55036881c636", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl_-1_255.json b/GeneralStateTests/stShift/shl_-1_255.json new file mode 100644 index 000000000..245c2750d --- /dev/null +++ b/GeneralStateTests/stShift/shl_-1_255.json @@ -0,0 +1,119 @@ +{ + "shl_-1_255" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl_-1_255Filler.json", + "sourceHash" : "399297f52caaa179ebfc9c5823e71cb0ad96500b7f37385cba96e4f219f7c891" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x595bbf3d4705a843d60951efa2c78715a35931b0c64c90ac4424823c5e419b9f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0xab13485cd37c1dc6aea925df9718bbb09035d362ab1e89e339a9471ce27e6ef6", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x595bbf3d4705a843d60951efa2c78715a35931b0c64c90ac4424823c5e419b9f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x595bbf3d4705a843d60951efa2c78715a35931b0c64c90ac4424823c5e419b9f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x595bbf3d4705a843d60951efa2c78715a35931b0c64c90ac4424823c5e419b9f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x595bbf3d4705a843d60951efa2c78715a35931b0c64c90ac4424823c5e419b9f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl_-1_256.json b/GeneralStateTests/stShift/shl_-1_256.json new file mode 100644 index 000000000..5bfd24d29 --- /dev/null +++ b/GeneralStateTests/stShift/shl_-1_256.json @@ -0,0 +1,119 @@ +{ + "shl_-1_256" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl_-1_256Filler.json", + "sourceHash" : "c118ce3b7b92fb87e8bbdabb2a37f5732069fba9ab63717a6eb017563bfae057" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x6e8edeb575487b9205dcd3287d7831ae371c658bb5e95bf5469e862c8d6516f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x5444cbdb7ff718d94baeb340ea0faa24a649ae6d278e62a58297e7081bc86e0d", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x6e8edeb575487b9205dcd3287d7831ae371c658bb5e95bf5469e862c8d6516f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x6e8edeb575487b9205dcd3287d7831ae371c658bb5e95bf5469e862c8d6516f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x6e8edeb575487b9205dcd3287d7831ae371c658bb5e95bf5469e862c8d6516f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x6e8edeb575487b9205dcd3287d7831ae371c658bb5e95bf5469e862c8d6516f8", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file diff --git a/GeneralStateTests/stShift/shl_2^255-1_1.json b/GeneralStateTests/stShift/shl_2^255-1_1.json new file mode 100644 index 000000000..1ad3145a6 --- /dev/null +++ b/GeneralStateTests/stShift/shl_2^255-1_1.json @@ -0,0 +1,119 @@ +{ + "shl_2^255-1_1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.7f06dbfd.Linux.g++", + "lllcversion" : "Version: 0.4.21-develop.2018.2.27+commit.2abc5be7.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/shl_2^255-1_1Filler.json", + "sourceHash" : "bb451608c0cf2907d8d538cbf18f99c2aa676ff7014722ce8dc2c554078eb799" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x75591f1917e4f20505eab1a71f75f579ed65267a1ca4a021d8a0fad9321fdae9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0xa3be6eb7e1ddc1d883f590e861c1ceafcd8dc5177b54b3e57b0d82fbaa1458b4", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x75591f1917e4f20505eab1a71f75f579ed65267a1ca4a021d8a0fad9321fdae9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x75591f1917e4f20505eab1a71f75f579ed65267a1ca4a021d8a0fad9321fdae9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x75591f1917e4f20505eab1a71f75f579ed65267a1ca4a021d8a0fad9321fdae9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x75591f1917e4f20505eab1a71f75f579ed65267a1ca4a021d8a0fad9321fdae9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x061a80" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x0186a0" + ] + } + } +}
\ No newline at end of file |