Skip to content

Releases: linear-protocol/LiNEAR

LiNEAR v1.6.0

21 Feb 06:59
b320c5f
Compare
Choose a tag to compare

This release deprecates the built-in liquidity pool and staking farm features.

What's Changed

Full Changelog: v1.5.1...v1.6.0

LiNEAR v1.5.1

06 Feb 12:09
5619972
Compare
Choose a tag to compare

The release adds one new function to return all liquidity in the built-in liquidity pool back to providers.

What's Changed

  • feat: remove all liquidity from built-in liquidity pool by @linguists in #190

Full Changelog: v1.5.0...v1.5.1

LiNEAR v1.5.0

27 Sep 14:04
17517fb
Compare
Choose a tag to compare

New Features

  1. 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.
  2. 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

Full Changelog: v1.4.4...v1.5.0

LiNEAR v1.4.4

05 Jul 08:22
88d20f0
Compare
Choose a tag to compare

The release enhances validator staking candidate selection algorithm to be more effective.

What's Changed

Full Changelog: v1.4.3...v1.4.4

LiNEAR v1.4.3

27 Jun 10:33
c23fb62
Compare
Choose a tag to compare

Enhance validator operation such as sync balance since now LiNEAR is managing 200+ validators.

What's Changed

Full Changelog: v1.4.2...v1.4.3

LiNEAR v1.4.2

14 Jun 06:06
364bb91
Compare
Choose a tag to compare

This release fixes an issue of logging which will potentially make epoch_unstake() fail in staging environment.

What's Changed

Full Changelog: v1.4.1...v1.4.2

LiNEAR v1.4.1

12 Jun 08:05
c4278f4
Compare
Choose a tag to compare

The release makes the contract to be ready for validation selection testing, by aggregating the events of update_weights.

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

LiNEAR v1.4.0

09 Jun 09:20
e504184
Compare
Choose a tag to compare

The release improves validator management by adding one draining indicator.

Note: This upgrade requires contract state migration.

What's Changed

Full Changelog: v1.3.3...v1.4.0

LiNEAR v1.3.3

01 Mar 08:34
fa178a1
Compare
Choose a tag to compare

This patch includes code factoring, one new contract interface for updating validator weights and update of validator list.

What's Changed

Full Changelog: v1.3.0...v1.3.3

LiNEAR v1.3.1

17 Feb 06:48
d3bbc74
Compare
Choose a tag to compare

This patch adds more view functions and logging about validators and epoch actions.

What's Changed

  • feat: view validator target stake amount and stake/unstake amount to settle by @linguists in #145

Full Changelog: v1.3.0...v1.3.1