Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

cli: live-slots now displays the rate the root slot is advancing #8458

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

mvines
Copy link
Contributor

@mvines mvines commented Feb 26, 2020

This new feature to solana live-slots nicely highlights the PoH regression in #8445

SLP:

$ solana live-slots --ws ws://34.82.79.31:8900
⠤ SlotInfoMessage { parent: 55018, root: 54987, slot: 55019 } | root slot advancing at 0.80 slots/second

Testnet on 0.23.2:

$ solana live-slots --ws ws://35.203.147.197:8900
⠙ SlotInfoMessage { parent: 30538, root: 30507, slot: 30539 } | root slot advancing at 2.00 slots/second

Fixes #8452

@codecov
Copy link

codecov bot commented Feb 26, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@6b99ab3). Click here to learn what that means.
The diff coverage is 0%.

@@           Coverage Diff            @@
##             master   #8458   +/-   ##
========================================
  Coverage          ?   80.3%           
========================================
  Files             ?     254           
  Lines             ?   56306           
  Branches          ?       0           
========================================
  Hits              ?   45223           
  Misses            ?   11083           
  Partials          ?       0

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add -f/--follow argument to solana epoch-info
1 participant