Skip to content

Commit 9616db6

Browse files
authored
Merge pull request #278 from attestantio/release_go_eth2_client
Add release information.
2 parents 43433ff + ec91bf6 commit 9616db6

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ linters:
112112
disabled: true
113113
- name: package-directory-mismatch
114114
disabled: true
115+
- name: var-naming
116+
disabled: true
115117
# Configure specific rules
116118
- name: confusing-results
117119
- name: line-length-limit

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.28.0:
2+
- update dependency for go-bitfield to get from offchain instead of prysmatic org
3+
14
0.27.2:
25
- add /eth/v1/beacon/blobs/ endpoint support
36
- update go version to 1.25

http/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
// defaultUserAgent is sent with requests if no other user agent has been supplied.
38-
const defaultUserAgent = "go-eth2-client/0.27.2"
38+
const defaultUserAgent = "go-eth2-client/0.28.0"
3939

4040
// post sends an HTTP post request and returns the body.
4141
func (s *Service) post(ctx context.Context,

spec/fulu/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
package fulu
1515

16-
//nolint:revive
1716
// Need to `go install github.com/ferranbt/fastssz/sszgen@latest` for this to work.
1817
//go:generate rm -f beaconstate_ssz.go
18+
//nolint:revive
1919
//go:generate sszgen --suffix=ssz --path . --include ../phase0,../altair,../bellatrix,../capella,../deneb,../electra --objs BeaconState
2020
//go:generate goimports -w beaconstate_ssz.go

0 commit comments

Comments
 (0)