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
Currently, there is no humanly readable string representation implemented for VerkleTrie.
However, this could be helpful for debugging for example.
This issue proposes to implement a method toDot, a textual format for graphs used in visualisations and in go-verkle
Expected behavior:
We expect toDot to return the representation of the tree in Dot format.
Nodes should have location as attribute.
BranchNodes should have the commitment as attribute.
SuffixNodes should have stem, leftCommitment and rightCommitment as attributes.
LeafNodes should have suffix and value as attributes.
Location could also be used to uniquely name the nodes.
The text was updated successfully, but these errors were encountered:
Description
Currently, there is no humanly readable string representation implemented for VerkleTrie.
However, this could be helpful for debugging for example.
This issue proposes to implement a method toDot, a textual format for graphs used in visualisations and in go-verkle
Expected behavior:
We expect toDot to return the representation of the tree in Dot format.
Nodes should have location as attribute.
BranchNodes should have the commitment as attribute.
SuffixNodes should have stem, leftCommitment and rightCommitment as attributes.
LeafNodes should have suffix and value as attributes.
Location could also be used to uniquely name the nodes.
The text was updated successfully, but these errors were encountered: