decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

Ensure DID state is partially updated when failing to apply delta of a create/recover operation #744

Closed thehenrytsai closed 4 years ago

thehenrytsai commented 4 years ago

Current implementation ignore the create/recover operation if its delta is invalid, but what needs to happen long term is that the DID state should still be updated with recovery commitment such that a subsequent recovery operation can take place.

isaacJChen commented 4 years ago

Done