ethereum / ethash

188 stars 515 forks source link

Update to latest go-ethereum #93

Closed gsalgado closed 7 years ago

karalabe commented 7 years ago

https://github.com/ethereum/ethash/pull/95 is probably a better solution for this issue as it both vendors in go-ethereum (future proof) as well as uses proper interfaces as currently vs. your proposal which switches the interfaces out for structs.