Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Upgrade ethereumjs-util to 6.x #19

Merged
merged 1 commit into from
May 26, 2020
Merged

Upgrade ethereumjs-util to 6.x #19

merged 1 commit into from
May 26, 2020

Conversation

alcuadrado
Copy link
Member

This PR upgrades ethereumjs-util to the latest version in a backwards compatible way. We can release this as a patch version 😄

I find this important, as the previous version of ethereumjs-util used a different version of keccak (i.e. keccak-js), so every project with this library as a direct or transitive dependency (e.g. ethereumjs-blockchain, ethereumjs-vm) compiles two native dependencies for the same cryptographic primitive. Releasing it as a patch version would fix this without manual intervention.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.041% when pulling f032bfc on update-utils into f88973e on master.

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@holgerd77 holgerd77 merged commit df2644b into master May 26, 2020
@holgerd77 holgerd77 deleted the update-utils branch May 26, 2020 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants