Commit ee72f6d
authored
refactor(iroh-base)!: remove hash and BlobTicket (#3036)
## Description
These have been moved to
`iroh-blobs`n0-computer/iroh-blobs#38
## Breaking Changes
- removed
- `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
<!-- Any notes, remarks or open questions you have to make about the PR.
-->
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.1 parent af5a8c2 commit ee72f6d
File tree
6 files changed
+4
-785
lines changed- iroh-base
- src
- ticket
6 files changed
+4
-785
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
52 | 50 | | |
53 | | - | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
| 65 | + | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments