ethereum / glados

Portal network monitoring application.
65 stars 30 forks source link

feat: adds sorting of traces by node ID, with content ID marker #308

Closed mrferris closed 2 months ago

mrferris commented 3 months ago

Implements #301

Toggle-able via selector, with permanent memory of preferred selection.

Screenshot 2024-09-19 at 9 43 27 AM
KolbyML commented 2 months ago

Does the "should store" outline not work on this graph? From the picture in the PR it doesn't show the "should store" outline anywhere which is why I am asking

mrferris commented 2 months ago

@KolbyML It's missing from the screenshot because this is from a local instance in which I hadn't run any censuses, which is where the "should store" data comes from. "should store" still works, and it happens on the backend which isn't touched by this PR.

But it is actually cool seeing all of the "should store" circles congregating around the content ID marker, so I'll add a screenshot with that in there.