Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps github.com/attestantio/go-eth2-client from 0.17.0 to 0.18.0.

Changelog

Sourced from github.com/attestantio/go-eth2-client's changelog.

0.18.0:

  • support Graffiti, ProposerIndex and RandaoReveal on VersionedBeaconBlock
  • use SSZ instead of JSON where available
Commits
  • 0c8305f Update version.
  • 5db1195 Update changelog.
  • ce3a148 Merge pull request #59 from attestantio/ssz
  • 2c7fea3 Use state to fetch validators.
  • 99b4ee0 Update dependencies.
  • 35691f2 Expand use of SSZ.
  • 5f0449a Initial test of multi-format responses.
  • 6b1fb2f Use standard mechanism for spec tests.
  • 2ba62f6 Ensure length for deposit proofs.
  • cbaf4f9 Add SSZ support for API validator struct.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client) from 0.17.0 to 0.18.0.
- [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md)
- [Commits](attestantio/go-eth2-client@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/attestantio/go-eth2-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@dependabot dependabot bot requested a review from metachris July 10, 2023 09:41
@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2023

Codecov Report

Merging #545 (b7013a7) into develop (54eeaa2) will decrease coverage by 0.28%.
Report is 254 commits behind head on develop.
The diff coverage is 64.23%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##           develop     #545      +/-   ##
===========================================
- Coverage    70.24%   69.96%   -0.28%     
===========================================
  Files            6        7       +1     
  Lines          541     1102     +561     
===========================================
+ Hits           380      771     +391     
- Misses         132      287     +155     
- Partials        29       44      +15     
Flag Coverage Δ
unittests 69.96% <64.23%> (-0.28%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
cli/main.go 0.00% <0.00%> (ø)
cli/types.go 0.00% <0.00%> (ø)
server/utils.go 74.50% <74.56%> (+6.93%) ⬆️
server/service.go 80.87% <78.70%> (+8.85%) ⬆️
server/mock_relay.go 92.18% <93.68%> (+9.33%) ⬆️
server/mock_types.go 100.00% <100.00%> (ø)
server/relay_entry.go 90.00% <100.00%> (+8.75%) ⬆️

... and 1 file with indirect coverage changes

jtraglia
jtraglia previously approved these changes Jul 27, 2023
Copy link
Collaborator

@jtraglia jtraglia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 needed to make some changes to satisfy the linter.

@metachris metachris merged commit d510234 into develop Jul 28, 2023
@metachris metachris deleted the dependabot/go_modules/github.com/attestantio/go-eth2-client-0.18.0 branch July 28, 2023 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants