Skip to content

Releases: shuhuiluo/uniswap-v3-sdk-rs

v0.9.0

10 Jan 05:03
32974a5
Compare
Choose a tag to compare

What's Changed

  • Implement pool swap functions and add relevant tests by @shuhuiluo in #11

Full Changelog: v0.8.2...v0.9.0

v0.8.2

08 Jan 05:25
e32e8a7
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

What's Changed

  • Fix incorrect variable ordering and test position.rs by @shuhuiluo in #10

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Jan 07:38
1c4323f
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Jan 14:17
1784ce1
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

05 Jan 06:12
0f33897
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

What's Changed

  • Add utility to compute maximum liquidity for given amounts by @shuhuiluo in #5
  • Prepare to publish by @shuhuiluo in #6
  • Add GitHub Action to publish package and remove unstable features by @shuhuiluo in #7

Full Changelog: v0.6.1...v0.7.0

v0.6.1

03 Jan 09:07
097f966
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

  • Add EphemeralTickDataProvider for single eth_call tick fetch by @shuhuiluo in #3
  • Enhance package info by @shuhuiluo in #4

Full Changelog: v0.5.0...v0.6.1

v0.5.0

01 Jan 13:14
845775e
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0

Initial release

01 Jan 11:44
200ec9f
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Implemented

  • entities

    • pool
    • tick
  • utils

    • bit_math
    • compute_pool_address
    • encode_sqrt_ratio_x96
    • full_math
    • get_fee_growth_inside
    • get_tokens_owed
    • liquidity_math
    • nearest_usable_tick
    • price_tick_conversions
    • sqrt_price_math
    • swap_math
    • tick_list
    • tick_math

What's Changed

New Contributors

Full Changelog: https://github.com/shuhuiluo/uniswap-v3-sdk-rs/commits/v0.4.0