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

fix USE_V1_PUBLISH_BLOCK_ENDPOINT flag #582

Closed
wants to merge 3 commits into from

Conversation

alextes
Copy link
Contributor

@alextes alextes commented Feb 9, 2024

πŸ“ Summary

USE_V1_PUBLISH_BLOCK_ENDPOINT was accidentally using the v2 publish endpoint when set instead of v1, and vice versa.

β›± Motivation and Context

πŸ“š References

fixes #581


βœ… I have run these commands

(used the web editor)

  • make lint
  • make test-race
  • go mod tidy
  • I have seen and agree to CONTRIBUTING.md

USE_V1_PUBLISH_BLOCK_ENDPOINT was accidentally using the v2 publish endpoint when set instead of v1, and vice versa.
@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (d8a0d7b) 36.22% compared to head (11a2ba2) 30.44%.

Files Patch % Lines
beaconclient/prod_beacon_instance.go 0.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #582      +/-   ##
==========================================
- Coverage   36.22%   30.44%   -5.79%     
==========================================
  Files          24       41      +17     
  Lines        5267     6268    +1001     
==========================================
  Hits         1908     1908              
- Misses       3112     4113    +1001     
  Partials      247      247              
Flag Coverage Ξ”
unittests 30.44% <0.00%> (-5.79%) ⬇️

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

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

Copy link
Collaborator

@avalonche avalonche left a comment

Choose a reason for hiding this comment

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

Thanks for fixing and picking this up!

avalonche
avalonche previously approved these changes Feb 13, 2024
@avalonche avalonche mentioned this pull request Feb 14, 2024
4 tasks
@alextes
Copy link
Contributor Author

alextes commented Feb 15, 2024

Fixed in #585

@alextes alextes closed this Feb 15, 2024
@alextes alextes deleted the patch-2 branch February 15, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

USE_V1_PUBLISH_BLOCK_ENDPOINT flag works the wrong way around
3 participants