-
Notifications
You must be signed in to change notification settings - Fork 204
feat(starknet): bump JSON-RPC spec to v0.9.0-rc.2 #3293
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
Conversation
WalkthroughThe changes consistently update the default block tag used across the codebase from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI/Script
participant Provider
participant StarknetNode
User->>CLI/Script: Issue command/query (e.g., call, deploy, get balance)
CLI/Script->>Provider: Prepare request with BlockTag::PreConfirmed
Provider->>StarknetNode: Query state at PreConfirmed block
StarknetNode-->>Provider: Return result for PreConfirmed block
Provider-->>CLI/Script: Deliver result
CLI/Script-->>User: Output result
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15–20 minutes Suggested reviewers
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (17)
🧰 Additional context used🧠 Learnings (3)📚 Learning: 2024-11-07T14:43:23.530Z
Applied to files:
📚 Learning: 2024-11-07T13:57:57.616Z
Applied to files:
📚 Learning: 2024-11-05T04:30:12.852Z
Applied 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)
🔇 Additional comments (28)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Updates all Starknet RPC client to RPC v0.9.0-rc.2. This upgrade requires using
starknet
crate version0.17.0-rc.2
.Upstream dependencies whose
starknet
version that has been updated to0.17.0-rc.2
:slot
katana-runner
cainome