Skip to content
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

Merged
merged 1 commit into from
Feb 28, 2024
Merged

cluster: remove todos #2915

merged 1 commit into from
Feb 28, 2024

Conversation

xenowits
Copy link
Contributor

Remove TODOs from the cluster package.

category: misc
ticket: none

@xenowits xenowits self-assigned this Feb 28, 2024
Copy link

sonarcloud bot commented Feb 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@@ -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.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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

@xenowits xenowits added the merge when ready Indicates bulldozer bot may merge when all checks pass label Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.65%. Comparing base (a2ef94c) to head (c6d096c).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@obol-bulldozer obol-bulldozer bot merged commit 314d11f into main Feb 28, 2024
11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the xenowits/cluster branch February 28, 2024 11:34
@xenowits xenowits restored the xenowits/cluster branch February 28, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants