This is a Testnet release. It is not recommended for Mainnet Beta
Changes
- Fixes
solana-test-validator
attempts to take instance lock twice (thanks to @NearlyAlwaysThere) - Fixes
HttpSender
RPC error deserialization (thanks to @brson) - Fixes file map leak during accounts index creation
- Allows stake accounts with mismatched observed credits to be merged (feature gated)
- Improves transaction expiration detection reliability in client SDKs
- Docs improvements (thanks to @brson, @bji)
NOTE: Out of an abundance of caution for the aforementioned file map leak introduced in v1.7.9 and fixed here, the recommended nofiles
and max_map_count
values are now 1_000_000
. See the system tuning documentation for details