From cdd869bd4a5e046e05209009322539ba41a235c7 Mon Sep 17 00:00:00 2001 From: Diego C Date: Wed, 11 Feb 2026 21:19:33 +0100 Subject: [PATCH 1/2] Add Release Notes v0.15.0 --- pages/home/release-notes.mdx | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pages/home/release-notes.mdx b/pages/home/release-notes.mdx index 8738276..6290f5e 100644 --- a/pages/home/release-notes.mdx +++ b/pages/home/release-notes.mdx @@ -1,5 +1,39 @@ # Allora Network Release Notes + + +## v0.15.0 + +### Key Features and Improvements + +#### Scheduler and Settings +- **Enforce recommended consensus settings** to increase network stability. +- **x/scheduler module**: New module for task scheduling.. + +#### Topic Management +- **Topic configuration updates**: Topic creators can update certain topic config settings +- **Per-topic c_norm**: c_norm is now a configurable per-topic field instead of a global parameter. + +#### Queries and Ownership +- **Open submission window queries**: New queries on open submission windows to improve submission window management on clients. +- **Transfer ownership**: Workers can now transfer ownership of rewards. + +### Bug Fixes and Other Improvements + +- **OOIF matrix**: Fix matrix for events with value bundle. +- **Active topic set**: Fix potential active topic set issue. + +### Security + +- **CometBFT**: Upgrade to v0.38.19. + +## v0.14.0 + +### Key Features and Improvements + +#### Mint Module +- **Mint foundation coins**: Align foundation coins to the Allora Foundation account (#887). + ## v0.13.0 ### Key Features and Improvements From a0a95ca419e29118f98a3f0becd49b61459dc53b Mon Sep 17 00:00:00 2001 From: Diego C Date: Wed, 11 Feb 2026 21:32:55 +0100 Subject: [PATCH 2/2] typos/fixes --- pages/home/release-notes.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/home/release-notes.mdx b/pages/home/release-notes.mdx index 6290f5e..88444f7 100644 --- a/pages/home/release-notes.mdx +++ b/pages/home/release-notes.mdx @@ -8,11 +8,11 @@ #### Scheduler and Settings - **Enforce recommended consensus settings** to increase network stability. -- **x/scheduler module**: New module for task scheduling.. +- **x/scheduler module**: New module for task scheduling. #### Topic Management - **Topic configuration updates**: Topic creators can update certain topic config settings -- **Per-topic c_norm**: c_norm is now a configurable per-topic field instead of a global parameter. +- **Per-topic c_norm**: c_norm is now a configurable per-topic field instead of a global parameter for better topic customization and performance. #### Queries and Ownership - **Open submission window queries**: New queries on open submission windows to improve submission window management on clients. @@ -20,8 +20,8 @@ ### Bug Fixes and Other Improvements -- **OOIF matrix**: Fix matrix for events with value bundle. -- **Active topic set**: Fix potential active topic set issue. +- **OOIF matrix**: Fix matrix for events with value bundle to avoid potential issues with event parsing. +- **Active topic set**: Fix a theoretical active topic set issue. ### Security