-
Notifications
You must be signed in to change notification settings - Fork 165
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(iroh): move ProtocolHandler impl to iroh-gossip #2849
Conversation
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/2849/docs/iroh/ Last updated: 2024-10-28T14:17:36Z |
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.
LGTM after merging the gossip PR (and possibly releasing?).
Cargo.toml
Outdated
@@ -51,3 +51,5 @@ iroh-net = { path = "./iroh-net" } | |||
iroh-metrics = { path = "./iroh-metrics" } | |||
iroh-test = { path = "./iroh-test" } | |||
iroh-router = { path = "./iroh-router" } | |||
|
|||
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "refactor-protocol-impl" } |
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.
We'll wait for iroh-gossip
's PR to merge first, then change here, right?
Will we release iroh-gossip
to crates.io first and then depend on it from crates.io, or will we keep a git dependency?
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.
we will keep the git dependency on main until the next release run
Ah I see, iroh-gossip is already released. Hum. |
809841d
to
2c0b82c
Compare
2c0b82c
to
0be007f
Compare
Depends on n0-computer/iroh-gossip#3