Skip to content

Commit

Permalink
cluster: remove todos (ObolNetwork#2915)
Browse files Browse the repository at this point in the history
Remove TODOs from the `cluster` package.

category: misc
ticket: none
  • Loading branch information
xenowits authored Feb 28, 2024
1 parent 4cfe331 commit 314d11f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cluster/ssz.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
if d.Timestamp != "" {
hh.PutBytes([]byte(d.Timestamp))
}
Expand Down
1 change: 0 additions & 1 deletion cluster/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package cluster
import "testing"

const (
// TODO: bump version to 1.8 when ready.
currentVersion = v1_7
dkgAlgo = "default"

Expand Down

0 comments on commit 314d11f

Please sign in to comment.