decentralized-identity / sidetree

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

API for signaling the status of a request #1110

Open thehenrytsai opened 3 years ago

thehenrytsai commented 3 years ago

Currently in reference implementation, a Sidetree request gets queued up and waits for the Batch Writer to write it to the network. This can take minutes and even hours depending on Batch Writer configuration.

It would be useful for the requester to obtain some sort of "receipt" to check on the status of the request.