-
Notifications
You must be signed in to change notification settings - Fork 124
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
Publish block before returning to proposer #330
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #330 +/- ##
==========================================
- Coverage 17.86% 17.77% -0.10%
==========================================
Files 20 20
Lines 3660 3679 +19
==========================================
Hits 654 654
- Misses 2924 2944 +20
+ Partials 82 81 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* publish block first * Add concurrent release of the execution payload * Fix capture * Update logging * Log the whole URI * add 1s delay on returning getPaylaod * fix naming --------- Co-authored-by: Mateusz Morusiewicz <11313015+Ruteri@users.noreply.github.com>
"pri y" |
📝 Summary
The relay should publish the block to the beacon network before returning to the proposer (nd if that fails not return the payload to the proposer at all).
✅ I have run these commands
make lint
make test-race
go mod tidy
CONTRIBUTING.md