opt(torii-runner): verify contracts deployment in parallel - #3140
Conversation
|
Ohayo, sensei! WalkthroughThis PR updates the command-line interface and runner behavior. In the CLI module, the Changes
Sequence Diagram(s)sequenceDiagram
participant Runner
participant RunnerOptions
participant ContractVerifier
Runner->>RunnerOptions: Retrieve check_contracts flag
alt check_contracts enabled
Runner->>ContractVerifier: Initiate async contract verification
ContractVerifier-->>Runner: Return verification results
else
Runner->>Runner: Skip verification
end
Runner->>RunnerOptions: Retrieve explorer flag for UI handling
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🔇 Additional comments (8)
✨ Finishing Touches
🪧 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3140 +/- ##
==========================================
- Coverage 55.66% 55.66% -0.01%
==========================================
Files 443 443
Lines 62838 62859 +21
==========================================
+ Hits 34980 34989 +9
- Misses 27858 27870 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit
New Features
Refactor