Releases: allora-network/allora-chain
Releases · allora-network/allora-chain
v0.2.1-dev
simplify rewards by adding rewardable topic set (#318) Add reward-ready queue, just like we have for churnable topics. Add topic when reputer payload committed, pop during EmitRewards, reset when rewards paid out. Topics still need to be churnable (active, epochLength % blockHeight == 0, top N by weight) in order to be rewardable, rewardable is just tracked more cleanly. No more "x-ready" just "xable": * "churn-ready" -> "churnable" * "reward-ready" -> "rewardable" Added query to return weight and "effective revenue" from `GetTopic` query. Added tie breakers to sorting functions that were missing it. Added validation on submitted losses to check if losses were submitted for duplicate workers. We now just take 1 per unique worker per type of loss. [Associated ticket](https://linear.app/upshot/issue/ORA-1509/add-reward-ready-queue). --------- Co-authored-by: Diego Campo <[email protected]> Co-authored-by: Tyler <[email protected]>
v0.2.0-dev
Diego/ora 1507 reputer calls depend on being churn ready renamed (#315) * Add param TopicFeeRevenueDecayRate , set to 0.025 * Apply to ResetTopicRevenue * The decay will be applied now to all topics. Because the feeRevenue of the non-topN is added to the total revenue (via `sumRevenueOfBottomTopics` ) , this can be considered added to the mix and so it's ok to apply decay. This reduces the variability of topics going in/out of the topN, leading to more stable topics. WIP passes unit tests, but untested on integration/stress. --------- Co-authored-by: Tyler <[email protected]> Co-authored-by: Kenny <[email protected]>
v0.1.0-dev.a53b6d4
v0.1.0-dev.a53b6d4
v0.0.10
lessen v1 inflation (#103) * lessen extreme inflation * upgrade version
v0.0.9
changes default power reduction to 10^18 (#99) Issue with validator power reduction causing an over flow, with 10^18, we halted. After researching, looks like it is an issue with the validator power reduction calculations, causing an overflow in CometBFT. Discussion https://github.com/cosmos/cosmos-sdk/issues/8357 Sifchain, BNB Greenfield, Ethermint all 10^18 https://github.com/search?q=NewIntFromBigInt%28new%28big.Int%29.Exp%28big.NewInt%2810%29%2C+big.NewInt%2818%29%2C+nil%29%29&type=code Signed-off-by: Derek Anderson <[email protected]>
v0.0.8
What's Changed
- Update links to allora-network by @xmariachi in #75
- adjust instructions by @vladupshot in #78
- fix readme formatting by @vladupshot in #80
- release binary to github by @dmikey in #76
- [ORA-742] Implementation of IBC bridge by @RedBird96 in #74
- Derek/ora 1006 release allorad binaries by @dmikey in #81
- ORA-1029: Fix default config for running a node on testnet + Update README by @clementupshot in #82
- Update release_binary.yml by @dmikey in #84
New Contributors
- @RedBird96 made their first contribution in #74
- @clementupshot made their first contribution in #82
Full Changelog: v0.0.7...v0.0.8