Solana Mainnet (Agave v4.2 Upgrade)

Scheduled for Aug 10, 11:00 UTC  -  Aug 15, 11:00 UTC

Scheduled

Solana Mainnet (Agave v4.2 Upgrade)

Scheduled maintenance for the Agave v4.2 upgrade on Solana Mainnet.

This upgrade includes a few client-facing changes worth noting ahead of time:

Token-2022 confidential transfers:
depositConfidentialTransfer/withdrawConfidentialTransfer instructions in jsonParsed responses will emit a single account field instead of separate source/destination fields. If your integration parses these fields directly, you may need to update your parsing logic.

getClusterNodes:
Results will no longer be filtered to your own shred version, and the shredVersion field will reflect each peer's own value rather than a constant. Expect more entries in the response, with heterogeneous shredVersion values.

Reward parsing:
A new rewardType value (DeactivatedStake) may appear in getInflationReward and getBlock/getBlockProduction responses. Additionally, the commission field in reward data may return null in some cases going forward.

For full technical details, see:
Agave v4.2 release schedule: https://github.com/anza-xyz/agave/wiki/v4.2-Release-Schedule

We recommend testing your integration against Devnet before this date if you haven't already.
Posted Aug 06, 2026 - 12:35 UTC
This scheduled maintenance affects: Solana (Mainnet — JSON-RPC API, Mainnet — Websockets API, Mainnet — Streams, Mainnet — Webhooks).