Gabe
Gabe
Continuing what I was working on in #280. I have read when you (Evan) have written about TTS in #78, and agree that having a speech response to most commands...
If you ctrl+F for "prune" or "prunable" you'll see only the provisional proof file mentioned. Should the language be updated to include the Provisional Index file as well?
Feature from https://identity.foundation/presentation-exchange/#features
As per https://identity.foundation/.well-known/resources/did-configuration/ The generation of .well-known files in accordance with the specification to advertise or link a DID to a website.
https://datatracker.ietf.org/doc/draft-prorock-cose-post-quantum-signatures/
What is the end state of the library? What we aim to support, what do we exclude support for? How is the library intended to be used?
Create generic resolvers for certain data types, like DIDs, Schemas, Revocations. Provide an interface with an in-memory implementation at the minimum. A HTTP implementation might also be worth it.
All log messages are visible with little control. A few options: 1. Make all log entries either info or debug 2. Set an "environment" variable to conditionally turn logs on:...
https://identity.foundation/peer-did-method-spec/#generation-method
Some schemas, such as those for [Credential Manifest](https://github.com/TBD54566975/ssi-sdk/blob/main/schema/known_schemas/cm-credential-manifest.json#L59) rely on additional schemas using the `$ref` property. Utilizing these schemas in the sdk resolves in network calls, to resolve the `$ref`...