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
I might be missing something, but it seems like there is no way to retrieve the low-level crdts::merkle_reg::MerkleReg.
There is a safe_network::client::Client::get_register function that returns a Register type, but this can only be used to query specific entries with a known hash, or the root entries.
(As an aside, I think the term 'entry' is a little confusing in the context of DAGs.)
The text was updated successfully, but these errors were encountered:
In short, I believed it would provide developers with the opportunity to use the node graph as a public append-only structure. E.g. a chat where each node in the graph is a message. For such algorithms, I thought it necessary to access the whole graph of nodes.
I'm not sure I see what such a traversal API would look like. The graph can be quite complex and is exactly what is modeled by the data structure itself...
I might be missing something, but it seems like there is no way to retrieve the low-level
crdts::merkle_reg::MerkleReg
.There is a
safe_network::client::Client::get_register
function that returns a Register type, but this can only be used to query specific entries with a known hash, or the root entries.(As an aside, I think the term 'entry' is a little confusing in the context of DAGs.)
The text was updated successfully, but these errors were encountered: