Releases: shuhuiluo/uniswap-v3-sdk-rs
Releases · shuhuiluo/uniswap-v3-sdk-rs
v0.7.0
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
What's Changed
- Add
EphemeralTickDataProvider
for singleeth_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
Initial 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
- Add
TickList
trait and tests by @shuhuiluo in #1
New Contributors
- @shuhuiluo made their first contribution in #1
Full Changelog: https://github.com/shuhuiluo/uniswap-v3-sdk-rs/commits/v0.4.0