-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade dependencies and refactor for compatibility #24
Conversation
Updated core and v3 SDK dependencies to version 3.3.0, replaced deprecated methods (e.g., `BigInt::zero()` with `BigInt::ZERO`), and added `num-traits` for additional numeric operations. Refactored imports, added `const` to optimize certain methods, and adjusted library versions in `Cargo.toml` for compatibility improvements.
WalkthroughThe pull request introduces a series of dependency updates and minor code refinements across the Uniswap V4 SDK. The changes primarily focus on updating package versions, replacing certain dependencies, and making small adjustments to import statements and method signatures. The modifications aim to improve the SDK's compatibility and functionality while maintaining its core structure. Changes
Possibly related PRs
Suggested Reviewers
Poem
[Clears throat in Sheldon-like manner] Bazinga! Another successful code optimization completed with mathematical precision. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
🔇 Additional comments (16)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Updated core and v3 SDK dependencies to version 3.3.0, replaced deprecated methods (e.g.,
BigInt::zero()
withBigInt::ZERO
), and addednum-traits
for additional numeric operations. Refactored imports, addedconst
to optimize certain methods, and adjusted library versions inCargo.toml
for compatibility improvements.Summary by CodeRabbit
Release Notes v0.2.0
Dependencies
rustc-hash
withnum-traits
New Features
Improvements
Library Updates