Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Update locked sha3 version to 1.2.6 #878

Merged
merged 1 commit into from
Aug 4, 2021
Merged

Conversation

nkuba
Copy link
Member

@nkuba nkuba commented Aug 3, 2021

In this PR we updated version of sha3 in package-lock.json file to 1.2.6, as the previous version was erroring node-gyp in npm install on Node 14.

Updated version of sha3 in package-lock.json file to 1.2.6, as the
previous version was erroring node-gyp in npm install on Node 14.
Copy link
Contributor

@michalinacienciala michalinacienciala left a comment

Choose a reason for hiding this comment

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

I've tested it locally, looking good! I created a PR with accompanying changes in the local-setup: keep-network/local-setup#105.

@michalinacienciala michalinacienciala merged commit 7063472 into main Aug 4, 2021
@michalinacienciala michalinacienciala deleted the sha-3-upgrade branch August 4, 2021 10:13
nkuba added a commit to keep-network/local-setup that referenced this pull request Aug 4, 2021
No longer install `sha3` in a separate step

Up until recently, the `package-lock.json` in `keep-ecdsa/solidity` had
the `sha3` package configured in the `1.2.3` version. This version
wasn't working correctly with the Node.js 14.x which we're using for E2E
testing. This meant we needed to upgrade the `sha3` to a higher version.
Previously we've been doing that in the `install-e2e-test.sh` script,
but recently we upgraded the version (to `1.2.6`) directly in the
`keep-ecdsa/solidity/package-lock.json` file, making the `npm install
--save-dev sha3` step in the `install-e2e-test.sh` script obsolete.

Ref: keep-network/keep-ecdsa#878
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants