Skip to content

Releases: minswap/sdk

0.3.4

31 Aug 16:34
Compare
Choose a tag to compare

Improvements:

  • Bump Lucid to 0.10.7 for better Chang HF support

0.3.3

23 Aug 08:51
Compare
Choose a tag to compare

Features

  • Get Assets price from pool V2
  • Support script address to create/cancel V2 orders

0.3.2

09 Aug 08:55
Compare
Choose a tag to compare

Features

  • Dex V2 Transaction
    • Order Creation
      • Swap Exact In
      • Swap Exact Out
      • Stop
      • OCO
      • Partial Swap
      • Multi Routing Swap
      • Zap Out
      • Deposit LP
      • Withdraw LP
    • Order Cancellation

0.3.1

25 Jul 05:50
b5b01fd
Compare
Choose a tag to compare

Features

  • Pool V2 Creation

0.3.0

12 Jul 07:49
462eabc
Compare
Choose a tag to compare
  • Functions to get StableSwap and V2 pools

0.2.2-beta

04 Sep 07:48
Compare
Choose a tag to compare
  • Fix package.json config

0.2.1-beta

07 Aug 15:45
Compare
Choose a tag to compare

Fix:

  • Build conflict with CJS module

0.2.0-beta

04 Aug 04:09
2f280c4
Compare
Choose a tag to compare
  • Rename to @minswap/sdk
  • Use ES Module to be compatible with Lucid
  • New functionalities:
    • Pools query doesn't require explicit address
    • Calculate Minswap order input/output and slippage
    • Encoder and decoder for pool and order datum
    • Create order transaction using Lucid

0.1.0

13 Jun 09:11
70b2169
Compare
Choose a tag to compare

BREAKING CHANGES:

  • getPools now require passing a pool address to query pools. Known pool addresses can be found in POOL_ADDRESS_LIST constant.

0.0.6

14 Feb 08:08
Compare
Choose a tag to compare

Add priceImpact field to getAmountIn and getAmountOut methods of class Pool