decentralized-identity / sidetree

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

Add ability to disable the updating of value time lock #890

Closed thehenrytsai closed 4 years ago

thehenrytsai commented 4 years ago

In the case of multiple running bitcoin service instances running in a cluster sharing the same DB, there can only be one instance that is changing/updating the lock, so this feature is to avoid the service running into concurrency and/or conflict issues.

thehenrytsai commented 4 years ago

Done.