Christopher Joel
Christopher Joel
As of #530 , we will have the ability to follow other spheres by their DID. We should verify that the given DID is a supported method (currently only DID...
When verifying authorizations pertaining to a sphere, we should check that the root authorization is in fact self-proving (which is to say, it was signed by the root sphere key),...
Similar to #552 , but we should be able to filter down to only proofs that pertain to the local sphere (as an authorization chain may include authorizations pertaining to...
As of #530 , we are able to list authorizations that pertain to a specific sphere. In time, this may grow to include authorizations that have proof chains that include...
We may be able to do this "trivially" using https://docs.rs/clap_complete/4.3.2/clap_complete/
It is possible to cause a gateway to self-DoS if there are missing blocks during a sync. The repro case is to have valid-looking link records that are not available...
The [`rs-wnfs`](https://github.com/wnfs-wg/rs-wnfs) project is reaching a level of maturity where we may experimentally implement it as a mechanism to store Noosphere content. We have speculated that it may make a...
We recently added support for custom "now" time when building UCAN proof chains (https://github.com/ucan-wg/rs-ucan/pull/83). However, our own signature verification does not use it as yet. This means it will fail...
As of #420 we have implemented consolidated, high-level paths for authorizing and revoking authorization from other keys. When revoking authorizations, we currently do not check to see if there are...
Currently the user-given names of authorizations in a sphere are public, human-readable strings. This represents an obvious privacy leak, as most users probably don't expect the names of the full...