Releases: KyberNetwork/uniswapv3-sdk
Releases · KyberNetwork/uniswapv3-sdk
v0.5.5
v0.5.4
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3
Uniswap V3 SDK v0.5.0
uniswapv3-sdk v0.5.0
v0.4.5
v0.4.4
What's Changed
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- feat: support BaseSwapV3 fee tiers by @lehainam-dev in #14
New Contributors
- @lehainam-dev made their first contribution in #14
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
Upgrade to daoleno v0.4.0
Fix/kep 185 upgrade versionv040 (#6) * Support EncodeRouteToPath * Fix type error in selfpermit arguments, add test for selfpermit. * Fix the tick index mismatch in GetTick(https://github.com/daoleno/uniswapv3-sdk/issues/4) * Support SwapQuoter * Add custom input to MinimumAmountIn/Out * Upgrade sdk-core. Fix broken ether usage. * [WIP] SwapRouter * Applied core changes regarding currency abstraction (#8) * Applied core changes regarding currency abstraction * Updated core lib * add example code (#10) * upgrade go mod * Broken link in samples (#13) * Fixed broken link in samples * fix(trade): fix sortedInsert bug (#14) * test(swaprouter): SingleTradeInput & MultipleTradeInput unit test * test(swaprouter): trade with multiple routes unit test * feat(staker): uniswap v3 staker feature * optimize tick math (#19) * change module and add gitignore * Revert "refactor: avoid using panic (it crashes the API) (#5)" This reverts commit 47808c2dab71253a4b78f5cbee3594b6f9234568. * Revert "fix: handle case when a pool is added liquidity in full range (#4)" This reverts commit 66e8ef2d5f7cd7139cccd26e86a646279e8e8a16. * Revert "refactor: Improve searching for next tick (#3)" This reverts commit 54669aaa3bb84a426aa4951242d20ddcbaf55586. * Revert "refactor: Change package organization" This reverts commit 905a5786be1961a536d328e3429ce94f9b1a626c. * Revert "refactor: Remove Unused Code" This reverts commit 31903352178e8783a2861dc797370fbd536d797b. * Revert "refactor: Rename Package" This reverts commit c249ea6448956b40ae78aa1aff5dbcd5fb88ed06. * Revert "fix: GetTick Function" This reverts commit f36361098884741a2979ff30bebef3105a4fe50b. Co-authored-by: daoleno <[email protected]> Co-authored-by: Vaulin Alexandr <[email protected]> Co-authored-by: 李亚夫 <[email protected]> Co-authored-by: Archil <[email protected]> Co-authored-by: xiang <[email protected]> Co-authored-by: Nathaniel Blakely <[email protected]> Co-authored-by: DoanNamTruc <[email protected]>