Skip to content

Commit ec04368

Browse files
committed
Fix landing-page growth %: read online_nodes (not total_nodes) from polo daily series
Per-day entries in /api/stats carry `online_nodes`; the calculation was reading `total_nodes` from each row, hitting NaN, and falling through to the build-time placeholder (+100%). Switched both build-time and runtime paths to read online_nodes with a fallback to top-level total_nodes for the latest day, so the figure now reflects real 7-day growth (~+56% at the moment of this change). Lowered the build-time fallback from +100% to +50% as a more defensible static value.
1 parent 87a43b8 commit ec04368

3 files changed

Lines changed: 17 additions & 469 deletions

File tree

RELEASE_NOTES_v1.9.0-rc1.md

Lines changed: 0 additions & 313 deletions
This file was deleted.

0 commit comments

Comments
 (0)