mirror of
https://github.com/anza-xyz/agave.git
synced 2026-05-01 07:12:39 +02:00
Page:
Feature Gate Activation Guidelines
Pages
2024 01 02 Testnet Rollback and Restart
2024 08 26 Testnet Restart
2024 10 09 Testnet Rollback and Restart
2024 10 16 Testnet Rollback and Restart
2024 12 11 Testnet Restart
2025 01 14 Testnet Rollback and Restart
2025 07 02 Testnet Rollback and Restart
2025 07 03 Devnet rollback and restart
2025 10 01 Testnet rollback and restart
2025 12 03 Testnet rollback and restart
2025 12 06 Testnet rollback and restart
2025 12 11 Testnet rollback and restart
2026 01 22 Testnet Restart
Agave Transition
Agave v2.0 Transition Guide
Backport Guidelines
Debugging Consensus Failures
Feature Gate Activation Guidelines
Feature Gate Activation Process
Feature Gate Activation Schedule
Feature Gate Setup Process
Feature Gate Tracker Schedule
General Debugging
Home
Incremental Snapshots
Learning Blockchain, Crypto, and Solana
Learning Rust
Snapshot Guide
v1.16 Release Schedule
v1.17 Release Schedule
v1.18 Release Schedule
v1.18 commits
v2.0 Release Schedule
v2.1 Release Schedule
v2.2 Release Schedule
v2.3 Release Schedule
v3.0 Release Schedule
v3.1 Release Schedule
v4.0 Release Schedule
v4.1 Release Schedule
No results
1
Feature Gate Activation Guidelines
WillHickey edited this page 2024-09-17 16:46:16 -05:00
Table of Contents
Feature Gate Activation Guidelines
Feature gate activations are prioritized and scheduled in the Feature Gate Tracker. Access to the Tracker is restricted because activations are often affected by security concerns which can't be discussed openly. In order to be as transparent as possible we:
- Publish the Feature Gate Tracker Schedule
- Post in
#<cluster>-feature-gateson Discord - Publish these guidelines for how feature gates are scheduled
The scheduling of feature gate activations is be based on the following principles:
- Feature gates are ordered by priority.
- Feature gates must be activated in the same order on each network.
- Feature gates must be activated on testnet, then devnet, then finally mainnet-beta.
- Some feature gates will need to be soaked before being activated on the next network, soaking will delay all lower-priority feature gates, exceptions will occur.
- Feature gates should be activated one at a time per network, exceptions will occur.
- Feature gate are generally not activated at epoch boundaries that occur on a weekend.
There are exceptions to these guidelines.
If you believe you should have access to the Feature Gate Tracker please contact the Anza devops team in Solana Discord #devops. If you have concerns about a specific feature gate please contact its owner or another core contributor.
- General
- Feature Gates
- Technical
- Policy
- Schedule
- Restart Instructions