feat(starknet): bump JSON-RPC spec to v0.9.0-rc.2 - #3293
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.530ZApplied to files:
📚 Learning: 2024-11-07T13:57:57.616ZApplied to files:
📚 Learning: 2024-11-05T04:30:12.852ZApplied 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
starknetcrate version0.17.0-rc.2.Upstream dependencies whose
starknetversion that has been updated to0.17.0-rc.2:slotkatana-runnercainome