Skip to content

Latest commit

 

History

History
355 lines (166 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

355 lines (166 loc) · 15.6 KB

3.1.2 (2024-09-12)

3.1.1 (2024-09-02)

Bug Fixes

  • when fee big value, default value is 0 (2cb589c)

3.1.0 (2024-08-05)

Features

  • add get address vault‘s a token and b token amount (3fac662)

3.0.2 (2024-06-20)

3.0.1 (2024-06-11)

3.0.0 (2024-06-05)

Code Refactoring

  • move @mysten/sui.js to @mysten/sui (8da797b)

Features

BREAKING CHANGES

  • peer deps are changed

2.6.0 (2024-05-30)

Features

  • add withdraw all vault and optimize compute withdraw swap (af35b0f)

2.5.0 (2024-05-25)

Features

2.3.1 (2024-05-07)

2.3.0 (2024-04-29)

Features

2.2.2 (2024-04-02)

2.2.1 (2024-04-02)

2.2.0 (2024-03-19)

Features

  • update sui sdk 0.50.1 version (c7d78e4)

2.1.0 (2024-02-07)

Features

2.0.6 (2024-01-31)

2.0.5 (2024-01-29)

Bug Fixes

  • add sui kit until and multiGetObjects max 50 get (557990a)

2.0.4 (2023-12-13)

Bug Fixes

  • computeSwapResult pools map devinspect (45dd4cf)

2.0.3 (2023-11-27)

Bug Fixes

  • utils collectFeesQuote bits to tick number (c6c5565)

2.0.2 (2023-11-10)

Bug Fixes

  • rewards when current tick eq lower tick (7a56749)

2.0.1 (2023-11-09)

Bug Fixes

  • type is sui type and when amount eq 0 return null array (cb883ec)
  • use sdk normalizeSuiAddress and test (bd53dcd)

2.0.0 (2023-11-09)

Bug Fixes

  • nft,pool: price should accepts number literal (9394128)
  • nft: calculate too large unclaimed rewards in edge case (a583d9f)
  • pool: cache incorrect pool types (eee74c3)

Features

  • nft: getUnclaimedFeesAndRewards returns extra fields (f541cec)
  • pool: rewrite getFixedLiquidity logic (b1f9a8b)

BREAKING CHANGES

  • pool: getFixedLiquidity changed function signature

1.1.1 (2023-11-07)

Bug Fixes

  • pool: create pool create 0 objects (4421a25)

1.1.0 (2023-11-05)

Features

  • nft: add method getPositionAPR (9d08fb7)

1.0.0 (2023-10-27)

Bug Fixes

  • get pool and get meta data's cache name (02d062e)

Features

  • nft: add method getPositionLiquidityUSD (d3fa4dc)
  • nft: add method getUnclaimedFeesAndRewards (45f1b55)
  • pool: add method getFixedLiquidity (3ae09c1)
  • upgrade sui to v0.44 (6dc968b)

Reverts

BREAKING CHANGES

  • the minimium sui version now is 0.38

0.7.6 (2023-10-21)

0.7.5 (2023-10-21)

Bug Fixes

  • recipient should be marked as 'address' type [release] (99f827e)

0.7.4 (2023-10-02)

Bug Fixes

0.7.2 (2023-10-02)

Bug Fixes

  • liquidity net bits number lt 0 get 0 [release] (c20ee4a)

0.7.1 (2023-08-30)

Bug Fixes

  • esm needs package.json with type=module [release] (1a0ddc4)

0.7.0 (2023-08-30)

Features

  • pool: create 0 balance object txb (c7ccf7f)

0.6.1 (2023-07-29)

Bug Fixes

  • contract: disable browser cache contract.json [release] (f435d68)

0.6.0 (2023-07-07)

Features

  • trade: computeSwapResult support batch calling [release] (d3a9d41)

0.5.0 (2023-07-03)

Features

  • pool: parse pool type with dynamic tokens amount [release] (a23c8d9)

0.4.3 (2023-06-22)

0.4.2 (2023-06-22)

Breaking Changes

aToB is removed and a2b is required

0.4.1 (2023-06-22)

Bug Fixes

  • swap: invalid amount when amountSpecifiedIsInput is false (7c62faf)

0.4.0 (2023-06-14)

Bug Fixes

  • pool: do not apply position_manager::collect if not collect amounts (22be52b)
  • pool: should burn nft while removing liquidity (cbf0e20)

Features

  • nft: add method getPositionTick (3482681)

0.3.1 (2023-06-12)

Bug Fixes

  • trade: remove async syntax while getting sqrtPrices (fb6a76f)

0.3.0 (2023-06-09)

Features

  • transaction methods only returning block instance (e3c32ce)

0.2.0 (2023-06-06)

Bug Fixes

  • nft: reward_infos type definition (40f1f0c)

Features

  • matH: add method subUnderflowU128 (a1b1600)

0.1.4 (2023-05-29)

Bug Fixes

  • remove type=module for developers who want to use cjs (a6881de)

0.1.3 (2023-05-29)

Bug Fixes

  • sdk constructor in test file (8e81a25)
  • trade: remove Promise.all (5aec895)

Features

  • export all constant variables (743a8eb)
  • math: add method tickIndexToPrice (09cf794)
  • support devnet network (1456f26)
  • trade: add swap option signAndExecute (da5e1f0)
  • trade: update swap options (deea71e)

0.1.3 (2023-05-29)

Bug Fixes

  • sdk constructor in test file (8e81a25)
  • trade: remove Promise.all (5aec895)

Features

  • export all constant variables (743a8eb)
  • math: add method tickIndexToPrice (09cf794)
  • support devnet network (1456f26)
  • trade: add swap option signAndExecute (da5e1f0)
  • trade: update swap options (deea71e)

0.1.2 (2023-05-25)

Features

  • add swap logic (7dc74fb)
  • coin: add method getMetadata with cache (0b4d382)
  • pool: ensure tick index is in range (718083d)
  • pool: getPools default returning unlocked pools (5cccdd4)
  • pool: pre-cache pool type while fetching pools (3bf48d5)
  • trade: add method computeSwapResult (6758385)

0.1.1 (2023-05-11)

Bug Fixes

  • incompatible peer sui sdk version (be53ad0)

0.0.4 (2023-05-11)