generated from flashbots/flashbots-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 215
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
getPayload only to origin relays #342
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metachris
force-pushed
the
getpayload-only-to-origin-relay
branch
from
September 22, 2022 07:53
911db00
to
d2fd6b5
Compare
Codecov Report
@@ Coverage Diff @@
## main #342 +/- ##
==========================================
+ Coverage 81.22% 81.96% +0.74%
==========================================
Files 5 5
Lines 671 682 +11
==========================================
+ Hits 545 559 +14
+ Misses 95 94 -1
+ Partials 31 29 -2
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. |
Ruteri
previously approved these changes
Sep 22, 2022
metachris
force-pushed
the
getpayload-only-to-origin-relay
branch
from
September 22, 2022 08:21
d2fd6b5
to
1bdceaf
Compare
Ruteri
approved these changes
Sep 22, 2022
fwiw, confirmed working on sepolia, thanks Kiln 🙏 |
kailinr
pushed a commit
that referenced
this pull request
Sep 25, 2022
metachris
added a commit
that referenced
this pull request
Sep 25, 2022
* Update README.md (#334) * Readme Usage updat * Add security audit, make clone section more explicit * update MEV vs mev, adjust language, typos * remove The Plan * correct line 17 capitalization * Add space to line 182 Co-authored-by: shana <[email protected]> * add security link to line 20 * Rmve TOC header from line 40 * Remve checkout release instructions from line 111 * add beacon node to distinction to ln 16 * update line 17, change markdown of line 47-49 titles * remove mrkdown line 205 by chris Co-authored-by: Chris Hager <[email protected]> * getPayload only to origin relays (#342) * v1.3.2 * v1.3.3-dev * Improved documentation and checklist for releasing a new version (#343) * improved documentation around release process * RELEASE.md * readme: link to remroy's guide (#344) * Print relays/monitors on individual lines (#349) * release checklist: create a signed tag (#346) * Add gofumpt to lint checks (#347) * Remove unnecessary log.withField calls (#350) Co-authored-by: Chris Hager <[email protected]> * fix the spelling of 'Rémy Roy' * line 81 header * address Chris's comments Co-authored-by: Nicolas Moreau <[email protected]> Co-authored-by: shana <[email protected]> Co-authored-by: Chris Hager <[email protected]> Co-authored-by: Justin Traglia <[email protected]>
screwyprof
pushed a commit
to screwyprof/mev-boost
that referenced
this pull request
Feb 3, 2023
screwyprof
pushed a commit
to screwyprof/mev-boost
that referenced
this pull request
Feb 3, 2023
…#339) * Update README.md (flashbots#334) * Readme Usage updat * Add security audit, make clone section more explicit * update MEV vs mev, adjust language, typos * remove The Plan * correct line 17 capitalization * Add space to line 182 Co-authored-by: shana <[email protected]> * add security link to line 20 * Rmve TOC header from line 40 * Remve checkout release instructions from line 111 * add beacon node to distinction to ln 16 * update line 17, change markdown of line 47-49 titles * remove mrkdown line 205 by chris Co-authored-by: Chris Hager <[email protected]> * getPayload only to origin relays (flashbots#342) * v1.3.2 * v1.3.3-dev * Improved documentation and checklist for releasing a new version (flashbots#343) * improved documentation around release process * RELEASE.md * readme: link to remroy's guide (flashbots#344) * Print relays/monitors on individual lines (flashbots#349) * release checklist: create a signed tag (flashbots#346) * Add gofumpt to lint checks (flashbots#347) * Remove unnecessary log.withField calls (flashbots#350) Co-authored-by: Chris Hager <[email protected]> * fix the spelling of 'Rémy Roy' * line 81 header * address Chris's comments Co-authored-by: Nicolas Moreau <[email protected]> Co-authored-by: shana <[email protected]> Co-authored-by: Chris Hager <[email protected]> Co-authored-by: Justin Traglia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Summary
Send
getPayload
requests only to the relays that sent the bid⛱ Motivation and Context
Currently getPayload is sent to all relays, which will result in a bunch of errors in the logs because most relays won't know about the requested payload.
✅ I have run these commands
make lint
make test-race
go mod tidy