Skip to content

Releases: linear-protocol/phoenix-bonds

Phoenix Bonds v1.1.0

24 Feb 08:51
d25e982
Compare
Choose a tag to compare

Introduce new feature Bond with $LiNEAR, and add view functions for contract source metadata and lost&found total amount.

What's Changed

Full Changelog: v1.0.1...v1.1.0

Phoenix Bonds v1.0.1

02 Feb 06:12
f83e990
Compare
Choose a tag to compare

This patch fixes the alpha calculation issue when mean length of pending bonds exceeds target length

What's Changed

  • feat(cli): transfer LiNEAR rewards from DAO by @dongcool in #57
  • fix: alpha calculation when mean length exceeds target by @dongcool in #58
  • chore: phoenix bonds v1.0.1 release by @linguists in #60

Full Changelog: v1.0.0...v1.0.1

Phoenix Bonds v1.0.0

15 Jan 14:04
1cee4cb
Compare
Choose a tag to compare

This is Phoenix Bonds v1.0.0 release, which includes all the key features:

  1. Bond: user bonds $n$ NEAR, and create a new bond note with bonding amount set to $n$
  2. Cancel: user cancels a bond with amount $n$, and receives LiNEAR with value equals to $n$ NEAR
  3. Commit: user commits a bond note with amount $n$ NEAR to receive pNEAR minted for her/him
  4. Redeem: user redeems $p$ pNEAR, and will receive LiNEAR based on the pNEAR redemption price

What's Changed

Full Changelog: v0.1.0...v1.0.0

Phoenix Bonds v0.1.0

20 Dec 11:58
0e4308e
Compare
Choose a tag to compare
Phoenix Bonds v0.1.0 Pre-release
Pre-release

This is an internal release that marks the version that is ready for auditing and testnet testing, which includes major features in Phoenix Bonds:

  1. Bond: user bonds $n$ NEAR, and create a new bond note with bonding amount set to $n$
  2. Cancel: user cancels a bond with amount $n$, and receives LiNEAR with value equals to $n$ NEAR
  3. Commit: user commits a bond note with amount $n$ NEAR to receive pNEAR minted for her/him
  4. Redeem: user redeems $p$ pNEAR, and will receive LiNEAR based on the pNEAR redemption price.

What's Changed

Full Changelog: https://github.com/linear-protocol/phoenix-bonds/commits/v0.1.0