Franz Heinzmann
Franz Heinzmann
*This PR is outdated and superseded by* #1870 #2085 what still needs to be extracted is the part about fetching missing blobs. ## Description * Add download policies per document...
The blob and doc operations often return a progress stream which we also support to await in a single step. To achieve that, we currently need a lot of boilerplate....
`Discovery::publish` is currently a one-off sync function calls and async publish impls are expected to start their own task with `tokio::task::spawn`. This means those tasks cannot be aborted when the...
Currently the `iroh::downloader` module is only used for iroh sync. Regular downloads (for `blob download`) are using the iroh bytes API directly. What we want to do is: * Move...
This issue contains an overview of known limitations, bugs, missing features and chances for optimization for Iroh sync. It was mostly copied from the original PR overview (#1333) to get...
## Description ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates if relevant. - [ ] Tests if relevant.
## Description my unfiinished initial start at supporting a system scope for documents based on #1794 could be cherrypicked to get started. can be closed after/anyways. ## Notes & open...
``` $ touch foo $ iroh doc import foo Import 1 files totaling 0 B? yes Error: RpcError(Attempted to insert an empty entry) ``` Reason is that we currently don't...
Hei @mattsse, do you want to maintain and publish this module? It's working well for me with #7 applied. 💜 Sooner or later we'll want to depend on it from...