Releases: malik672/uniswap-sdk-core-rust
Releases · malik672/uniswap-sdk-core-rust
v5.1.0
What's Changed
- feat: make
ChainAddresses
fields public and add support for Soneium by @shuhuiluo in #121
Full Changelog: v5.0.0...v5.1.0
v4.1.0
What's Changed
- feat: make
ChainAddresses
fields public and add support for Soneium by @shuhuiluo in d636c4d
Full Changelog: v4.0.1...v4.1.0
v3.7.1
What's Changed
- feat: make
ChainAddresses
fields public and add support for Soneium by @shuhuiluo in #120
Full Changelog: v3.7.0...v3.7.1
v3.6.2
What's Changed
- feat: make
ChainAddresses
fields public and add support for Soneium by @shuhuiluo in 38d4d3d
Full Changelog: v3.6.1...v3.6.2
v5.0.0
What's Changed
- chore: bump
alloy-primitives
to 1 by @shuhuiluo in #118
Full Changelog: v4.0.1...v5.0.0
v3.7.0
What's Changed
- chore: bump
alloy-primitives
to 1 by @shuhuiluo in #119
Full Changelog: v3.6.1...v3.7.0
v4.0.1
What's Changed
- Fix uniswap-v3-sdk and uniswap-v4-sdk complation issue by @DanyYanev in #115
- chore: update package version to 4.0.1 by @shuhuiluo in #116
New Contributors
- @DanyYanev made their first contribution in #115
Full Changelog: v4.0.0...v4.0.1
v3.6.1
What's Changed
- chore: bump version and update dependency constraint format by @shuhuiluo in #117
Full Changelog: v3.6.0...v3.6.1
v4.0.0
Switch to fastnum
for zero alloc fixed-sized big integers and big decimals. Because of the fixed-sized nature, big numbers don't auto-scale. Beware of overflows and precision loss.
What's Changed
- perf!: refactor types and replace
num-bigint
withfastnum
by @shuhuiluo in #93 - feat: refactor and standardize conversions to Big numeric types by @shuhuiluo in #97
- refactor: streamline arithmetic traits with macros by @shuhuiluo in #99
- chore: update metadata, ci workflows, and README badges by @shuhuiluo in #100
- fix: reduce big int overflow by @shuhuiluo in #101
- chore: re-export
fastnum
and update crate version by @shuhuiluo in #102 - feat: add
ToBig
trait implementation forBigDecimal
by @shuhuiluo in #103 - feat: add
wrapped_owned
method toCurrencyAmount
by @shuhuiluo in #105 - chore: update
derive_more
andfastnum
by @shuhuiluo in #106 - refactor!: enhance
ChainAddresses
structure and update values by @shuhuiluo in #110 - chore: update version and fastnum dependency by @shuhuiluo in #112
- refactor: streamline WETH9 initialization with constants by @shuhuiluo in #113
- chore: update version to 4.0.0 and bump dependency versions by @shuhuiluo in #114
Full Changelog: v3.6.0...v4.0.0
v4.0.0-rc6
What's Changed
- chore: update version and fastnum dependency by @shuhuiluo in #112
Full Changelog: v4.0.0-rc5...v4.0.0-rc6