-
Right now these are the docs for the wasm `PublicDirectory.read` function:
https://github.com/wnfs-wg/rs-wnfs/blob/0726da2d2ec3f94880d459b5422401377f47d0fd/wnfs-wasm/src/fs/public/directory.rs#L115…
-
- [x] all workflows view
- [x] workflow detail view
- [x] runs & receipts(keep a logged of runs on the FE and track receipts coming from the BE)
- [x] add a way to edit functions in workflow
…
-
After merging #366, we need to update some docs, including e.g. the `README`, some comments in the examples, etc., which still mention `Rc`, instead of `Arc`.
-
Useful for actually getting a mutable reference for changing metadata using `Metadata::put`, `Metadata::update` and `Metadata::delete`.
-
Some encoded field names still encode in snake case, e.g. `content_key` in `PrivateRef`, but should be camel case, so `contentKey`.
Some other field names just need to be matched, e.g. `saturated_n…
-
From: https://fireproof.storage/posts/roadmap-to-1.0/
> The block store interface is compatible with any code that is written expecting a global IPFS network for content delivery. In an encrypted c…
-
`PrivateFile::attach` is called by `basic_mv` and `cp` to attach a node to a new location in the directory hierarchy.
Through `PrivateNode::update_ancestry` it goes to `PrivateFile::prepare_key_rota…
-
We're looking at doing lock-free concurrency in the future. That'd mean you'd possibly share references to `PrivateDirectory`s or `PublicFile`s across threads, so you'd need to use `Arc`s.
Enabling…
-
WNFS fails to load tree correctly when we wirte multiple times in forest
-
For disambiguation, does it make sense to rename this repo `car-mirror-spec`, and the `spec` repo `wnfs-spec`? That way it is clear what is a spec repo and what is an implementation.