decentralized-identity / universal-registrar

Universal Registrar implementation and drivers.
https://uniregistrar.io/
Apache License 2.0
79 stars 27 forks source link

Final state-setters should remove existing interim states #50

Closed cihanss closed 2 years ago

cihanss commented 2 years ago

When a State is set to finished/failed, previous states of wait/action should be removed. Removing the interim states can be done manually, but it takes away from the utility of the state setters.

peacekeeper commented 2 years ago

I agree, maybe you can do a PR for this?