autonomys / substation

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

Add highest node count #45

Closed isSerge closed 1 year ago

isSerge commented 1 year ago
image

Closes #44

isSerge commented 1 year ago

Makes sense overall, but it'll only last until restart, which I guess isn't quite what we want?

We need this feature today (as we discussed on the App sync yesterday), so I believe this is the best we can do now

i1i1 commented 1 year ago

Makes sense overall, but it'll only last until restart, which I guess isn't quite what we want?

telemetry_core is totally stateless, I'm not sure about adding local database just for this feature. WDUT?

nazar-pc commented 1 year ago

I think database might be an overkill, but saving at least a JSON somewhere when max number gets updated would be helpful I think.