Skip to content

Script inspecting validator votes and missing currencies

License

Notifications You must be signed in to change notification settings

umee-network/price-feeder-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

price-feeder-inspector

Script inspecting validator votes and missing currencies

Vote Inspector Python Script

This Python script fetches live submitted aggregated votes from validators and cross-checks them with oracle-accepted denominations. It displays the missing denominations of votes.

How to run ?

## For Canon 
$ python3 votes_inspector.py --network canon

## For mainnet 
$ python3 votes_inspector.py --network mainnet
## By Default It will runs for mainnet
$ python3 votes_inspector.py

Build

$ cd inspector_go 
// build the binary
$ make build

How to run ?

$ ./build/price_inspector --config <CONFIG.yaml> --network canon

About

Script inspecting validator votes and missing currencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published