Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Mainnet - v1.5.10

Choose a tag to compare

@ryoqun ryoqun released this 25 Feb 16:43
5f03a17

This is a stable release suitable for use on Mainnet Beta

Changes

  • validator: Fix another memory leak by improving caching behavior of AccountsDb's AppendVec/mmap
  • validator: AccountsDb's hashing performance improvement
  • validator/rpc: Various logging/metrics improvements to investigate ongoing traffic and stall issues
  • rpc: Improve getLeaderSchedule performance.
  • cli/rpc/watchtower: Fix overflows due to recent surge of active stakes.
  • cli: Support transfer with seed
  • cli: Improve solana deploy reliability.
  • sdk: Add borsh support.

Breaking Changes

  • RPC: Limit getProgramAccounts memcpy filter string to 128 bytes