Key Changes
Added validator commission monitoring through the new solana_validator_commission metric, and improved light mode support for private RPC providers.
What's Changed
- Added the
solana_validator_commissionmetric (@johnstonematt). - Skipped RPC methods that are unavailable on private RPC providers when running in light mode (@hoanhan101).
- Skipped the
getVoteAccountscall during config initialisation when running in light mode (@jemiller-jumptrading). - Fixed a
votekeytypo in the README (@brittcyr).
New Contributors
- @hoanhan101 made their first contribution in #99.
- @jemiller-jumptrading made their first contribution in #104.
- @brittcyr made their first contribution in #101.
Full Changelog: v3.0.2...v3.1.0