v0.10.0
Added
- #753 Add GRPC support to the testing localnet
- #775 Pipe a "y" to key add command in l1_node.sh script
- #783 Add API Breaking Changes section to CHANGELOG.md
- #787 Bounded Dec: Utility functions to cap value to bounds
Changed
- #762 Worker node owner should get compensated, not sender of inferences
- #766 Fix sort by weight instead of topic id. Remove excess sort logic
- #776 Target weight: rm div by topic epochLength
- #764 TopicRewardAlpha using weekly cadence
- #769 Stored NetworkInferences instead of query-time. Removal of
GetLatestAvailableNetworkInferences
- #794 Optimize topic weights fetch and update flow
- #737 Do not run NCalcEMA if already at same value
Deprecated
Removed
- #793 Remove stress tests
Fixed
- #765 Fix rounding precision issues in mint module
- #757 Incoming value limiting
- #761 Fix close worker nonce boundaries
- #760 Fix topic low-weight inactive topic weight vulnerability
- #771 Fix reputer/worker window boundaries
- #782 More efficient logging, added check-log-sprintf linter
- #784 Optimize: do not recalc outlier-resistant network inferences if no outliers
- #789 Fix natural logarithm undeterministic calculation
Security
- #756 Prevent ecosystem rewards after its supply hit
- #758: Ensure pending stake removals are processed
- #767 Fix ISA-2025-001
API Breaking Changes
Removed
- #769:
x/emissions
gRPC queryGetLatestAvailableNetworkInferences()
, useGetLatestNetworkInferences()
instead - #769:
x/emissions
gRPC queryGetLatestAvailableNetworkInferencesOutlierResistant()
, useGetLatestNetworkInferencesOutlierResistant()
instead