Skip to content

Releases: shuhuiluo/uniswap-v3-sdk-rs

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