generated from flashbots/flashbots-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 279
Add support for Electra #651
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2ef1864
Replace go-*-client deps with electra forks
jtraglia 46fb361
Add processElectraPayload
jtraglia 2dc7b8d
Run make fmt
jtraglia 81bbbe1
Replace Exits with WithdrawRequests
jtraglia 7f03715
Rename WithdrawRequest to WithdrawalRequest
jtraglia bbb66c0
Run go mod tidy
jtraglia 8e76952
Merge remote-tracking branch 'origin/develop' into electra
jtraglia 9442e53
Use go-*-client@electra
jtraglia 3a1b7f6
Upgrade go-eth2-client
jtraglia 9c885d1
update deps
avalonche 26cea10
Merge remote-tracking branch 'origin/develop' into electra
jtraglia dc8c351
Add t.Helper() call
jtraglia e5500c0
Add back nolint comment
jtraglia b357ec3
Replace attestantio/go-*-client deps
jtraglia bb4a586
Fix accidental change
jtraglia c502e85
Update go-boost-utils
jtraglia e7c0cc7
Update go-eth2-client for alpha.7 support
jtraglia 1adf26a
Fix mistake
jtraglia 097756d
Update & reverse payload decoding order
jtraglia 79bd65c
Revert decoding order & add replacements
jtraglia 81d17a9
Update go-eth2-client
jtraglia 9350154
Update go-builder-client
jtraglia 4076ad0
Modify processElectraPayload to use a channel (#704)
0xTylerHolmes c269b4e
server: refactor processElectraPayload (#703)
0xTylerHolmes 285a77d
Update go-eth2-client to latest electra commit
jtraglia 76b1e91
Merge branch 'develop' into electra
jtraglia f2c61b0
Remove nolint:canonicalheader comments
jtraglia 445643d
Disable canonicalheader linter
jtraglia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can get away with an RLock here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or make SlotUID an atomic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do this in a follow-up