Releases: malik672/uniswap-sdk-core-rust
Releases · malik672/uniswap-sdk-core-rust
latest
What's Changed
- Improve
BigDecimal
andBigInt
conversion processes. by @shuhuiluo in #34 - Upgrade chain ID type to
u64
by @shuhuiluo in #35
Full Changelog: v0.10.0...v0.11.0
latest
What's Changed
- Upgrade alloy-primitives dependency to 0.6.0 and refactor fraction im… by @shuhuiluo in #33
Full Changelog: v0.9.1...v10.0
v0.9.1
latest
latest
What's Changed
- Impl arithmetic traits on fractions by @shuhuiluo in #27
Full Changelog: 0.7...v0.8.0
latest
latest
What's Changed
- Introduce Custom Prelude for Improved Code Organization and Convenience by @malik672 in #19
- Refactor by @shuhuiluo in #21
Full Changelog: v0.5.0...0.6.0
latest
This patch updates includes bigdecimal as a dependency, replacing the previous rust_decimal. The major change involves the update in the Fraction and CurrencyAmount where BigDecimal is now used for calculations instead of Decimal from rust_decimal.
What's Changed
- make clippy happy and add ci for linting by @shuhuiluo in #17
- replace rust_decimal with bigdecimal for arbitrary precision by @shuhuiluo in #18
Full Changelog: v0.4.0...v0.5.0
initial release
What's Changed
- implemented: base_currency,ether,token,weth9 by @malik672 in #1
- implemented new fixes by @malik672 in #2
- Entities by @malik672 in #3
- partial implementation of currency_amount by @malik672 in #4
- complete implementaation by @malik672 in #5
- Entities by @malik672 in #7
- documentation by @malik672 in #8
- Update README.md by @malik672 in #9
- run rustfmt & refactor by @shuhuiluo in #10
- impl, refactor and test fractions and currencies by @shuhuiluo in #11
- validate_and_parse by @malik672 in #12
- restrict types by @shuhuiluo in #13
- refactor to reduce boilerplate by @shuhuiluo in #14
- Publish package by @malik672 in #15
New Contributors
- @shuhuiluo made their first contribution in #10
Full Changelog: https://github.com/malik672/uniswap-sdk-core-rust/commits/v0.4.0