You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#552fixes#469
* feat: add sending didcomm messages
* feat: add transport logic
* fix(did-comm): message handler
* docs: add more inline documentation for did-comm
* fix: use http transport by default with didcomm
* test(did-comm): integration test for sending data
* test(did-comm): check didcomm events
* style: refactoring and code reformatting
Co-authored-by: Oliver Terbu <>
Co-authored-by: Mircea Nistor <[email protected]>
Co-authored-by: Simonas Karuzas <[email protected]>
DIDCommV2 messages are identified by their cty and can have different forms:
JWE and JWS are in JSON general serialization, NOT compact serialization
No threaded protocol support needed.
handleMessage should still emit the event validatedMessage in case everything went correctly
The text was updated successfully, but these errors were encountered: