Couldn't tell on census explorer which nodes are trin testnet nodes.
How was it fixed?
The node model was given a HashMap, mapping node IDs to nicknames.
The census explorer sorts its rows to have all trin testnet nodes in the same block, under the fluffy nodes.
And then as a little nice-to-have, I added to the node page a trin testnet node's name and links to its grafana metrics. Maybe we don't keep that long term, but I think it will be convenient for debugging.
What was wrong?
Couldn't tell on census explorer which nodes are trin testnet nodes.
How was it fixed?
The
node
model was given aHashMap
, mapping node IDs to nicknames.The census explorer sorts its rows to have all trin testnet nodes in the same block, under the fluffy nodes.
And then as a little nice-to-have, I added to the node page a trin testnet node's name and links to its grafana metrics. Maybe we don't keep that long term, but I think it will be convenient for debugging.