sicpa-dlab / didcomm-python

basic DIDComm v2 support in python
Apache License 2.0
17 stars 15 forks source link

Improve `id` and `thid` management #90

Closed yvgny closed 1 year ago

yvgny commented 1 year ago

Now, an id is automatically generated using UUID format if it's not provided during message creation.

Also, thid now defaults to id if not given.

This fixes #64.