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.
vote-inclusion-analyzer --url https://api.mainnet-beta.solana.com \
--account GwHH8ciFhR8vejWCqmg8FWZUCNtubPY2esALvy5tBvji \
--slot 344883706 \
--distance 10--urlRPC endpoint (e.g. https://api.mainnet-beta.solana.com)--accountIdentity pubkey to filter for--slotStarting slot number--distanceHow many slots back to check (inclusive)
- Rust (2021 edition)
- anyhow
- clap
- colored
- reqwest
- rand
- serde
- serde_json
- solana-client
- solana-program
- indicatif
- bs58
- bincode
Build:
cargo build --releaseMIT
No support. For professional/engineering use only. No responsibility for any damage =Q.Q=