This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Mainnet - v1.5.10
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
getLeaderScheduleperformance. - cli/rpc/watchtower: Fix overflows due to recent surge of active stakes.
- cli: Support
transferwith seed - cli: Improve
solana deployreliability. - sdk: Add
borshsupport.
Breaking Changes
- RPC: Limit
getProgramAccountsmemcpy filter string to 128 bytes