You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now it should be possible to include a CID in the list of proofs, and that CID should be resolved to a UCAN when building the proof chain. We don't do that yet.
* refactor: Make delegation::Store::get return Option
* refactor: Make delegation::Store::insert take &self instead of &mut self
* refactor: Make invocation::Store take &self instead of &mut self
* refactor: Make `delegation::Agent` not take `&mut self` in methods
* refactor: Make `Agent` take `DID` by value
* refactor: Take `DID` by value in `delegation::Agent::new`
* refactor: Change generic order in `delegation::Agent` and add defaults
As of right now it should be possible to include a CID in the list of proofs, and that CID should be resolved to a UCAN when building the proof chain. We don't do that yet.
https://github.com/ucan-wg/spec#56-content-identifiers
The text was updated successfully, but these errors were encountered: