Skip to content

Releases: shuhuiluo/uniswap-v3-sdk-rs

v2.6.0

08 Nov 06:34
43921d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

06 Nov 08:06
ec6a972
Compare
Choose a tag to compare

What's Changed

  • refactor!: update error handling and dependencies by @shuhuiluo in #103

Full Changelog: v2.4.1...v2.5.0

v2.4.1

04 Nov 05:30
c20b930
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 Oct 16:30
29d2da6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

23 Oct 05:24
53f94f4
Compare
Choose a tag to compare

What's Changed

  • refactor: add derive Debug to Position and Pool by @shuhuiluo in #97
  • feat: refactor and add Multicall trait by @shuhuiluo in #98

Full Changelog: v2.2.0...v2.3.0

v2.2.0

20 Oct 05:12
d68ef7e
Compare
Choose a tag to compare

What's Changed

  • refactor: add TickListError and refactor tick list handling methods by @shuhuiluo in #95
  • feat: add TickBitMap and TickBitMapProvider by @shuhuiluo in #96

Full Changelog: v2.1.1...v2.2.0

v2.1.1

18 Oct 06:26
143e4e9
Compare
Choose a tag to compare

What's Changed

  • fix(tick_map): fix next_initialized_tick_within_one_word by @shuhuiluo in #94

Full Changelog: v2.1.0...v2.1.1

v2.1.0

12 Oct 22:23
674727c
Compare
Choose a tag to compare

What's Changed

  • feat: Add EIP712 signing support for NFT permits by @shuhuiluo in #89
  • feat: add multicall decoding by @shuhuiluo in #90
  • feat: refactor permit types and add ERC20 permit support by @shuhuiluo in #91

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Oct 12:06
35d525a
Compare
Choose a tag to compare

What's Changed

  • refactor!: change Currency to BaseCurrency for parity by @shuhuiluo in #88

Full Changelog: v1.2.0...v2.0.0

v1.2.0

07 Oct 08:38
15c7e88
Compare
Choose a tag to compare

What's Changed

  • refactor: use Self for constructors and conversions by @shuhuiluo in #85
  • feat: sync with TypeScript SDK by @shuhuiluo in #86
  • refactor: add derive_more and remove manual trait impls by @shuhuiluo in #87

Full Changelog: v1.1.0...v1.2.0