decentralized-identity / decentralized-identity/sidetree-reference-impl
Reject create operation at API layer when delta is bad
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently, at the API layer, we accept malformed delta when user submits a create operation. The DID will be created with the commit reveal value but won't take the delta. We have an opportunity to gate this "half failed" operation at the API layer. This requires the API to behave differently from observer, but provides a better user experience.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.