diff options
author | Dimitry <dimitry@ethereum.org> | 2018-10-15 18:13:17 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-10-15 18:13:17 +0800 |
commit | e4d14be00f63f43e98958a17ee0474487f5a336d (patch) | |
tree | fe79a018e9f6c31fc37c74e959389661942b1a57 /GeneralStateTests/stSStoreTest/sstore_0to0.json | |
parent | 95a309203890e6244c6d4353ca411671973c13b5 (diff) | |
download | tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.tar tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.tar.gz tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.tar.bz2 tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.tar.lz tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.tar.xz tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.tar.zst tangerine-tests-e4d14be00f63f43e98958a17ee0474487f5a336d.zip |
more sstore tests
Diffstat (limited to 'GeneralStateTests/stSStoreTest/sstore_0to0.json')
-rw-r--r-- | GeneralStateTests/stSStoreTest/sstore_0to0.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/GeneralStateTests/stSStoreTest/sstore_0to0.json b/GeneralStateTests/stSStoreTest/sstore_0to0.json new file mode 100644 index 000000000..f70acff2c --- /dev/null +++ b/GeneralStateTests/stSStoreTest/sstore_0to0.json @@ -0,0 +1,77 @@ +{ + "sstore_0to0" : { + "_info" : { + "comment" : "change 0 -> 0", + "filledwith" : "testeth 1.5.0.dev2-74+commit.5e351ac3.dirty", + "lllcversion" : "Version: 0.5.0-develop.2018.10.10+commit.06200b4b.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0Filler.json", + "sourceHash" : "4ba6fc89319db71bd23d5c54f0b8cf66d1abd4b2f4cf8287015406cce6aefeb7" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Constantinople" : [ + { + "hash" : "0x49cdd90e22d15c53bcd9bff4d66e2994a35261ffd0f830dcbed6c2ff1c4d13fb", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x3e180b1862f9d158abb5e519a6d8605540c23682" : { + "balance" : "0x05", + "code" : "0x60006000556000600060006000600073b000000000000000000000000000000000000000620186a0f1506000600060006000600073b000000000000000000000000000000000000000620186a0f250600060006000600073b000000000000000000000000000000000000000620186a0f450600060006000600073b000000000000000000000000000000000000000620186a0fa506000600a8060a760003960006000f55000fe60006000556001600155", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a51000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xb000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x60006001556001600255", + "nonce" : "0x00", + "storage" : { + } + }, + "0xc000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000600155", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x03f7a0" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x3e180b1862f9d158abb5e519a6d8605540c23682", + "value" : [ + "0x01" + ] + } + } +}
\ No newline at end of file |