sicpa-dlab / didcomm-python

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

Autocreation of message IDs #64

Closed TelegramSam closed 1 year ago

TelegramSam commented 1 year ago

It'd be great if the library automatically assigned message IDs if not provided. This takes the need to do it away from users.

Additionally, it'd be great if thid defaulted to the message id if no other value present.

What format should be used? uuids?

I can write this if a format is agreed upon.

dbluhm commented 1 year ago

I think UUIDs are an obvious choice.