This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Testnet - v1.14.1
This is a Testnet release. It is not recommended for Mainnet Beta
v1.14 is a direct continuation of v1.11. See discussion on Discord in #releng and #proj-quic-tpu:
https://discord.com/channels/428295358100013066/910937142182682656/1019051275318476881
Changes
- Restore aliasing rules in BPF loader. (backport #27752) (#27760) - Resolves v1.13 / v1.14 incompatibility.
- uses varint encoding for vote-state lockout offsets (backport #27565) (#27727)
- Add --process-ledger-before-service flag to solana-validator (backport #27716) (#27717)
- removes set_{slot,index,last_in_slot} implementations for merkle shreds (backport #27689) (#27691)
- Update getBlock/getTransaction rpc handling of return_data (backport #27672) (#27681)
- Respect rewards parameter in getBlock transaction-level rewards (backport #27655) (#27670)
- add new leader slot metric to track account contention throttling (backport #27654) (#27668)
- Added option to turn on UDP for TPU transaction and make UDP based TPU off by default (backport #27462) (#27658)
- test-validator clone with get_multiple_accounts (backport #27636) (#27637)
- Skip loadedAddresses for jsonParsed tx meta (backport #27618) (#27639)
- RPC: include resolved keys from table lookups in parsed message response (backport #27552) (#27610)
- track time to coalesce entries in recv_slot_entries (backport #27525) (#27628)
- protect access to rent paying account vec (backport #26919) (#27562)
- RPC Notifier Signal when Setup Complete (backport #27481) (#27578)
- Fixup docs formatting re: commitment configuration (backport #27561) (#27574)
- Use batch send in bench-tps to send transactions (backport #27527) (#27560)
- Fixed typo and json standards in the document (backport #27557) (#27559)
- deserialize(or eof) snapshot epoch_accounts_hash (backport #27513) (#27549)
- zk-token-sdk: calculate transfer fee without conditional branch (backport #27356) (#27490)
- Zk token sdk/batch discrete log (backport #27412) (#27493)
- zk-token-sdk:add length checks (backport #27389) (#27492)
- zk-token-sdk: constant time equality check for elgamal and aes key derivation (backport #27364) (#27491)
- zk-token-sdk: remove non-constant time assign for fee_proof transcript (backport #27354) (#27488)
- zk-token-sdk: use constant-time msm for inner product proof generation (backport #27355) (#27489)
solana-validator exit
: Wait for first incremental snapshot after a full snapshot before restarting (backport #27471) (#27478)- clean_dead_slots_from_accounts_index unrefs correctly (backport #27461) (#27467)
- cli: Require
--bypass-warning
flag to close program accounts (backport #27108) (#27457) - slots_per_epoch shouldn't be optional (backport #27256) (#27295)
- rpc-sts: respect app exit in tx receiver thread (backport #27404) (#27423)