Skip to content

Commit 1bf07b1

Browse files
committed
Update release notes
1 parent 7057d63 commit 1bf07b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ go-flare is a modified version of [avalanchego@v1.10.0](https://github.com/ava-l
77
- **Songbird: May 6, 2025 at 12 UTC**
88
- **Flare: May 13, 2025 at 12 UTC**
99

10+
See [release notes](./RELEASES-flare.md) for more info.
1011

1112

1213
## System Requirements

RELEASES-flare.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
## [v1.10.0]
5+
## v1.10.0
66

77
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.
88

@@ -14,7 +14,11 @@ The changes go into effect on May 6, 2025 at 12 PM UTC for the Songbird network
1414

1515
- 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.
1616

17-
## [v1.9.0]
17+
### Note:
18+
19+
- We recommend using `AddPermissionlessValidatorTx` and `AddPermissionlessDelegatorTx` transactions for adding validators and delegators after the fork. When creating `AddPermissionlessValidatorTx` you need to specify the BLS proof of posession (BLS public key and signature). You can find the BLS proof of posession in the response of `info.getNodeID` API. 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 existing `staker.crt` and `staker.key` files.
20+
21+
## v1.9.0
1822

1923
### Specific changes:
2024

0 commit comments

Comments
 (0)