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: fix converting strings to IP addresses and back again #270

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

achingbrain
Copy link
Member

Partial fix for the issues observed in the ipfs interop suite - windows seems to lose it's reference to the results variable during node startup, but only windows. Instead return the result from the scope in which is is created.

A follow up will be needed to address the other windows problem which is the IP detection regex seems to stop working. Might be a bug in node I guess?

Partial fix for the issues observed in the ipfs interop suite - windows
seems to lose it's reference to the `results` variable during node
startup, but only windows.  Instead return the result from the scope
in which is is created.

A follow up will be needed to address the other windows problem which
is the IP detection regex seems to stop working.  Might be a bug in
node I guess?
@achingbrain achingbrain merged commit 77f063a into master Sep 21, 2022
@achingbrain achingbrain deleted the fix/windows branch September 21, 2022 05:33
github-actions bot pushed a commit that referenced this pull request Sep 21, 2022
## [11.0.0](v10.5.0...v11.0.0) (2022-09-21)

### ⚠ BREAKING CHANGES

* the `Multiaddr` class is now an interface

### Features

* convert to interface ([#274](#274)) ([36de98f](36de98f)), closes [#202](#202)

### Bug Fixes

* fix converting strings to IP addresses and back again ([#270](#270)) ([77f063a](77f063a))
@github-actions
Copy link

🎉 This PR is included in version 11.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant