Skip to content

Releases: linear-protocol/LiNEAR

LiNEAR v1.6.2

24 Sep 08:06
7620e4e

Choose a tag to compare

This release enhances the gas usage of ft_transfer_call and ft_on_transfer callback.

What's Changed

Full Changelog: v1.6.1...v1.6.2

LiNEAR v1.6.1

06 May 06:27
5d520b8

Choose a tag to compare

This release incorporates minor issues fixing from Hacken audit and a few enhancements to contracts, tests and CLI.

What's Changed

Full Changelog: v1.6.0...v1.6.1

LiNEAR v1.6.0

21 Feb 06:59
b320c5f

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

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

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

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

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

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

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

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