orion-server icon indicating copy to clipboard operation
orion-server copied to clipboard

Add state merkle tree root and/or ledger height to read request responses

Open gennadylaventman opened this issue 3 years ago • 0 comments

When doing a read query, the result may serve as a proof that can be given to a third party. When proving that a datum exists, the result currently contains only the <key, value, version, meta> of the datum. It is useful to include a field that captures the point in time when this was true in relation to the ledger. That can be captured by two pieces of data the current height of the ledger, and/or the state merkle tree root.

gennadylaventman avatar Jun 14 '21 10:06 gennadylaventman