From 08f02b246475be9e7955bd2eb7aad9315f2acb75 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 17 Oct 2018 15:29:01 +0300 Subject: fill as blockchain --- GeneralStateTests/stSStoreTest/sstore_0to0toX.json | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 GeneralStateTests/stSStoreTest/sstore_0to0toX.json (limited to 'GeneralStateTests/stSStoreTest/sstore_0to0toX.json') diff --git a/GeneralStateTests/stSStoreTest/sstore_0to0toX.json b/GeneralStateTests/stSStoreTest/sstore_0to0toX.json new file mode 100644 index 000000000..2db27a19a --- /dev/null +++ b/GeneralStateTests/stSStoreTest/sstore_0to0toX.json @@ -0,0 +1,77 @@ +{ + "sstore_0to0toX" : { + "_info" : { + "comment" : "change 0 -> 0 -> X", + "filledwith" : "testeth 1.5.0.dev2-76+commit.2fd57400", + "lllcversion" : "Version: 0.5.0-develop.2018.10.10+commit.06200b4b.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stSStoreTest/sstore_0to0toXFiller.json", + "sourceHash" : "94deaf3ee4e282474fd31a9d6f67f2c2e18a7a812f3ab2a24aa0a1a731ffc149" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Constantinople" : [ + { + "hash" : "0xcbbed3d5859ba5207d5d52df1b799702791b3c9718b2589fb6db92ac255739e3", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x3e180b1862f9d158abb5e519a6d8605540c23682" : { + "balance" : "0x05", + "code" : "0x600060005560016000556000600060006000600073b000000000000000000000000000000000000000620186a0f1506000600060006000600073b000000000000000000000000000000000000000620186a0f250600060006000600073b000000000000000000000000000000000000000620186a0f450600060006000600073b000000000000000000000000000000000000000620186a0fa50600060148060ac60003960006000f55000fe6001600055600060015560006001556001600155", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a51000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xb000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x600060015560016001556001600255", + "nonce" : "0x00", + "storage" : { + } + }, + "0xc000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x600060015560016001556000600155", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x0a1220" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x3e180b1862f9d158abb5e519a6d8605540c23682", + "value" : [ + "0x01" + ] + } + } +} \ No newline at end of file -- cgit