Conversation
|
Claude finished @glihm's task —— View job PR Review: Bump starknet-rs to 0.15.1Progress Checklist:
Review Summary ✅This is a well-executed dependency upgrade that properly handles API changes introduced in starknet-rs 0.15.1. The changes are focused, necessary, and maintain backward compatibility. Code Quality & Best Practices ✅Excellent error handling adaptation: The changes in
Proper dependency coordination: The piltover dependency update in Potential Issues & Concerns
|
| StarknetApiError::InvalidSubscriptionId => 66, | ||
| StarknetApiError::TooManyAddressesInFilter => 67, | ||
| StarknetApiError::TooManyBlocksBack => 68, |
There was a problem hiding this comment.
Codes are coming from the spec here: https://github.com/starkware-libs/starknet-specs/blob/f0ae2e919c2564ea9028d7564bccdba6f3badcad/api/starknet_ws_api.json#L380-L394.
Binary size report 📊
|
|
Claude finished @glihm's task —— View job PR Review: Bump starknet-rs to 0.15.1Progress Checklist:
Review Summary ✅This is a well-executed dependency upgrade that properly handles API changes introduced in starknet-rs 0.15.1. The changes are focused, necessary, and maintain backward compatibility while enabling the project to benefit from the latest starknet-rs improvements. Code Quality & Best Practices ✅Excellent error handling adaptation: The changes in
Proper dependency coordination: The piltover dependency update in Consistent type usage: The trace and blockifier files show appropriate usage of updated starknet types, maintaining API compatibility. Potential Issues & Concerns
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #153 +/- ##
==========================================
- Coverage 73.32% 72.29% -1.03%
==========================================
Files 209 212 +3
Lines 23132 23461 +329
==========================================
+ Hits 16961 16962 +1
- Misses 6171 6499 +328 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Claude finished @glihm's task —— View job PR Review: Bump starknet-rs to 0.15.1Progress Checklist:
Review Summary ✅This is a well-executed dependency upgrade that properly handles API changes introduced in starknet-rs 0.15.1. The changes are focused, necessary, and maintain backward compatibility while enabling the project to benefit from the latest starknet-rs improvements. Code Quality & Best Practices ✅Excellent error handling adaptation: The changes in
Proper dependency coordination: The piltover dependency update in Consistent type usage: The trace and blockifier files show appropriate usage of updated starknet types, maintaining API compatibility. Potential Issues & Concerns
|
This PR aims at bumping starknet-rs to the latest stable version, to ease the migration of the whole stack to a common version.