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
Build a tool that exports the data in the Merkle Trees into a JSON file.
Origin Document
While working on #284, @Olshansk started building a tool that dumps all the data in the KV into a json file for easier debugging. Since the scope of that implementation grew very large, it is being moved to a separate task. The git diff of this code can be used as a starting point for further implementation: export_trees.txt
Goals
Get visibility into the data in the Merkle Trees
Understand how the data in the Merkle Trees is structured
A simple tool that can be used by anyone
Enable rapid debugging & understanding
Deliverable
A debug command that makes the LocalNet nodes dump the Merkle Trees into a JSON file
A make command that pulls
A list of follow-up tasks to process & understand this data. For example:
Objective
Build a tool that exports the data in the Merkle Trees into a JSON file.
Origin Document
While working on #284, @Olshansk started building a tool that dumps all the data in the KV into a json file for easier debugging. Since the scope of that implementation grew very large, it is being moved to a separate task. The git diff of this code can be used as a starting point for further implementation: export_trees.txt
Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @Olshansk
The text was updated successfully, but these errors were encountered: