Scheduled maintenance is currently in progress. We will provide updates as necessary.
Posted Jun 09, 2026 - 15:03 UTC
Scheduled
We will be upgrading our Solana Devnet nodes from v4.0.1 to v4.1.0-beta.3.
This is a beta release intended for testing upcoming protocol changes and validator behavior. It is not recommended for Mainnet Beta. No downtime is expected. However, as services restart and resynchronize with the cluster, you may notice: - A slight increase in HTTP 503 errors. - Brief connection interruptions and minor increases in response times.
API changes: There are no new or removed public JSON-RPC methods in this release. Two existing methods see additive or behavioral changes: - getVoteAccounts — A new optional field, inflationRewardsCommissionBps, has been added to each vote account entry. This change is additive and fully backwards-compatible: the existing commission field is preserved, and the new field is omitted when not present, so consumers that don’t read it are unaffected. The field relates to the upcoming SIMD-0291 commission-in-basis-points change. - getPrioritizationFees — The values returned now reflect the effective price (the fee rounded up to the transaction’s compute-unit limit and back-calculated to micro-lamports per CU) rather than the raw submitted fee. This is a behavioral change only — the response schema is unchanged. Tools that use this endpoint to estimate required priority fees may see slightly different numbers and should validate their logic against the new values.