Minor refactoring and improvements in testing#764
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe changes involve updates across several modules and test files. In the core constants module, the 🪧 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
Documentation and Community
|
2a5f40e to
8ad6e31
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Usage related changes
None
Development related changes
CAIRO_0_ERC20_CONTRACT_PATH.starknet_getTransactionTracewith starknet-rs.starknet_getMessagesStatuswe keep the custom client logic to reduce dependence on starknet-rs. By making getTransactionTrace depend on starknet-rs deserialization, we ensure all properties are present and of correct type, which was not done so far. The custom logic for getMessagesStatus, on the other hand, already does this.Checklist:
./scripts/format.sh./scripts/clippy_check.sh./scripts/check_unused_deps.sh./scripts/check_spelling.sh./website/README.mdSummary by CodeRabbit