Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockpane/pvtop
top-like tui for watching validator pre-votes on Tendermint chains
https://github.com/blockpane/pvtop
Last synced: 8 days ago
JSON representation
top-like tui for watching validator pre-votes on Tendermint chains
- Host: GitHub
- URL: https://github.com/blockpane/pvtop
- Owner: blockpane
- License: mit
- Created: 2022-10-02T17:32:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T06:13:07.000Z (over 1 year ago)
- Last Synced: 2024-01-24T04:13:20.963Z (10 months ago)
- Language: Go
- Size: 78.1 KB
- Stars: 79
- Watchers: 2
- Forks: 64
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cosmos - pvtop - Consensus visualizer on terminal. (Block Explorers / Terminal Block Explorers)
README
# pvtop
A simple utility for watching pre-vote status on Tendermint chains. It will print out the current pre-vote status for each validator in the validator set. Useful for watching pre-votes during an upgrade or other network event causing a slowdown.
## Basic Chain Usage
```
pvtop tcp://localhost:26657
```## Consumer Chain Usage
This is only for consumer chains of the Cosmos Hub
```
pvtop tcp://consumer:26657 tcp://provider:26657
```## Example
![example](img/pvtop.svg)
## Install
```
git clone https://github.com/blockpane/pvtop
cd pvtop
go install ./...
```