-
Notifications
You must be signed in to change notification settings - Fork 84
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
cluster: remove todos #2915
cluster: remove todos #2915
Conversation
Quality Gate passedIssues Measures |
@@ -138,7 +138,6 @@ func hashDefinitionLegacy(d Definition, hh ssz.HashWalker, configOnly bool) erro | |||
|
|||
// Field (10) 'timestamp' (optional for backwards compatibility) | |||
if configOnly { | |||
// TODO(corver): This is a bug, config_hash should use the same check as definitino hash below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a bug. It is more like a devX improvement
@@ -5,7 +5,6 @@ package cluster | |||
import "testing" | |||
|
|||
const ( | |||
// TODO: bump version to 1.8 when ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this todo. We always bump cluster version when we release a new one
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2915 +/- ##
==========================================
- Coverage 53.68% 53.65% -0.03%
==========================================
Files 200 200
Lines 28232 28231 -1
==========================================
- Hits 15157 15148 -9
- Misses 11202 11213 +11
+ Partials 1873 1870 -3 ☔ View full report in Codecov by Sentry. |
Remove TODOs from the
cluster
package.category: misc
ticket: none