LiNEAR v1.5.0
New Features
- Enhance unstake algorithm, as a follow-up enhancement of automatic validator selection algorithm, which will further reduce the number of pending validators when unstake, and improve the overall staked amount allocation effectiveness.
- Enable automatic balance sync after stake and unstake against validators, which makes sure contract balances keep synced with staking pools, without relying on calling the sync balance function afterwards.
Note: This upgrade requires contract state migration.
What's Changed
- feat: epoch unstake algorithm v2 by @Arkff in #168
- chore: add validators by @linguists in #181
- test(mock):
deposit_and_stake
by @0xdefacto in #182 - fix: epoch action execution flag by @linguists in #183
- feat: sync balance after epoch stake and unstake by @0xdefacto in #184
- feat: allow sync validator balance by manager by @linguists in #186
- feat: allow epoch update rewards for validators with no staked and unstaked amount by @linguists in #187
- chore: release v1.5.0 by @linguists in #185
- feat: remove requirement of minimum unstake amount by @linguists in #188
Full Changelog: v1.4.4...v1.5.0