Skip to content

Commit

Permalink
Do not fetch future states.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jun 1, 2022
1 parent b24341b commit 0bdf68e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.23.1:
- do not fetch future state for chain eth1votes

1.23.0:
- do not fetch sync committee information for epoch summaries prior to Altair
- ensure that "attester inclusion" without validator returns appropriate error
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.23.0)"
var ReleaseVersion = "local build (latest release 1.23.1)"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 0bdf68e

Please sign in to comment.