ethashjs
ethashjs copied to clipboard
Project is in active development and has been moved to the EthereumJS VM monorepo.
After having slept a night on this I think it would actually a lot of sense to add this to the monorepo. @evertonfraga What do you think? Would this be...
Why is this block not verifying using ethhash ``` var Promise= require('bluebird'); var Web3 = require('web3'); var web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545")); const ethUtil = require('ethereumjs-util') const Ethash = require('ethashjs')...
This library is very sparely tests, both with [running tests](https://github.com/ethereumjs/ethashjs/blob/master/tests/block.js) on real world block data as well as testing the different [algorithm components](https://github.com/ethereumjs/ethashjs/blob/master/tests/ethash.js). Maybe some test data from ``go-ethereum`` can...