Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validatorapi: fixed dependent_root metadata type #2748

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

pinebit
Copy link
Contributor

@pinebit pinebit commented Dec 12, 2023

go-eth2-client handles dependent_root metadata as a special case and produces a Root object rather than hex string.

https://github.com/attestantio/go-eth2-client/blob/a05485e0e75749f2b6912db2972a35ec2ec37c3b/http/json.go#L32C25-L32C25

category: bug
ticket: #2736

@pinebit pinebit self-assigned this Dec 12, 2023
Copy link

sonarcloud bot commented Dec 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (58da9d0) 53.36% compared to head (f4f2a74) 53.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2748      +/-   ##
==========================================
- Coverage   53.36%   53.31%   -0.05%     
==========================================
  Files         199      199              
  Lines       27533    27527       -6     
==========================================
- Hits        14692    14676      -16     
- Misses      11019    11031      +12     
+ Partials     1822     1820       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pinebit pinebit added the merge when ready Indicates bulldozer bot may merge when all checks pass label Dec 12, 2023
@obol-bulldozer obol-bulldozer bot merged commit 078a37c into main Dec 12, 2023
14 checks passed
@obol-bulldozer obol-bulldozer bot deleted the pinebit/dependent-root-metadata branch December 12, 2023 07:04
xenowits pushed a commit that referenced this pull request Dec 12, 2023
go-eth2-client handles `dependent_root` metadata as a special case and produces a `Root` object rather than hex string.
  
https://github.com/attestantio/go-eth2-client/blob/a05485e0e75749f2b6912db2972a35ec2ec37c3b/http/json.go#L32C25-L32C25

category: bug
ticket: #2736
gsora pushed a commit that referenced this pull request Dec 21, 2023
go-eth2-client handles `dependent_root` metadata as a special case and produces a `Root` object rather than hex string.
  
https://github.com/attestantio/go-eth2-client/blob/a05485e0e75749f2b6912db2972a35ec2ec37c3b/http/json.go#L32C25-L32C25

category: bug
ticket: #2736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants