Commit 98cc3ee
committed
feat(leios-tui): visualize the RB/EB overlay as aligned swim lanes
Reframe the dashboard as an educational view of the Leios overlay:
ranking blocks and endorser blocks render as boxes in two tip-following
lanes sharing one column axis, so an EB sits under the RB it belongs to
and the shared column is the connection. The EB→RB association is a slot
heuristic (nearest following RB) since no on-wire message links them;
BlockAnnouncement decoding is left as a hook for when the devnet diffuses
announcements. EB boxes show tx-download and vote bars plus a per-phase
checklist; RB boxes show a derived block hash and slot. Also refreshes
the chain-sync intersect point to a current tip.1 parent 2cf5a52 commit 98cc3ee
4 files changed
Lines changed: 770 additions & 192 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments