Skip to content

Release 0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 08:41
· 137 commits to main since this release

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)