Here are listed specific changes to the code for the Flare and Songbird networks. For a comprehensive list of general changes, see here for the AvalancheGo project and here for the Coreth project.
The changes go into effect
- March 17, 2026 at 12 PM UTC for the Coston network,
- March 24, 2026 at 12 PM UTC for the Coston2 network,
- March 31, 2026 at 12 PM UTC for the Songbird network,
- April 14, 2026 at 12 PM UTC for the Flare network.
The changes go into effect
- November 13, 2025 at 10 AM UTC for the Coston network,
- November 13, 2025 at 2 PM UTC for the Coston2 network,
- November 25, 2025 at 12 PM UTC for the Songbird network,
- December 2, 2025 at 12 PM UTC for the Flare network.
- In contrast to Avalanche, the minimum C-chain base fee after the fork remains at 25 GWei.
- Minimum price per unit of gas used in P-chain dynamic transaction fee calculation is set to 250 nFLR.
The changes go into effect
- June 24, 2025 at 12 PM UTC for the Coston2 network,
- July 1, 2025 at 12 PM UTC for the Coston network,
- July 22, 2025 at 12 PM UTC for the Songbird network,
- August 5, 2025 at 12 PM UTC for the Flare network.
- Avalanche added in v1.10.3 a new config
--http-allowed-hostswith a default value oflocalhost. Set--http-allowed-hosts="*"to allow RPC calls for all hosts.
The changes go into effect on May 6, 2025 at 12 PM UTC for the Songbird network and on May 13, 2025 at 12 PM UTC for the Flare network.
-
Return delegators in
platform.getCurrentValidatorswhen the environment variableCOMPLETE_GET_VALIDATORSis set totrue. (Only the number of delegators is returned by default unless only one node is specified.) -
AddPermissionlessValidatorTxandAddPermissionlessDelegatorTxtransactions are enabled for the primary network (they were disabled in 1.9.0) and are the preferred way to add delegators and validators as we plan to disableAddValidatorTxandAddDelegatorTxtransactions in v1.11.0 to align with Avalanche. -
Reduce the target gas (for the 10-second rolling window used for dynamic fee calculation) to 15,000,000 from 150,000,000 for the Songbird network to be consistent with the Flare network.
- We recommend using
AddPermissionlessValidatorTxandAddPermissionlessDelegatorTxtransactions for adding validators and delegators after the fork. When creatingAddPermissionlessValidatorTxyou need to specify the BLS proof of posession (BLS public key and signature). You can find the BLS proof of posession in the response ofinfo.getNodeIDAPI. Path to the BLS private key is specified with--staking-signer-key-file. The default is~/.avalanchego/staking/signer.key. If it does not exist, it will be populated with a new key. You should copy it to your persistent storage along with the existingstaker.crtandstaker.keyfiles.
-
AddPermissionlessValidatorTxandAddPermissionlessDelegatorTxtransactions are disabled. -
Subnets are disabled.
-
We allow Ethereum-style signatures for P-chain transactions (EIP-191).