3.1.2 (2024-09-12)
3.1.1 (2024-09-02)
- when fee big value, default value is 0 (2cb589c)
3.1.0 (2024-08-05)
- 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)
- move @mysten/sui.js to @mysten/sui (8da797b)
- @mysten/sui 1.0.5 (d742ec7)
- peer deps are changed
2.6.0 (2024-05-30)
- add withdraw all vault and optimize compute withdraw swap (af35b0f)
2.5.0 (2024-05-25)
2.3.1 (2024-05-07)
2.3.0 (2024-04-29)
2.2.2 (2024-04-02)
2.2.1 (2024-04-02)
2.2.0 (2024-03-19)
- update sui sdk 0.50.1 version (c7d78e4)
2.1.0 (2024-02-07)
- computeSwapResult v2 (245b12e)
2.0.6 (2024-01-31)
2.0.5 (2024-01-29)
- add sui kit until and multiGetObjects max 50 get (557990a)
2.0.4 (2023-12-13)
- computeSwapResult pools map devinspect (45dd4cf)
2.0.3 (2023-11-27)
- utils collectFeesQuote bits to tick number (c6c5565)
2.0.2 (2023-11-10)
- rewards when current tick eq lower tick (7a56749)
2.0.1 (2023-11-09)
- 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)
- nft,pool: price should accepts number literal (9394128)
- nft: calculate too large unclaimed rewards in edge case (a583d9f)
- pool: cache incorrect pool types (eee74c3)
- nft: getUnclaimedFeesAndRewards returns extra fields (f541cec)
- pool: rewrite getFixedLiquidity logic (b1f9a8b)
- pool: getFixedLiquidity changed function signature
1.1.1 (2023-11-07)
- pool: create pool create 0 objects (4421a25)
1.1.0 (2023-11-05)
- nft: add method getPositionAPR (9d08fb7)
1.0.0 (2023-10-27)
- get pool and get meta data's cache name (02d062e)
- nft: add method getPositionLiquidityUSD (d3fa4dc)
- nft: add method getUnclaimedFeesAndRewards (45f1b55)
- pool: add method getFixedLiquidity (3ae09c1)
- upgrade sui to v0.44 (6dc968b)
- reward claim (d700f97)
- the minimium sui version now is 0.38
0.7.6 (2023-10-21)
0.7.5 (2023-10-21)
- recipient should be marked as 'address' type [release] (99f827e)
0.7.4 (2023-10-02)
0.7.2 (2023-10-02)
- liquidity net bits number lt 0 get 0 [release] (c20ee4a)
0.7.1 (2023-08-30)
- esm needs package.json with type=module [release] (1a0ddc4)
0.7.0 (2023-08-30)
- pool: create 0 balance object txb (c7ccf7f)
0.6.1 (2023-07-29)
- contract: disable browser cache contract.json [release] (f435d68)
0.6.0 (2023-07-07)
- trade: computeSwapResult support batch calling [release] (d3a9d41)
0.5.0 (2023-07-03)
- pool: parse pool type with dynamic tokens amount [release] (a23c8d9)
0.4.3 (2023-06-22)
0.4.2 (2023-06-22)
aToB is removed and a2b is required
0.4.1 (2023-06-22)
- swap: invalid amount when amountSpecifiedIsInput is false (7c62faf)
0.4.0 (2023-06-14)
- pool: do not apply position_manager::collect if not collect amounts (22be52b)
- pool: should burn nft while removing liquidity (cbf0e20)
- nft: add method getPositionTick (3482681)
0.3.1 (2023-06-12)
- trade: remove async syntax while getting sqrtPrices (fb6a76f)
0.3.0 (2023-06-09)
- transaction methods only returning block instance (e3c32ce)
0.2.0 (2023-06-06)
- nft: reward_infos type definition (40f1f0c)
- matH: add method subUnderflowU128 (a1b1600)
0.1.4 (2023-05-29)
- remove type=module for developers who want to use cjs (a6881de)
0.1.3 (2023-05-29)
- 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)
- 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)
- 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)
- incompatible peer sui sdk version (be53ad0)