Skip to content

v1.3.15

Compare
Choose a tag to compare
@t-nelson t-nelson released this 03 Oct 03:09
90d586a

Changes

  • Weight gossip push peers correctly to avoid DOSing nodes that go offline
  • AddGetConfirmedBlocksWithLimit RPC method
  • Add solana inflation command. Improve solana 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