-
## Problem
Encrypted DAG nodes are not `dag-pb`/`dag-cbor` formatted. They may be formatted as such under the hood but you won't be able to do file paths like `Qm.../path/to/file`.
## Solution
We…
-
WASM tests are currently skipped because of a garbage-collection issue.
-
# Open Grant Proposal:
Secure package repo for python
**Name of Project:**
Secure package repo for python
**Proposal Category:** Choose one of `core-dev`, `app-dev`, `devtools-libraries`, `inte…
-
# Summary
I want to verify signatures created with wnfs.crypto.keystore.sign()
i tried to
```
import { ed25519Verify } from 'webnative/crypto/browser'
```
vs-code finds it, but esbuild fails
…
-
# Summary
## Problem
Currently, the API requires that developers explicitly call `fs.publish` after any "mutation" (`mkdir`, `add`/`write`, etc). This reduces the backend load / updates and make…
-
# Summary
It would be nice to be able to add event listeners to files and directories to detect when they have changed. This would permit event-driven programming as an alternative to polling on th…
-
# Summary
The repo name, for Github, is currently chosen based on the project name. Sometimes it makes sense to prefix the repo name in some way, while leaving that prefix out of the code itself, s…
-
In WNFS today, we have a fairly fine-grained read permissioning system enabled though sharing various "levels" of keys.
Sometimes the permissioning is so granular that small ciphertexts are encrypted…
-
on android wrap the FULA client inside [service](https://developer.android.com/guide/components/foreground-services)
is the better way to run FULA clients this way:
- the service can run on its own …
-
Is https://github.com/ucan-wg/ts-ucan/pull/92 going to make it into a release soon?
The current version of `ucans` on npm (0.10.0 at the time of writing) can't be used with node in ESM mode without…