-
Notifications
You must be signed in to change notification settings - Fork 13
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
refactor: use external protocols & update to iroh@0.29 #209
Conversation
48d4b3a
to
ddf1e2d
Compare
FYI bumped versions for manylinux which should resolve the current CI issues. As per https://github.com/pypa/manylinux manylinux_2014 should be very close to EoL even though it's still supported by the project. |
1df5224
to
7fd2974
Compare
let gossip = self | ||
.router | ||
.get_protocol(iroh_gossip::net::GOSSIP_ALPN) | ||
.expect("no gossip available"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just calling out that we are removing get_protocol
in the next release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...i guess this actually doesn't matter since we are removing the protocols in ffi next release anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
let gossip = self | ||
.router | ||
.get_protocol(iroh_gossip::net::GOSSIP_ALPN) | ||
.expect("no gossip available"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...i guess this actually doesn't matter since we are removing the protocols in ffi next release anyway.
uniffi
iroh
iroh-gossip
iroh-docs
iroh-blobs
js
iroh
iroh-gossip
iroh-docs
iroh-blobs