Skip to content

Commit 3464792

Browse files
committed
Merge branch 'chris_fulu' into fulu
# Conflicts: # go.mod # go.sum
2 parents 70df67e + 44cfb68 commit 3464792

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
dev:
22

3+
1.39.0:
4+
- support Fulu
5+
36
1.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

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3030
var versionCmd = &cobra.Command{

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.23.2
66

77
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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=
33
github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk=
44
github.com/aws/aws-sdk-go v1.55.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
55
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)