diff options
author | Dimitry <dimitry@ethdev.com> | 2017-02-09 01:13:33 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-02-10 02:24:57 +0800 |
commit | 4bedb7293024d1724993df23d2b20863fe24c782 (patch) | |
tree | b0c3426afd7ee1ac94c09e2c3a224ce04392261c /src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json | |
parent | 7dd70cc8e9a8b1c8d9c3e3811943b4c937d7b243 (diff) | |
download | dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.gz dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.bz2 dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.lz dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.xz dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.zst dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.zip |
update general state tests fillers to suite blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json b/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json index 24e1224c8..dc1e73536 100644 --- a/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json +++ b/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json @@ -2,10 +2,10 @@ "blockhash0" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "256", + "currentDifficulty" : "0x20000", "currentGasLimit" : "100000000000", "currentNumber" : "1", - "currentTimestamp" : 1, + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ @@ -15,7 +15,7 @@ "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { - "0x00" : "0xba5e9b3fe3ba397b3c7298bc12b9514b3c0ae710aed7dd2355760986bf64258c", + "0x00" : "0xc5dadac5881b88c979386d479f3bd90f7c1da188641fc734a5cd0948d29d914d", "0x02" : "0x0000000000000000000000000000000000000000000000000000000000000000" } } |