ChangelogSeptember 10, 2026bySolana FoundationSolana Foundation

Solana Changelog: September 10, 2026

Solana Changelog: September 10, 2026

This is a weekly newsletter on the latest Solana engineering news this week. If you want to stay updated on Solana tech every week, follow Solana Changelog at @solana_devs and @readylayerone and turn on notifications.

Major Network Announcement:

Please check your applications to see if they support V1 transactions:

https://solana.com/upgrades/larger-transaction-sizes

The network has decided to delay activation to Epoch 1035 to give more time for users to prepare.

Releases

Notable feature gate activations

Mainnet

Custom Commission Collector

Devnet

Set lamports per byte to 5080

New versions

Ecosystem work

SIMDs

Validator clients (Agave, Firedancer, Mithril)

  • Agave could move to an implementation of BLS sigverify that uses several threads to do several steps instead of doing all the steps in threads sequentially.
    • WTM - This is a performance change that could possibly unblock the BLS sigverify steps. By doing it this way, no step could be a bottleneck to previous jobs being queued for execution.
  • Agave’s tpu-client-next broadcasting will handle abort behavior on its broadcast behavior.
    • WTM - In production, connections should have an abort handle in case there are issues where only a connection restart would resolve them. In this case, when the TLS certificate expires, an abort and renewal is necessary.
  • Agave made several performance improvements to its gossip implementation
    • WTM - Gossip was one of the performance bottlenecks identified in Agave early on. This service is how validators communicate with each other, which if not performant, can be a bottleneck to processing transactions.
  • Agave will implement SIMD-0232 with an interface via the CLI
    • WTM - The validator commission collector SIMD has been unblocked and accepted during the SIMD process. This will allow validators to get their commissions on a separate address.

RPC 2.0

Solana language clients (Web3.js, Solana Kit, Kit plugins, Solana SDK, Codama, Solana Go)

  • Solana Web3.js is proposing to add the @solana/wallet-adapter
    • WTM - Solana Wallet Adapter is tied closely to Solana Kit at the moment. Allowing Web3.js to interface with it keeps it compatible with the latest tooling. Initially, it was only in sync with the old version of the Wallet adapter.
  • Solana Kit is adding a new method to create a keypair signer from raw byte inputs
    • WTM - This is a new functionality that completes creation of keypairs based on bytes. Wallets might use this because they store the keypair bytes in memory.
  • Foundation’s Solana Go will allow for an API to add confidential transaction instructions
    • WTM - Solana interfaces are expected to support confidential transfers. This keeps Solana Go in line with that implementation.
  • Flux’s Solana Go has added the Memo program WTM - Solana interfaces are expected to support the Memo program. This keeps Flux’s Solana Go in line with that implementation.
  • The Solana Wallet Standard will allow wallets to advertise their support for V1 transactions
    • WTM - In line with the big push for V1 transactions, the Solana Wallet Standard will enable wallets to tell applications what transaction versions they support.

Solana program frameworks (Anchor, Pinocchio, Steel, Quasar)

  • Anchor will rewrite its provider in @solana/kit
    • WTM - The Anchor provider is tied to Web3.js. Kit is the newer web interface and Anchor is taking an opinionated stance to move over.
  • Caravel will support sbpfv3
    • WTM - sbpfV3 is the new bytecode format supported on Solana programs. Caravel is keeping up with the other program frameworks.

Testing frameworks (mollusk, litesvm, surfpool)

  • Surfpool will support historical forks
    • WTM - This is in line with supporting scenarios on Surfpool. Several other solutions have been proposed outside this project, but a testing environment supporting this benefits users who want their contracts to be better prepared.

Other interesting things

Last Week’s Issue

https://x.com/solana_devs/status/2095469220138213687

Share this article
Solana network upgrades tracker showing Agave releases and activation status

Network Upgrades

Network Upgrades

Track every Solana protocol upgrade in one place: Alpenglow and 150ms finality, 200ms slot times, rent down 90%, each listed by Agave release, activation status, and the action validators need to take. See what lands next.