-
Notifications
You must be signed in to change notification settings - Fork 170
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-base)!: remove hash and BlobTicket #3036
Conversation
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3036/docs/iroh/ Last updated: 2024-12-12T12:29:33Z |
437e165
to
acc8d3e
Compare
@@ -65,6 +62,7 @@ key = [ | |||
"dep:derive_more", | |||
"dep:getrandom", | |||
"base32", | |||
"relay", |
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.
This is unrelated, right?
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.
yeah, that was a fix I noticed when testing this change
mod node; | ||
|
||
pub use self::{blob::BlobTicket, node::NodeTicket}; | ||
pub use self::node::NodeTicket; |
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 could also move NodeTicket to iroh.
Description
These have been moved to
iroh-blobs
n0-computer/iroh-blobs#38Breaking Changes
iroh_base::ticket::BlobTicket
->iroh_blobs::ticket::BlobTicket
iroh_base::Hash
->iroh_blobs::Hash
iroh_base::HashAndFormat
->iroh_blobs::HashAndFormat
iroh_base::BlobFormat
->iroh_blobs::BlobFormat
Notes & open questions
Change checklist