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-cli)!: move net and node cli into iroh-node-util under the cli feature #2954

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Conversation

rklaehn
Copy link
Contributor

@rklaehn rklaehn commented Nov 20, 2024

Description

Move net and node cli into iroh-node-util under the cli feature

Breaking Changes

This just affects iroh-cli

module iroh-cli::commands::net moved to iroh-node-util::cli::net
logic in iroh-cli::commands::rpc moved to iroh-node-util::cli::node

Notes & open questions

Note: this is the last one.

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

dignifiedquire and others added 30 commits October 31, 2024 12:56
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	iroh-cli/Cargo.toml
#	iroh/Cargo.toml
#	iroh/src/client.rs
#	iroh/src/client/docs.rs
#	iroh/src/node/rpc.rs
#	iroh/src/rpc_protocol.rs
# Conflicts:
#	Cargo.lock
#	iroh/src/node/rpc.rs
and move the node and net proto, client and server there
fix feature flags
Copy link

github-actions bot commented Nov 20, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/2954/docs/iroh/

Last updated: 2024-11-20T13:15:27Z

Copy link

github-actions bot commented Nov 20, 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: 428a696

@rklaehn rklaehn marked this pull request as ready for review November 20, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

3 participants