generated from flashbots/go-template
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add support for Electra #613
Draft
jtraglia
wants to merge
33
commits into
main
Choose a base branch
from
electra
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 13 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c9f2a02
Begin to add Electra support
jtraglia 9b69d61
Add electra fork versions & fix tests
jtraglia 33b6f64
Add ElectraUnblindSignedBlock
jtraglia 8770896
Use electra fork of go-boost-utils
jtraglia 40aeed5
Use electra fork of geth & add test
jtraglia 5794db2
Add support for deposit receipts
jtraglia 096be7f
Run make fmt
jtraglia 573d448
Update some redis things
jtraglia 770d711
Replace Exits with WithdrawRequests
jtraglia 8a5ed48
Rename WithdrawRequest to WithdrawalRequest
jtraglia 002f5e5
Merge remote-tracking branch 'origin/main' into electra
jtraglia ec5f753
Use go-*-client@electra & lightclient's geth
jtraglia a9caf4e
Fix linter issues
jtraglia b0e3d4d
Fix issues & temporarily skip block simulation
jtraglia e63a669
Use new go-eth2-client
jtraglia 3577f76
Use jtraglia's geth block-validation branch
jtraglia fba3991
update deps
avalonche 7fb201f
Merge remote-tracking branch 'origin/main' into electra
jtraglia 40fe836
Update for v1.5.0-alpha.6
jtraglia acb5536
Remove replacement for geth
jtraglia 6ba1b5d
Try to fix linters
jtraglia 20c3cf5
Remove toolchain from go.mod
jtraglia 0f0fe8c
Maybe fix linter errors
jtraglia 94e0115
Update deps
jtraglia aac580d
Update go-eth2-client for alpha.7 support
jtraglia 1278068
Run go mod tidy
jtraglia 61a5230
Add execution request support
jtraglia 94882aa
Update go-eth2-client
jtraglia 68a6618
Update go-builder-client
jtraglia 20d0a95
Fix lint
jtraglia fe05f94
Temporarly disable block simulation
jtraglia 873bbc4
Add debug log for registration timestamp
jtraglia 67615f0
Revert "Add debug log for registration timestamp"
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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
can be separate upgrade added deneb support here #618
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.
Yes, good idea. Thank you for making that PR. I will remove this comment.