This repository was archived by the owner on Jan 22, 2025. It is now read-only.
v1.3.15
Changes
- Weight gossip push peers correctly to avoid DOSing nodes that go offline
- Add
GetConfirmedBlocksWithLimitRPC method - Add
solana inflationcommand. Improvesolana block,solana deploy,solana stakes,solana feature status, andsolana catchup` commands - Add validator comand-line options to tune RPC pubsub:
--rpc-pubsub-max-connections,--rpc-pubsub-max-fragment-size,--rpc-pubsub-max-in-buffer-capacity,--rpc-pubsub-max-out-buffer-capacity - Added validator
--no-port-checkcomand-line option to skips port reachable tests at validator start-up. - Cross-Program Invocation's now enforce that the program be executable, and avoid translating a zero-length vector
- Avoid overflow when computing rent distribution
- Gossip performance optimizations