Releases: daoleno/uniswapv3-sdk
Releases · daoleno/uniswapv3-sdk
v0.4.0
Added
- Uniswap v3 SwapRouter
- Uniswap V3 Staker
Fixed
v0.2.1
- Fix invalid tick index check(#4)
- Fix ABI tight packing(#5)
v0.2.0
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
Stable Release.
Lots of bug fixes, unit tests, examples.
v0.0.2
v0.0.2 / 2021.11.8
Feature:
- Support TickList
- Support TickListDataProvider
- Some unit tests
Fixed:
- GetInputAmount/GetOutputAmount in Pool
- ComputePoolAddress
v0.0.1
v0.0.1 / 2021.10.11
- feat(entities): Pool
- feat(entities): Route
- feat(entities): Trade