Lucas O'Neil
Lucas O'Neil
Was just looking through the Verifiable Credentials documentation here randomly and noticed the links out to the governance documentation don't work at the moment. - On https://github.com/bcgov/mds/blob/develop/README.md#verifiable-credentials the "[Administering Authority...
Places using the Pydantic models and `.dict()` show a warning  Can(?) I think just replace like: ``` response = client.create_presentation_request(ver_config.generate_proof_request()) pres_exch_dict = response.model_dump() ```
Allow a search of credentials and attributes (see designs) Need to: - determine how to track those credential names (discussed metadata) - architecture for search (probably consider graphql endpoint) -...
Discussed with Kim, add back from pre-bootstrap version
### Description of problem Using a `https://didcomm.org/out-of-band/1.1/invitation` with the proof attached is how we are doing OOB proofs in VCAuth-N. This is working successfully when scanning a QR code with...
The "?_url=" deep link handler does not load the proof if the wallet is not already open (Android)
### Description of problem Have been experiencing this on Android while trying out the new `?_url` handler with deep links. (have not tried on an iOS device) Using a deep...
Not sure if you folks want issues created in the repo for things found on beta builds? ### Description of problem With the latest build I have on Android I...
- Try RCs as they come - Coordinate with plugin changes - Update Python version - Test
UI tweak while we are working on other deletion tasks. Right now on the Innkeeper UI if you look at deleted Tenants the Delete button isn't there in the table....