-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle absence of ValueState #130
Comments
There's two parts to this: 1. Stale
|
For 2) I think that we could deduce the version number, in the event a node exists but there is no value states, by simply enumerating the child states of the node. |
Should not have closed with #161 (magic words) |
In a production system, data in storage is pruned to manage storage size and adhere to privacy commitments. For AKD, the only prunable record is
ValueState
, which contains the data payload (key material for E2EE messaging).Today, operations fail when
ValueState
cannot be retrieved. We need to modify the library to handle the scenario gracefully and propagate the information to the caller.The text was updated successfully, but these errors were encountered: