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
Colour code the terminal output of the python simulator, so it is easier to see which nodes are involved in message gossip, and how frequently.
Origin Document
The current output of the Python Simulator outputs a visual to terminal to display how messages are gossiped as seen in the output below. By color coding val_1, ..., val_n at every single height, it'll be easier to see which nodes are involved at every step.
Objective
Colour code the terminal output of the python simulator, so it is easier to see which nodes are involved in message gossip, and how frequently.
Origin Document
The current output of the Python Simulator outputs a visual to terminal to display how messages are gossiped as seen in the output below. By color coding
val_1
, ...,val_n
at every single height, it'll be easier to see which nodes are involved at every step.Goals
Deliverable
val_XXX
being the same color at every height of the treeNon-goals / Non-deliverables
Creator: @Olshansk
The text was updated successfully, but these errors were encountered: