Skip to content

Releases: KyberNetwork/uniswapv3-sdk

v0.5.5

20 Oct 11:56
ecbe100
Compare
Choose a tag to compare

v0.5.4

05 Oct 15:04
8de9e35
Compare
Choose a tag to compare

Full Changelog: v0.5.3...v0.5.4

v0.5.3

05 Oct 14:32
038c00b
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

Uniswap V3 SDK v0.5.0

29 Mar 03:50
b5371f1
Compare
Choose a tag to compare
uniswapv3-sdk v0.5.0

v0.4.5

20 Feb 07:56
eb4634d
Compare
Choose a tag to compare

What's Changed

Return remaining amountIn at caclAmountOut

Full Changelog: v0.4.4...v0.4.5

v0.4.4

15 Dec 02:45
71a06a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

02 Oct 06:21
3015a9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Apr 04:15
eb2c75c
Compare
Choose a tag to compare
  • correct uninitialized ticks

v0.4.1

14 Jan 10:11
606557f
Compare
Choose a tag to compare
fix: previous bugs that are overrides on recent refactor (#7)

Upgrade to daoleno v0.4.0

28 Dec 07:11
bcca8c3
Compare
Choose a tag to compare
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]>