ethereumjs / ethereumjs-block

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/block
Mozilla Public License 2.0
42 stars 49 forks source link

Add timestamp field to setGenesisParams() #52

Closed vpulim closed 6 years ago

vpulim commented 6 years ago

Currently, genesis block hashes are computed incorrectly for the Rinkeby network since the timestamp field is not included. This PR fixes that.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 73.333% when pulling 807fbf2cd85e6e04e93afc9ba112d3ef4815ba5b on genesis-timestamp into 99e9f9ce05cdabc5eeafeb3310206075bf5a544a on master.

holgerd77 commented 6 years ago

This has now been released within the v2.1.0 release.