fix(dojo-core): remove unsupported syscall#2962
Conversation
WalkthroughOhayo, sensei! The changes involve modifications to the DNS (Domain Name System) related functionality in the Dojo project. In the test file and core storage implementation, the code now uses a placeholder zero value for class hash retrieval instead of the actual syscall. This appears to be a temporary adjustment, with a comment suggesting a reversion once Starknet version 0.13.4 is released. Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (2)
🪧 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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2962 +/- ##
==========================================
- Coverage 56.71% 56.70% -0.02%
==========================================
Files 420 420
Lines 55557 55557
==========================================
- Hits 31507 31501 -6
- Misses 24050 24056 +6 ☔ View full report in Codecov by Sentry. |
Starknet
0.13.4will be released in testnet in late February and mainnet in late March. To avoid waiting this time to deploy dojo worlds on public network, thednsis not using anymore theget_class_hash_atsyscall.Currently the
dnsis mostly used for theContractAddress, and not the class hash. Which shouldn't impact current usage.Summary by CodeRabbit