Skip to content

a3mc/vote-inclusion-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vote-inclusion-analyzer

Checks for vote transactions by slot/account, with leader schedule and retry logic.

Note: These RPC calls are very heavy. I've implemented extensive rate_limit handling to make this tool usable for everyone, but this can make the CLI slow and not ideal. Some queries may take a long time to complete. For best results, try to use a faster or less busy RPC endpoint. If a query appears stuck, please wait or try running the tool again, it will usually succeed eventually.

Usage

vote-inclusion-analyzer --url https://api.mainnet-beta.solana.com \
                        --account GwHH8ciFhR8vejWCqmg8FWZUCNtubPY2esALvy5tBvji \
                        --slot 344883706 \
                        --distance 10
  • --url RPC endpoint (e.g. https://api.mainnet-beta.solana.com)
  • --account Identity pubkey to filter for
  • --slot Starting slot number
  • --distance How many slots back to check (inclusive)

Dependencies

Build:

cargo build --release

License

MIT


No support. For professional/engineering use only. No responsibility for any damage =Q.Q=

About

Check vote inclusion in a range of slots for specific vote address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages