-
Notifications
You must be signed in to change notification settings - Fork 118
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 Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ 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.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* 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 <[email protected]>
"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