Skip to content

Commit 7057d63

Browse files
committed
Add RELEASES-flare.md file
1 parent 88e374f commit 7057d63

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

RELEASES-flare.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Release Notes: Flare and Songbird networks
2+
3+
Here are listed specific changes to the code for the Flare and Songbird networks. For a comprehensive list of general changes, see [here](./avalanchego/RELEASES.md) for the AvalancheGo project and [here](./coreth/RELEASES.md) for the Coreth project.
4+
5+
## [v1.10.0]
6+
7+
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.
8+
9+
### Specific changes:
10+
11+
- Return delegators in `platform.getCurrentValidators` when the environment variable `COMPLETE_GET_VALIDATORS` is set to `true`. (Only the number of delegators is returned by default unless only one node is specified.)
12+
13+
- `AddPermissionlessValidatorTx` and `AddPermissionlessDelegatorTx` transactions 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 disable `AddValidatorTx` and `AddDelegatorTx` transactions in v1.11.0 to align with Avalanche.
14+
15+
- 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.
16+
17+
## [v1.9.0]
18+
19+
### Specific changes:
20+
21+
- `AddPermissionlessValidatorTx` and `AddPermissionlessDelegatorTx` transactions are disabled.
22+
23+
- Subnets are disabled.
24+
25+
- We allow Ethereum-style signatures for P-chain transactions ([EIP-191](https://eips.ethereum.org/EIPS/eip-191)).

0 commit comments

Comments
 (0)