Releases: allora-network/allora-chain
Releases · allora-network/allora-chain
v0.14.0
v0.13.0
Changelog
- Tokenomics adjustments
- CometBFT update v0.38.19
- Cleaner BeginBlocker/EndBlocker
v0.12.4
Changelog
- 8d87995: Fix OR-NIs event emission + ValueBundle optimized types + custom proto (#859) (@xmariachi)
- f0db952: fest(x/emissions): add reputer stake updated event (@amimart)
- 703078f: fix(x/emissions): move stake removal events to keeper (@amimart)
- 9a4b25e: fix(x/emissions): use reputer stake in stake updated evt (@amimart)
- 639f4b4: docs(x/emissions): rework event proto droc (@amimart)
- 632b88e: feat(x/emissions): emit req/cancel stake removal events (@amimart)
- 220a7ae: docs: update changelog (@amimart)
- b29ab13: refactor(x/emissions): mv new stake evts to keeper (@amimart)
- efb2194: feat(x/emissions): unify stake related evts providing delegator (@amimart)
- c1c91b9: Emit event when reputer stake is updated (#863) (@amimart)
v0.12.3
Changelog
- b8bfffb: Apply an upper boundary to open reputer submission window event (#857) (@xmariachi)
v0.12.2
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
- #849 Fix GHSA-p22h-3m2v-cmgh
x/distributionissue
API Breaking Changes
Removed
Added
Changed
v0.12.1
v0.12.0
Added
- #781 Enable pebbledb
- #818 Emit new
EventNetworkInferencesevent 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
v0.11.0
Added
- 807 Add
v0.11.0upgrade 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
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/emissionsgRPC queryGetLatestAvailableNetworkInferences(), useGetLatestNetworkInferences()instead - #769:
x/emissionsgRPC queryGetLatestAvailableNetworkInferencesOutlierResistant(), useGetLatestNetworkInferencesOutlierResistant()instead