Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions pages/home/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -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 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.
- **Transfer ownership**: Workers can now transfer ownership of rewards.

### Bug Fixes and Other Improvements

- **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

- **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
Expand Down
Loading