News linked to both this project and an event.
According to CryptoSlate, researchers from USENIX Security publicly disclosed a clock attack vulnerability against Solana’s Proof of History (PoH) mechanism on August 12. The vulnerability had been privately reported to the Solana development team as early as December 2025. Research indicates that a malicious scheduler leader could manipulate the PoH logical clock through "re-anchoring," slowing the progression of logical time. This would yield a longer transaction selection window within physical time, allowing the attacker to isolate honest leaders' blocks via the TowerBFT fork-choice mechanism, with the required stake for the attack falling below 33%. The Alpenglow security contest hosted by Anza, which offered a 50,000 SOL prize pool, concluded on August 19. However, the vulnerability was excluded from the evaluation scope because the contest rules explicitly excluded "behaviors that can only be triggered when Alpenglow is inactive." The Solana development team confirmed awareness of the issue, stating that the probability of the worst-case scenario occurring under current conditions is low. They expect the Alpenglow upgrade to fundamentally eliminate the attack's prerequisites. The Alpenglow code is already integrated into the Agave 4.2 client but remains inactive on the mainnet, with full deployment expected alongside Agave 4.3. Until then, the transitional risks associated with this vulnerability have yet to receive public implementation-level analysis or official responses.
Anza, a core Solana development team, announced that it has recommended Solana mainnet validators upgrade to Agave 4.0. This release includes XDP for Turbine, TPU transaction ingestion exclusively over QUIC, faster replay stages, and a suite of feature-gated SIMD instructions set to activate during this cycle. Production environment results from large mainnet validators show Turbine retransmission latency has dropped from 600 ms to approximately 0.8 ms. Additionally, UDP-based transaction ingestion has been removed, making QUIC the sole transaction submission method; simple vote transactions now follow the same cost model as regular transactions. Features including p-token, Stake Program v5, SBPFv3 program support, pre-funded account creation, and BLS12-381 system calls will also be enabled during the 4.0 cycle.
: Solana core development team Anza announced that a major consensus mechanism upgrade, codenamed Alpenglow, has been launched on the community testnet. Validators can now switch from the current Proof-of-Stake, Proof-of-History, and TowerBFT architecture to the new consensus framework within the test cluster.The upgrade shortens transaction finality time and improves network response efficiency by restructuring the validator communication and block confirmation process. This testing phase marks that validators can now execute the Alpenswitch migration operation in a real-world environment. Solana co-founder Anatoly Yakovenko previously stated that if testing goes smoothly, Alpenglow could be deployed to the mainnet as early as next quarter. (CoinDesk)
: The Solana Foundation has announced that its core development team, Anza, has reached an agreement with Jump Crypto's Firedancer on a potential post-quantum solution, planning to introduce a new digital signature scheme called Falcon. Although the threat of quantum computing is not expected to materialize for several years, Solana has already developed a phased upgrade roadmap. The plan includes ongoing research into Falcon and other alternatives, introducing post-quantum schemes for new wallets when necessary, and ultimately completing the migration of existing wallets. Currently, the quantum-resistant primitive Winternitz Vault, developed by Blueshift, has been operating on Solana for over two years. The Solana Foundation stated that the network's high-speed, low-latency design is compatible with such solutions and expects the migration will not significantly impact performance.