This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Mainnet - v1.6.7
This is a stable release suitable for use on Mainnet Beta
Changes
- RPC / Client
- Add
getBlockProduction
RPC method getLeaderSchedule
now supports filtered results based on validator identity- The default commitment of pubsub subscriptions are now correctly set to confirmed instead of finalized
- Add Rust TPU client for sending transactions to the current leader TPU port
- Add
solana
command-line improvements- Fix APR calculation and clarify language around APR in
solana inflation
output - Add sorting options to
solana validators
- Display last vote, skip rate, and root behind distance in
solana validators
output withdraw-stake
now supports ALL- Add
--seed
argument support todelegate-stake
andwithdraw-stake commands
- The deprecated
pay
command is now an alias totransfer
- Implement Bip32 for seed-phrase/passphrase signing
- Fix APR calculation and clarify language around APR in
solana-test-validator
improvements- Add
--limit-ledger-size
argument - Upgradable BPF loader is now included by default
- Add
solana-validator
improvements- send votes to next leader's TPU instead of our TPU
- gossip optimizations
- Allow SetUpgradeAuthority instruction in CPI calls
- Vote processing improvements
- Documentation improvements
- Upgrade Rust toolchain to 1.51