Starknet puts dynamic gas on the ballot
StarkWare has opened voting on Starknet v0.14.3, now planned for testnet on June 22 and mainnet on July 6, with RPC 0.8 on the way out.
StarkWare said voting on Starknet v0.14.3 is now live, with a revised rollout schedule: deployment is planned for testnet on June 22, 2026, and mainnet on July 6, postponed from the date in the governance proposal. The central fact is not just another version bump. It is a network coordination event that combines a STRK staker vote, a change to the fee model, and a clear warning to developers because the release introduces breaking changes.
The most visible change is about gas, the unit used to measure the execution cost of transactions. Starknet v0.14.3 brings dynamic Layer 2 base fee adjustments linked to the STRK price, with the goal of making costs more predictable. A base fee is the minimum price paid to include a transaction. On a Layer 2 network such as Starknet, that parameter helps balance demand, capacity, and protection against spam. Moving to a more automatic mechanism means the network wants fees to respond more closely to changing activity instead of depending on a static floor that may be too high in quiet periods or too low during congestion.
The package also changes block cadence. StarkWare says the upgrade brings faster block production and a lower target amount of L2 gas per block, while keeping the maximum block size unchanged. That distinction matters: lowering the target without lowering the ceiling can make the fee market react sooner, while preserving room for bursts of activity. For users, the intended effect is steadier confirmation. For applications, the practical work is to check fee estimation, latency assumptions, and any logic that treats block numbers as timing markers.
The most immediate constraint is infrastructure. StarkWare says RPC v0.8 will be deprecated. RPC is the interface wallets, explorers, indexers, and applications use to query a node. Services still connected to that version will need to move to a newer interface before deployment, or they may see failures when the network changes rules. That makes this upgrade a useful signal for the Layer 2 market: fee optimization is no longer just a promise of lower costs. It is becoming protocol machinery that asks production operators to keep up. Starknet’s vote will show whether its governance process can absorb that trade-off between better economics and short-term migration work.