You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/home/release-notes.mdx
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Allora Network Release Notes
2
2
3
+
4
+
## v0.9.0
5
+
6
+
### Key Features and Improvements
7
+
8
+
9
+
#### Revamped Reward and Scoring Mechanism
10
+
11
+
-**Scoring and Rewards Improvements**: The scoring and rewards mechanism has been revamped to be more robust and fair.
12
+
13
+
-**Outlier Impact**: Outlier submissions are now naturally penalized more heavily, ensuring that the network is not affected by a small number of high-impact submissions.
14
+
15
+
-**Normalized Standard deviations**: A common stddev is used for actors on each topic on inference synthesis, ensuring that the scoring is more consistent.
16
+
17
+
-**Weights Transparency**: Inferer and Forecaster weights, and their respective stddevs are now stored onchain per-topic and can be queried.
18
+
19
+
#### New Emitted Events
20
+
21
+
-**New Events**: Latest worker weights and common stddev events are now emitted.
22
+
23
+
#### Bug Fixes
24
+
25
+
-**Rewards block event emission**: Reward events are now emitted on the block of their related nonce, aligned with scores and related events.
0 commit comments