-
-
Notifications
You must be signed in to change notification settings - Fork 436
feat: implement epbs block production #8838
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
Open
nflaig
wants to merge
41
commits into
unstable
Choose a base branch
from
nflaig/epbs-block-production
base: unstable
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.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
24f3bf8
feat: implement epbs block production
nflaig c117757
Merge remote-tracking branch 'origin/unstable' into nflaig/epbs-block…
nflaig ddd4339
wip
nflaig 3a2535c
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig 096fda8
Fix lint
nflaig 2669838
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig 1871373
Review packages/api
nflaig be868f3
Updates for alpha.2 spec
nflaig daec190
Formatting
nflaig 2a1c870
Fix build
nflaig d0d1a37
Add beacon_block_root to getExecutionPayloadEnvelope
nflaig d9f90a2
Pass beacon block root from validator client
nflaig ba769a7
Major refactoring
nflaig c57ded8
Update beacon-api spec to v5.0.0-alpha.0
nflaig 65be0b4
Review publishExecutionPayloadEnvelope
nflaig 919196f
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig 3b28c1f
Add todo for data column sidecar event
nflaig af1faa9
Review getExecutionPayloadEnvelope
nflaig 1d48e29
Fix parentBlockNumber
nflaig b847fc4
There is no slashing for signing two envelopes
nflaig 3756e73
Rephrase comment
nflaig d1a37ef
Clean up comments
nflaig 7bc2ac8
Review block proposing service
nflaig 93f801f
Review produceBlockV4
nflaig 30bdc97
Add todo
nflaig 83ca642
Restore comment
nflaig ac5d22a
comments
nflaig 9480e67
Review vc block production
nflaig efe7b33
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig fa1e11d
Improve cache assertions in publishExecutionPayloadEnvelope
nflaig 6f0d8f8
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig 66fc969
Fix serialization of builder index over the wire
nflaig 6a33fac
Use BUILDER_INDEX_SELF_BUILD const
nflaig 85655d5
Use BuilderIndex type
nflaig 372f774
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig eccf56f
Add comment
nflaig a378856
Check slot consistency of envelope during publishing
nflaig 63400d5
Merge branch 'unstable' into nflaig/epbs-block-production
nflaig d1611c7
Remove builder index when getting the envelope
nflaig f2031cc
Remove builder index from log
nflaig 21ae1b8
Revert some changes in params
nflaig 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
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.
probably need a
gloas.SignedBlockContents