diff options
update general state tests fillers to suite blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stWalletTest/dayLimitConstructionOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stWalletTest/dayLimitConstructionOOGFiller.json | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/src/GeneralStateTestsFiller/stWalletTest/dayLimitConstructionOOGFiller.json b/src/GeneralStateTestsFiller/stWalletTest/dayLimitConstructionOOGFiller.json index 107363bdc..9981fd9e6 100644 --- a/src/GeneralStateTestsFiller/stWalletTest/dayLimitConstructionOOGFiller.json +++ b/src/GeneralStateTestsFiller/stWalletTest/dayLimitConstructionOOGFiller.json @@ -1,11 +1,11 @@ { - "dayLimitConstructionOOG " : { + "dayLimitConstructionOOG" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "256", + "currentDifficulty" : "0x20000", "currentGasLimit" : "10000000", - "currentNumber" : "0", - "currentTimestamp" : "0xfffffffff", + "currentNumber" : "1", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ @@ -15,7 +15,31 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], + "network" : ["Frontier"], + "result" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "273283", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999999999394984", + "code" : "0x", + "nonce" : "0x02", + "storage" : { + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["Homestead", "EIP150", "EIP158"], "result" : { "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { "balance" : "0x04661a", @@ -59,4 +83,4 @@ ] } } -}
\ No newline at end of file +} |