Skip to content

Releases: allora-network/allora-chain

v0.14.0

10 Nov 13:18
v0.14.0
b4bb064

Choose a tag to compare

Changelog

Added

  • #887 Mint foundation coins

Changed

Deprecated

Removed

Fixed

Security

API Breaking Changes

Removed

Added

Changed

v0.13.0

23 Oct 18:32
v0.13.0
5c5836c

Choose a tag to compare

Changelog

  • Tokenomics adjustments
  • CometBFT update v0.38.19
  • Cleaner BeginBlocker/EndBlocker

v0.12.4

30 Sep 19:03
v0.12.4
c1c91b9

Choose a tag to compare

v0.12.4 Pre-release
Pre-release

Changelog

v0.12.3

11 Sep 12:34
v0.12.3
b8bfffb

Choose a tag to compare

v0.12.3 Pre-release
Pre-release

Changelog

v0.12.2

04 Sep 15:52
v0.12.2
1b891a2

Choose a tag to compare

v0.12.2 Pre-release
Pre-release

Added

  • #823 Pruning metric and event
  • #834 Add outlier resistant network inferences event
  • #854 Add EmissionInfo event
  • #850 Add missing events
  • #855 Add new actor window queries

Changed

Deprecated

Removed

Fixed

Security

API Breaking Changes

Removed

Added

Changed

v0.12.1

16 May 11:32
v0.12.1
33e1aea

Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • #821 Disable CGO in goreleaser to produce static binaries

Security

API Breaking Changes

Removed

Added

Changed

v0.12.0

13 May 15:41
v0.12.0
c2a6ccb

Choose a tag to compare

Added

  • #781 Enable pebbledb
  • #818 Emit new EventNetworkInferences event when closing worker nonce
  • #819 Mint module metrics + refactor on metric names

Changed

  • #815 Refund ecosystem account when invalid topic to reward
  • #777 Allow forecasts with unregistered inferers to proceed
  • #773 Update the topic's state and weight on RemoveStakes()

Deprecated

Removed

Fixed

  • #799 Correct Monthly PreviousPercentageRewardToStakedReputers Calculation
  • #770 Allow delegate stake management after reputer unregister
  • #796 Make all math calculations deterministic

Security

API Breaking Changes

Removed

Added

Changed

v0.11.0

16 Apr 20:24
v0.11.0
535e62c

Choose a tag to compare

v0.11.0

Added

  • 807 Add v0.11.0 upgrade handler

Changed

Deprecated

Removed

Fixed

  • #803 Add reset/cleanup functions to defer in CloseReputerNonce
  • #804 Additional validations + use inferenceBlockheight in NetworkInferences
  • #805 An invalid bundle gets ignored on networkLoss calc

Security

API Breaking Changes

Removed

Added

Changed

v0.10.0

07 Apr 18:47
v0.10.0
7c5d49e

Choose a tag to compare

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 query GetLatestAvailableNetworkInferences(), use GetLatestNetworkInferences() instead
  • #769: x/emissions gRPC query GetLatestAvailableNetworkInferencesOutlierResistant() , use GetLatestNetworkInferencesOutlierResistant() instead

Added

Changed

v0.9.0

23 Feb 16:00
v0.9.0
4bde6e3

Choose a tag to compare

v0.9.0

Added

Changed

  • #747 New stdnorm calc + weights onchain

Deprecated

Removed

Fixed

  • #748 Add nonce to rewards events

Security