File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11dev:
22
3+ 1.39.0:
4+ - support Fulu
5+
361.38.0:
47 - update latest version of go-eth2-client to support complex Spec types
58 - adapt event handling to use new event handler structures in go-eth2-client
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424
2525// ReleaseVersion is the release version of the codebase.
2626// Usually overridden by tag names when building binaries.
27- var ReleaseVersion = "local build (latest release 1.38 .0)"
27+ var ReleaseVersion = "local build (latest release 1.39 .0)"
2828
2929// versionCmd represents the version command.
3030var versionCmd = & cobra.Command {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55toolchain go1.23.2
66
77require (
8- github.com/attestantio/go-eth2-client v0.26.1-0.20250829122455-ff89a2135a43
8+ github.com/attestantio/go-eth2-client v0.27.1
99 github.com/ferranbt/fastssz v0.1.4
1010 github.com/gofrs/uuid v4.4.0+incompatible
1111 github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change 1- github.com/attestantio/go-eth2-client v0.26.1-0.20250829122455-ff89a2135a43 h1:v5l00W4U5WuYz6+Cux0URjN/VBKCupwzG6gCgRdn6Wo =
2- github.com/attestantio/go-eth2-client v0.26.1-0.20250829122455-ff89a2135a43 /go.mod h1:fvULSL9WtNskkOB4i+Yyr6BKpNHXvmpGZj9969fCrfY =
1+ github.com/attestantio/go-eth2-client v0.27.1 h1:g7bm+gG/p+gfzYdEuxuAepVWYb8EO+2KojV5/Lo2BxM =
2+ github.com/attestantio/go-eth2-client v0.27.1 /go.mod h1:fvULSL9WtNskkOB4i+Yyr6BKpNHXvmpGZj9969fCrfY =
33github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk =
44github.com/aws/aws-sdk-go v1.55.6 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
55github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
You can’t perform that action at this time.
0 commit comments