We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c975a commit 2371842Copy full SHA for 2371842
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-dev:
+0.23.0:
2
- add attester_slashing, block_gossip, bls_to_execution_change and proposer_slashing events
3
- add AttestationRewards, BlockRewards, and SyncCommitteeRewards functions
4
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.22.0"
+const defaultUserAgent = "go-eth2-client/0.23.0"
39
40
// post sends an HTTP post request and returns the body.
41
func (s *Service) post(ctx context.Context,
0 commit comments