This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Mainnet - v1.10.26
This is a stable release suitable for use on Mainnet Beta
Changes
- Add
VoteInstruction::AuthorizeWithSeed
andVoteInstruction::AuthorizeWithSeedChecked
instructions (#25928) - Add ability to use a non-default app profile id in bigtable requests (#25968) (contributed by dancoombs)
- Enforce accounts data size limit per block in ReplayStage (#25524)
- Use full local port range when allocating a UDP port to forward transactions (#26036)
- Add hidden flag to enable QUIC servers for ClusterType::MainnetBeta to allow for further testing before a wider roll out (#26042)
Upgrade notes
If you're upgrading from 1.9 to 1.10.26:
- OS network limit tests now produce an error by default. Consult the System Tuning section here or add
--no-os-network-limits-test
to your startup arguments - the validator dynamic port range must be at least 12 wide but can be made wider to handle future expansions. The ports specified with
--dynamic-port-range
will also need to be open in any firewalls. Recommended value:--dynamic-port-range 8000-8020