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: proximitytransport creation #106

Merged
merged 1 commit into from
Jan 20, 2025
Merged

fix: proximitytransport creation #106

merged 1 commit into from
Jan 20, 2025

Conversation

D4ryl00
Copy link
Collaborator

@D4ryl00 D4ryl00 commented Jan 20, 2025

When the proximity transport was created, it took a host.Host as argument. But since libp2p/go-libp2p#2118, the host argument is not more provided causing a failure on proximitytransport.
Instead of getting the host, we get the swarm to work with.

Btw, I opened a libp2p PR to update the Transport option documentation: libp2p/go-libp2p#3144

@D4ryl00 D4ryl00 requested a review from jefft0 January 20, 2025 13:45
@D4ryl00 D4ryl00 self-assigned this Jan 20, 2025
@jefft0 jefft0 changed the title fix: poximitytransport creation fix: proximitytransport creation Jan 20, 2025
Copy link
Contributor

@jefft0 jefft0 left a comment

Choose a reason for hiding this comment

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

Tested on my physical iPhone: In berty/go.mod, locally replace with the weshnet in this branch. I'm able to build in Xcode and turn on Bluetooth. (I did not test Bluetooth communication between phones.)

@D4ryl00 D4ryl00 merged commit 4d1f5c3 into berty:main Jan 20, 2025
16 checks passed
@D4ryl00 D4ryl00 deleted the fix/ios-ble branch January 20, 2025 16:03
Copy link

🎉 This PR is included in version 2.0.4 🎉

The release is available on GitHub release

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.

2 participants