Emiliano Suñé
Emiliano Suñé
There's a couple last tweaks required: pipeline is now working appropriately, however the deployment is trying to pull the `dev` image, which does not exist. @i5okie pointed out it would...
I think we will have to wait for a better standardization of the `didcomm://` handler for this: iOS and Android handle deep-links very differently, and while in the past we...
I took a quick look at the video, it is an interesting approach. I will watch again as I need/want to understand a bit better how it works, what I...
Are iOS/Android able to handle the handler with a registered application? I thought it was not supported... And what would happen if the user does NOT have a wallet installed?
> Looks good upon first glance. Thanks @ianco . I've pushed updates to all the route handlers, now working on cleaning-up and fixing/adding tests and validating things really work as...
Fixed the route tests, still need to tackle removing the now failing middleware tests and add tests for the decorator functions. Unsure why the formatter check is failing as it...
Rebased code off the latest main. I am currently fighting with failing unit tests: when calling endpoints in the `server` API namespace, I get the following error and have been...
All tests should be fixed now. I updated/synced the version of Black as three different versions were specified between `pyproject.toml`, `.pre-commit-config.yaml` and `blackformat.yml` and ran the formatter on the project,...
Might be related to #1743
Also wondering if, once the connection metadata is set to indicate the endorser details, if it is redundant for the author to have to tag the connection with `transaction_my_job` indicating...