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

refactor(iroh): move ProtocolHandler impl to iroh-gossip #2849

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

dignifiedquire
Copy link
Contributor

Copy link

github-actions bot commented Oct 28, 2024

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

Copy link

github-actions bot commented Oct 28, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: 5e9e94a

Copy link
Contributor

@matheus23 matheus23 left a 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" }
Copy link
Contributor

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?

Copy link
Contributor Author

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

@matheus23
Copy link
Contributor

Ah I see, iroh-gossip is already released. Hum.
Okay, so what do we do then? Just have it as a git dependency until we release 0.28 in tandem?

@dignifiedquire dignifiedquire added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 6c6827d Oct 28, 2024
26 of 27 checks passed
@dignifiedquire dignifiedquire deleted the refactor-move-gossip-protocol branch November 28, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants