Daniel Bluhm
Daniel Bluhm
Putting this out there to hopefully spark some discussion. This PR adds Dockerfiles for publishing images for ACA-Py directly from this repo (i.e. no dependencies on bcgovimages). I made some...
This PR enables the Schema class of a model to determine the default `unknown` behavior. Without this, if you have a schema where you expect extra values to be present,...
According to [RFC 0211](https://github.com/hyperledger/aries-rfcs/blob/main/features/0211-route-coordination/README.md), recipient keys included in the various messages of the Coordinate Mediation protocol should be represented as `did:key`s. Currently ACA-Py uses raw Base58 encodings of the Ed25519...
While writing tests for the connection protocol in the test suite, I made a few observations regarding DID Documents as described in the DIDDoc conventions RFC and Cross domain messaging...
While working with @mepeltier on testing out a few different scenarios on ACA-Py 0.7.4, we (re)discovered that the connection state after receiving a did exchange request was not being saved,...
This PR adds the connection IDs of the mediated connections. This should make it easier to trigger the next step in a flow (i.e. accept a connection request for one...
This PR adds basic DynamoDB support, including `GetItem`, `PutItem`, `DeleteItem`, and `Query`. We're working with AWS Lambda and have been frustrated by the slow initialization on cold start when using...
Fixes #2742 and various other issues discovered while testing ACA-Py against AFJ. - Send and accept `didexchange/1.1` as handshake protocol in OOB - Credo did not like the fact that...
ACA-Py is intended to "respond in kind" to DID Exchange requests: - If a did:peer:2 is sent, it should respond with a did:peer:2 - If a did:peer:4 is sent, it...
When using a mediator, there is a connection lookup occurring in the keylist update handler in order to emit a webhook/event with some additional info. This can fail when using...