Commit fe88a35
committed
fix(scan): show validator "Registered" timestamp on detail page
Operator noticed the validators page has no "how long has this validator
been online" indicator. The chain's legacy /validators endpoint exposes
`registered_at` (unix seconds) but the merge in fetchValidators only pulled
name + blocks_produced from it. Now carries `registered_at` through to the
merged row and renders a "Registered" InfoRow on the detail page under
Status.
List page stays clean — detail-page surface is the standard explorer
pattern (Etherscan's "Created" / Solana Beach's "Started" both live on
the detail page, not the list).
Field already existed on ValidatorData; no chain-side change needed.1 parent 49f813c commit fe88a35
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
556 | 559 | | |
557 | 560 | | |
558 | 561 | | |
| |||
0 commit comments