Emiliano Suñé
Emiliano Suñé
The present-proof 1.0 protocol is being deprecated in favor of present-proof 2.0. VC-AuthN is currently using the 1.0 protocol to generate the proof-request that is then embedded in an OOB/connection-less...
Investigate the possibility of using short-lived connections instead of the current connection-less approach to support the proof-request mechanism for VC-AuthN. A short-lived connection is a "normal" connection that is established...
When proof-requests grow in size, the resulting deep-link can grow to over 2048 characters, causing the payload to be truncated when sent over to BC Wallet (2048 characters is the...
When scanning an out-of-band proof-request, the BC Wallet displays a `QR code is invalid` error and appears to not complete the processing of the payload. However, after dismissing the camera...
When trying to verify a MySQL backup: ``` sh-5.0$ ./backup.sh -v mariadb=matomo-db:3306/matomo Verifying backup ... Settings: - Database: mariadb=matomo-db:3306/matomo - Backup file: /backups/daily/2021-07-27/matomo-db-matomo_2021-07-27_05-40-37.sql.gz Would you like to continue? Press Ctrl-C...
The production build for tails-server is using `bcgovimages/von-image:next-1`, which is outdated. The project should be updated to use `bcgovimages/von-image:py36-1.16-0`, with the addition of `indy_vdr~=0.2.0` to `requirements.txt`.
When publishing a new tails file, the server needs to read the current state of the targeted ledger in order to check the state of the revocation registry. Every time...
Some use cases seem to be open to using a ZKP proving someone holds a credential from a specific issuer to authenticate. Things to investigate: * is this supported in...
#531 introduced a mechanism to set-up an optional TTL index in mongo that purges old records after they "expire". The default behaviour is to not have a TTL set-up, but...