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

Resolved punycode deprecation warning caused by whatwg-url #707

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

hattyhattington17
Copy link
Contributor

@hattyhattington17 hattyhattington17 commented Nov 17, 2024

A warning was printing from the cli when run with v22.11.0 because o1js indirectly relies on the deprecated punycode lib. More recent versions of whatwg-url don't rely on punycode.

Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (27b296e) to head (864fd20).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #707   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines         1478      1478           
  Branches       300       300           
=========================================
  Hits          1478      1478           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hattyhattington17
Copy link
Contributor Author

Created an issue to solve the real problem by removing o1js's dependency on isomorphic-fetch o1-labs/o1js#1904

@hattyhattington17 hattyhattington17 marked this pull request as ready for review November 17, 2024 06:32
@hattyhattington17 hattyhattington17 merged commit 15a2110 into main Nov 17, 2024
18 checks passed
@hattyhattington17 hattyhattington17 deleted the fix/punycode-deprecated branch November 17, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants