Changes
- Weight gossip push peers correctly to avoid DOSing nodes that go offline
- Add
GetConfirmedBlocksWithLimit
RPC method - Add
solana inflation
command. Improvesolana block
,solana deploy
,solana stakes
,solana feature status, and
solana 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-check
comand-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