Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wallet-sdk): increase minimum node version from 10 to 16.20 #1003

Closed

Conversation

legobeat
Copy link

@legobeat legobeat commented Sep 10, 2023

Summary

Hello from MetaMask 👋

The dependencies eth-block-tracker@7.1.0 and eth-json-rpc-filters both require nodejs v14 while the package manifest currently indicates support for v10.

Support for nodejs v14 and lower seems to already have been dropped from coinbase-wallet-sdk in #932.

This fixes that discrepancy by dropping indicated support for major nodejs versions 10-15,17,19.

How did you test your changes?

Ran tests locally

@legobeat legobeat marked this pull request as ready for review September 10, 2023 21:07
@legobeat legobeat force-pushed the fix-wallet-sdk-node-version branch 4 times, most recently from 66e6b5c to 704f5d0 Compare September 10, 2023 21:15
The dependencies eth-block-tracker@7.1.0 and eth-json-rpc-filters both
require nodejs v14 while the package manifest currently indicates support for v10.

Support for nodejs v14 and lower seems to already have been dropped from
coinbase-wallet-sdk in coinbase#932.

This fixes that discrepancy by dropping indicated support for major nodejs versions
10-15,17,19.
@legobeat legobeat force-pushed the fix-wallet-sdk-node-version branch from 704f5d0 to e1255dd Compare September 10, 2023 21:16
@legobeat legobeat changed the title fix(wallet-sdk): increase minimum node version from 10 to 14.20 fix(wallet-sdk): increase minimum node version from 10 to 16.20 Sep 10, 2023
@lgreydev
Copy link

Is it work?

@bangtoven
Copy link
Contributor

hey @legobeat , we realized that the engines/node filed is actually unnecessary for our lib, so decided to remove it.
thanks for your contribution!

@bangtoven
Copy link
Contributor

closing it as it's addressed with #1030
again, thanks for the pr1

@bangtoven bangtoven closed this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants