This repository was archived by the owner on Dec 10, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork22
Releases: ethereumjs/ethashjs
Releases · ethereumjs/ethashjs
v0.0.8 - Maintenance Release
d82e834
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
This is a maintenance release with dependency and CI updates together with some coder modernization changes.
Changes from PR#23:
- Upgraded CI from travis to GH Actions
- Node versions tested updated from [4, 5] to [10, 12, 13, 14]
- Upgraded dev deps (ethereumjs-block, nyc, standard)
- Added
ethash_tests.json
to test dir and removes ethereumjs-testing dep - Use single imports for ethereumjs-util, upgrades to v7.0.2
- Modernizes buffer init syntax
Further/preceeding dependency updates in PR#19, PR#11, PR#8 and PR#7