-
Central to our inconsistency is the fact that we can't implement `Serialize` and `Deserialize` for our core structs like `PublicDirectory` or `PrivateFile`, since they have additional context requirem…
-
Hi @adaszko :wave:
Would you be willing to re-license this under a more permissive license such as Apache 2.0 or MIT?
I'd love to use this library and integrate it with some proptest tests I'm writ…
-
### Summary
Switch out the cryptographic accumulator used for private file system paths for bigger security margins.
### Problem / Need / Opportunity
At the moment the write access & path obf…
-
Rationale:
- there are differing opinions about what should be in a collection, e.g. deltachat does not need mime types, @fabricedesre wants them for capyloon
- making this pluggable would enable …
-
I think some Implementations are missing here! Top of mind:
- IPVM from the Fission team - https://github.com/ipvm-wg
- WNFS? (is this an IPFS impl? I think so?) - https://github.com/wnfs-wg/
- RIB…
-
The latest version of the `wnfs` crate is incorrectly marked as a non-breaking revision of the one we currently depend on. In some intermediate revision, the location and factoring of the bloom filter…
-
* [x] should use the `message` and `util` repos in `wnfs-post`
* [x] rm `profile` code?
`wnfs-post` just handles knowing the paths at which to get the profile data from. Could make a different module…
-
# Summary
Let's better our series of contribution information and how to get started in developing for rs-wnfs. I'm always heavily influenced
- [ ] Double-check visibility on fns/structs/etc, and ma…
-
_All lists in this issue are non-exhaustive, feel free to add new entries and order them by priority._
### Preliminary Questions
- What are our objectives for the next 6 months?
- **Build a ne…
-
Calling `getNode([ "top-dir", "nested-dir", "file" ])` will result in an error instead of returning `null`. Where "top-dir" exists, but "nested-dir" and "file" do not.
Given error:
```
Error: Can…