diff options
author | Dimitry <dimitry@ethereum.org> | 2018-07-27 20:44:51 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-07-27 20:44:51 +0800 |
commit | 5bc92fa9d3000e4aa82d708ff698a448524be7a2 (patch) | |
tree | 6b7917fe489f36ccf07a59e5896b6145342107f2 /GeneralStateTests | |
parent | 739db975d268fa868b02e9f2ab77d5f65e1d844a (diff) | |
download | tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.tar tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.tar.gz tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.tar.bz2 tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.tar.lz tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.tar.xz tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.tar.zst tangerine-tests-5bc92fa9d3000e4aa82d708ff698a448524be7a2.zip |
sar00 test
Diffstat (limited to 'GeneralStateTests')
-rw-r--r-- | GeneralStateTests/stShift/sar00.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/GeneralStateTests/stShift/sar00.json b/GeneralStateTests/stShift/sar00.json new file mode 100644 index 000000000..e5ce93b93 --- /dev/null +++ b/GeneralStateTests/stShift/sar00.json @@ -0,0 +1,75 @@ +{ + "sar00" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.4.0.dev1-116+commit.73ba70ba", + "lllcversion" : "Version: 0.4.25-develop.2018.7.27+commit.bc51b0f6.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stShift/sar00Filler.json", + "sourceHash" : "474795b90fe9717b5841691fada285188bb83716d6c15a24f7c122079ed421d1" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xb9ab63aab86b936eab834d7c6239b7b61c7d060f82e0484bc6a82a4e294c171f", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0xa4b37b548bc12ee198ce885d83b511302d9d8f6b2ec5775618b3893c60e0dc75", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x600060001d600055", + "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 |