We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fec23 commit cdd2e9bCopy full SHA for cdd2e9b
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.27.1:
2
+ - set max possible blob count to 72
3
+
4
0.27.0:
5
- support fulu
6
- introduce data column sidecar event api and corresponding event handler
http/http.go
@@ -35,7 +35,7 @@ import (
35
)
36
37
// defaultUserAgent is sent with requests if no other user agent has been supplied.
38
-const defaultUserAgent = "go-eth2-client/0.27.0"
+const defaultUserAgent = "go-eth2-client/0.27.1"
39
40
// post sends an HTTP post request and returns the body.
41
func (s *Service) post(ctx context.Context,
0 commit comments