ethashjs icon indicating copy to clipboard operation
ethashjs copied to clipboard

Project is in active development and has been moved to the EthereumJS VM monorepo.

Results 3 ethashjs issues
Sort by recently updated
recently updated
newest added

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...

eval: needs discussion
type: refactor
effort: E1 hours
effort: E2 days
prio: P3 important

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')...

eval: needs validation
type: bug

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...

effort: E2 days
prio: P3 important
type: tests