trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

Support for unique attributes #236

Open DRK3 opened 2 years ago

DRK3 commented 2 years ago

Add support for the "unique" field that an attribute name + value can have.

DRK3 commented 2 years ago

237 removed the existing support since the new querying mechanism doesn't work with it, and there were already issues with the uniqueness validation before (e.g. batching didn't support it for performance reasons)