diff options
corrected random test fillers for blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest1Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom/randomStatetest1Filler.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest1Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest1Filler.json index 8112b2ebd..a4b76b64c 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest1Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest1Filler.json @@ -2,10 +2,10 @@ "randomStatetest1" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", - "currentDifficulty" : "5623894562375", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0", - "currentTimestamp" : "1", + "currentNumber" : "1", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ @@ -18,21 +18,21 @@ "network" : ["Frontier", "Homestead"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "1000000000000100000", + "balance" : "1000000000000000000", "code" : "0x454543414341444259f2", "nonce" : "0", "storage" : { } }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { - "balance" : "30172", + "balance" : "400046", "code" : "0x6000355415600957005b60203560003555", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999869874", + "balance" : "999999999999600000", "code" : "0x", "nonce" : "1", "storage" : { |