Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Releases: daoleno/uniswapv3-sdk

v0.4.0

04 Sep 19:56
Compare
Choose a tag to compare

Added

  • Uniswap v3 SwapRouter
  • Uniswap V3 Staker

Fixed

v0.3.1

03 Jul 11:04
Compare
Choose a tag to compare

v0.3.0

21 May 14:35
380411b
Compare
Choose a tag to compare

Breaking:

v0.2.1

22 Mar 12:42
Compare
Choose a tag to compare
  • Fix invalid tick index check(#4)
  • Fix ABI tight packing(#5)

v0.2.0

10 Feb 02:29
Compare
Choose a tag to compare

New Features:

  • Position - Represents a position on a Uniswap V3 Pool
  • NonfungiblePositionManager - NFT position manager
  • Multicall - calldatas encoder
  • Payments - payments encoder
  • SelfPermit - selfPermit encoder

v0.1.0

17 Nov 08:50
Compare
Choose a tag to compare

Stable Release.

Lots of bug fixes, unit tests, examples.

v0.0.2

08 Nov 09:59
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

v0.0.2 / 2021.11.8

Feature:

  • Support TickList
  • Support TickListDataProvider
  • Some unit tests

Fixed:

  • GetInputAmount/GetOutputAmount in Pool
  • ComputePoolAddress

v0.0.1

11 Oct 07:57
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

v0.0.1 / 2021.10.11

  • feat(entities): Pool
  • feat(entities): Route
  • feat(entities): Trade