Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: update to v0.10.0 spec #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jun 20, 2024

  1. feat!: update to v0.10.0 spec

    * added "ucan" scheme support (spec v0.10.0, except "ucan://<did>/<scheme>")
    * serialize/deserialize Capabilities as a Map (as specified in spec, was a List)
    * removed "my", "as", "prf" schemes (are not in spec)
    * fixed some methods to return Result intstead of logging to console
    * updated Cargo dependencies
    * added `with_facts`, `with_proofs`, builder methods
    * added `with_add_proof_facts` bundler method to enable embedding of proofs to facts (as mentioned in spec)
    * get proofs from facts (if any is embedded), then request store for absent CIDs
    * add `bytes_to_ed25519_private_key` and `bytes_to_p256_private_key` methods
    druide committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    30a99a9 View commit details
    Browse the repository at this point in the history