Skip to content

Commit fbbf990

Browse files
authored
feat: implement new blobs with bitfield tracking and observation (#92)
## Description This replaces the old blobs with a new implementation that allows tracking bitfields of incomplete blobs, as well as allows observing the state of an incomplete blob. ## Breaking Changes A lot. ## Notes & open questions Note: this version is as of now considered alpha quality. People that look for stability should use the 0.35 version of both iroh and iroh-blobs for now. ## Change checklist - [x] 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. - [x] Tests if relevant. - [ ] ~~All breaking changes documented.~~
1 parent 4e8c767 commit fbbf990

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+17502
-24850
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUST_BACKTRACE: 1
1717
RUSTFLAGS: -Dwarnings
1818
RUSTDOCFLAGS: -Dwarnings
19-
MSRV: "1.81"
19+
MSRV: "1.85"
2020
SCCACHE_CACHE_SIZE: "50G"
2121
IROH_FORCE_STAGING_RELAYS: "1"
2222

0 commit comments

Comments
 (0)