aries-framework-swift icon indicating copy to clipboard operation
aries-framework-swift copied to clipboard

A Swift framework for Aries.

Results 7 aries-framework-swift issues
Sort by recently updated
recently updated
newest added

To solve the issue #108 If Agent receives out-of-band message with attachment without handshake protocols, It precess the attachment and send message to counter party if necessary. When It send...

If Agent receives out-of-band message with attachment without handshake protocols, It precess the attachment and send message to counter party if necessary. When It send a message, It use the...

This error only occurs in release 2.x. If issuer issued revocable credential, prover failed non revoc proof. The reason for failure is that one attribute (m2) is missing. valid proof...

aries-framework-kotlin uses event bus. It has advantages over delegates: 1. It allows multiple listeners for an event. 2. It can implement event waiters more efficiently. (We are currently using two...

When a Invitation which has websocket endpoint is received, the existing socket already connected to the mediator can be disappeared in WsOutboundTransport. @conanac says: For now, we keep only one...

bump up peerdid-swift version to 3.0.3 to avoid build issue.

Switch repository for Base58Swift framework from `keefertaylor` to `heckj` to remove dependency on SipHash, a deprecated framework