-
Notifications
You must be signed in to change notification settings - Fork 242
bump: cometbft to v0.38.19 #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthroughRemoved the ReIndexEventCmd CLI subcommand from initiad by deleting its import and the line adding it to rootCmd. No other exported/public declarations changed. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant C as initiad CLI (rootCmd)
participant S as Subcommands
U->>C: initiad <subcommand> [args]
C->>S: Dispatch to registered subcommand
Note over S: ReIndexEventCmd REMOVED<br/>(no longer registered)
S-->>C: Execute (if subcommand exists)
C-->>U: Output / exit code
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Comment |
Dependency ReviewThe following issues were found:
License Issuesgo.mod
OpenSSF ScorecardScorecard details
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
==========================================
- Coverage 41.69% 40.47% -1.23%
==========================================
Files 320 307 -13
Lines 29347 28458 -889
==========================================
- Hits 12236 11518 -718
+ Misses 15290 15157 -133
+ Partials 1821 1783 -38 🚀 New features to boost your workflow:
|
Description
Bump cometbft to latest to patch security update
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!in the type prefix if API or client breaking changeReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...