You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key returned in the example is the identifier of the payload or the signed statement as they are the same HASH. If it is the payload, this precludes simultaneously registering two signed statements simultaneously. I suspect you really want to supply a transaction token not reference anything about the signed statement nor the payload.
If it is truly the receipt, then assuming the HASH can be computed of the final receipt seems a cart before horse statement.
The text was updated successfully, but these errors were encountered:
Agreed that name scheme doesn't work. There are a couple of different problems here:
the collision risk identified remains a problem for durable identifiers for Receipts or registered Signed Statements. We need to tackle that separately
for the identifier returned in a 'registration is running' case, we need to return an ID for the operation against which the client polls. Attention should be given to properties of this ID such as surviving pod crashes.
We implemented this for the 120 hackathon, I'll put up a R and the group can comment.
In my PR for Issue #23 I changed 'receipt' to 'identifier' which opens the door to fixing this. Probably needs more explanation but don't want to change this until we've had the discussion on PR #27
The key returned in the example is the identifier of the payload or the signed statement as they are the same HASH. If it is the payload, this precludes simultaneously registering two signed statements simultaneously. I suspect you really want to supply a transaction token not reference anything about the signed statement nor the payload.
If it is truly the receipt, then assuming the HASH can be computed of the final receipt seems a cart before horse statement.
The text was updated successfully, but these errors were encountered: