ethereum / glados

Portal network monitoring application.
65 stars 30 forks source link

feat: add query trace node radius interpolation #289

Closed mrferris closed 4 months ago

mrferris commented 4 months ago

Implements #161

What was wrong?

Query traces don't show any information about whether a given node should have had the data, according to its radius at the time of the trace.

How was this fixed? A lookup is done to find in census data the radius for each node closest to the time at which the trace took place. This information is encoded within the QueryTrace object, and then visualized client-side.

Screenshot 2024-07-11 at 4 01 21 PM

mrferris commented 4 months ago

@kdeme Won't let me request review from you, but i'm looking for your thoughts on the presentation of the info.