Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

fix: explicitly add web3-utils dependency#191

Open
ThunderDeliverer wants to merge 2 commits intowonderland-archive:devfrom
ThunderDeliverer:explicitly-add-web3-utils-dependency
Open

fix: explicitly add web3-utils dependency#191
ThunderDeliverer wants to merge 2 commits intowonderland-archive:devfrom
ThunderDeliverer:explicitly-add-web3-utils-dependency

Conversation

@ThunderDeliverer
Copy link

Description
Testing with Smock failed due to the missing web3-utils dependency.

The dependency is now explicitly added to the package.json file.

Metadata

Testing with Smock failed due to the missing web3-utils dependency.

The dependecy is now explicitly added to the package.json file.
@ThunderDeliverer ThunderDeliverer requested a review from a team as a code owner September 5, 2023 08:05
package.json Outdated
"typechain": "5.1.1",
"typescript": "4.5.2"
"typescript": "4.5.2",
"web3-utils": "^4.0.5"
Copy link
Contributor

Choose a reason for hiding this comment

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

blz explicit version 🙏

Copy link
Author

Choose a reason for hiding this comment

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

Sure 😁

Should be ok now ✅

Copy link
Contributor

Choose a reason for hiding this comment

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

getting this error on gh tests, any clue?

error @noble/hashes@1.3.1: The engine "node" is incompatible with this module. Expected version ">= 16". Got "14.21.3"

Copy link
Author

Choose a reason for hiding this comment

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

Huh, let me try them locally

Copy link
Author

Choose a reason for hiding this comment

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

I'm getting no issues on my end (I'm using yarn 1.22.19 and node v16.15.0)

wei3erHase
wei3erHase previously approved these changes Sep 10, 2023
Copy link
Contributor

@wei3erHase wei3erHase left a comment

Choose a reason for hiding this comment

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

lgtm! @0xGorilla wdyt?

@wei3erHase wei3erHase dismissed their stale review September 10, 2023 19:53

Tests not running

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.

Missing dependency web3-utils

2 participants