From 9cbc40c7970230178cdc09b8915f34079d6ab607 Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Tue, 10 Oct 2023 15:10:17 -0400 Subject: [PATCH] update release notes --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 1b102db9f363..f4bf256029f2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -20,6 +20,8 @@ The plugin version is unchanged at `28` and compatible with versions `v1.10.9 - ### Configs +- Added `--snow-preference-quorum-size` flag +- Added `--snow-confidence-quorum-size` flag - Added `"fx-owner-cache-size"` to the P-chain config ### Fixes @@ -74,6 +76,7 @@ The plugin version is unchanged at `28` and compatible with versions `v1.10.9 - - Add height voting for chits by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2102 - Add Heap Queue by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2135 - Add additional payload.Hash examples by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2145 +- Split Alpha into AlphaPreference and AlphaConfidence by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2125 **Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.11...v1.10.12