-
Notifications
You must be signed in to change notification settings - Fork 91
chore: bump starknet #1671
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: bump starknet #1671
Conversation
WalkthroughUpdated the Starknet dependency version from 7.6.4 to 9.2.1 in the currency package configuration. This is a minor version update affecting the declared public dependency in packages/currency/package.json. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2024-11-04T12:18:18.615ZApplied to files:
📚 Learning: 2024-11-18T12:33:47.986ZApplied to files:
📚 Learning: 2024-11-04T12:18:12.407ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile OverviewGreptile SummaryBumped
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PM as Package Manager
participant Pkg as packages/currency
participant SN as starknet.js Library
Dev->>PM: Update starknet dependency to 9.2.1
PM->>Pkg: Update package.json dependency version
PM->>PM: Resolve dependency tree
PM->>SN: Fetch starknet@9.2.1 and dependencies
Note over SN: Includes fix from PR #1514
SN-->>PM: Return updated package and transitive deps
PM->>PM: Update yarn.lock with resolved versions
Note over PM: New deps: @wallet-standard/*, ox, etc.
PM-->>Dev: Dependencies updated successfully
Note over Pkg,SN: validateAndParseAddress() now includes bug fix
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
Description of the changes
Bump Starknet SDK to include the fix starknet-io/starknet.js#1514
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.