From 86e11be43aecf360a8d5f16edecfa7b378081fb9 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 8 Feb 2017 01:34:45 +0400 Subject: corrected random test fillers for blockchain --- .../stRandom/randomStatetest368Filler.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest368Filler.json') diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest368Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest368Filler.json index 565ddf705..1b9e94b18 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest368Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest368Filler.json @@ -2,10 +2,10 @@ "randomStatetest368" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", - "currentDifficulty" : "5623894562375", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0", - "currentTimestamp" : "1", + "currentNumber" : "1", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ @@ -18,7 +18,7 @@ "network" : ["Frontier", "Homestead"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "1135359123", + "balance" : "1135358124", "code" : "0x7f000000000000000000000000ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe7f000000000000000000000000ffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe097f00000000000000000000000000000000000000000000000000000000000000007f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b54206f06d870339356057907760005155", "nonce" : "1", "storage" : { @@ -39,7 +39,7 @@ } }, "d2571607e241ecf590ed94b12d87c94babe36db6" : { - "balance" : "1", + "balance" : "1000", "code" : "0x", "nonce" : "0", "storage" : { -- cgit