autonomys / substation

Polkadot Telemetry service
GNU General Public License v3.0
3 stars 2 forks source link

Omit more data related to node #34

Closed i1i1 closed 1 year ago

i1i1 commented 1 year ago

This pr omits sending addition and removal of nodes to a frontend.

But from a frontend I get a page like this: image

I suspect that frontend is waiting for info about at least one node, while this pr discards sending any node info at all.

nazar-pc commented 1 year ago

Actually, with this context I'm wondering if we can actually keep the list, but reduce the frequency of delta updates. I think if we remove delta updates entirely we should at least be able to keep the map (it only needs unique nodes and their location).

i1i1 commented 1 year ago

Force pushed, cause I opened pr with fixing clippy issues in the upstream and also fixed the comment.

i1i1 commented 1 year ago

Seems like everything works. I had broken local setup :) image