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

feat: update to latest iroh #18

Merged
merged 1 commit into from
Nov 28, 2024
Merged

feat: update to latest iroh #18

merged 1 commit into from
Nov 28, 2024

Conversation

dignifiedquire
Copy link
Collaborator

Updates the code use the renamed iroh-net and dependencies

Copy link

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

Last updated: 2024-11-28T12:15:34Z

/// at the given location.
#[cfg(feature = "rpc")]
#[cfg_attr(iroh_docsrs, doc(cfg(feature = "rpc")))]
pub async fn load_secret_key(key_path: PathBuf) -> anyhow::Result<iroh_net::key::SecretKey> {
pub async fn load_secret_key(key_path: PathBuf) -> anyhow::Result<iroh::key::SecretKey> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we have this in iroh-node-utils now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, we do, but it is not a dependency of iroh-blobs yet

@dignifiedquire dignifiedquire merged commit b9dbf2c into main Nov 28, 2024
22 of 24 checks passed
@dignifiedquire dignifiedquire deleted the update-iroh branch November 28, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants