-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Local proposer end to end #14440
Open
terencechain
wants to merge
3
commits into
epbs
Choose a base branch
from
epbs-proposer-e2e
base: epbs
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
Local proposer end to end #14440
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
terencechain
requested review from
kasey,
rkapka and
james-prysm
and removed request for
a team
September 11, 2024 17:29
terencechain
force-pushed
the
epbs-proposer-e2e
branch
from
September 11, 2024 17:38
27c9343
to
47e6e6e
Compare
potuz
force-pushed
the
epbs
branch
3 times, most recently
from
September 26, 2024 13:39
0eb509b
to
294a246
Compare
terencechain
force-pushed
the
epbs-proposer-e2e
branch
from
September 28, 2024 17:15
47e6e6e
to
f31ca9e
Compare
potuz
force-pushed
the
epbs
branch
3 times, most recently
from
October 16, 2024 13:23
fd37f28
to
f30c97a
Compare
terencechain
force-pushed
the
epbs-proposer-e2e
branch
from
October 24, 2024 17:14
f31ca9e
to
6c4666b
Compare
potuz
force-pushed
the
epbs
branch
3 times, most recently
from
October 28, 2024 15:56
468ba82
to
40ad265
Compare
terencechain
force-pushed
the
epbs-proposer-e2e
branch
4 times, most recently
from
October 31, 2024 17:04
4a8e43a
to
aea64ca
Compare
potuz
force-pushed
the
epbs
branch
2 times, most recently
from
November 4, 2024 10:08
e70ad3d
to
56dfaf8
Compare
* process_withdrawal_fn and isParentfull test * suggestions applied * minor change * removed * lint * lint fix * removed Latestheader * test added with nil error * tests passing * IsParentNode Test added * lint * fix test * updated godoc * fix in godoc * comment removed * fixed braces * removed var * removed var * Update beacon-chain/core/blocks/withdrawals.go * Update beacon-chain/core/blocks/withdrawals_test.go * gazelle * test added and removed previous changes in Testprocesswithdrawal * added check for nil state * decrease chromatic complexity --------- Co-authored-by: Potuz <potuz@potuz.net> Co-authored-by: Potuz <potuz@prysmaticlabs.com>
# Conflicts: # beacon-chain/core/transition/transition_no_verify_sig.go
terencechain
force-pushed
the
epbs-proposer-e2e
branch
from
November 5, 2024 01:04
aea64ca
to
af794a2
Compare
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.
Do not review this. It is just to show how a local proposer block would work end to end. The next step is to break these into smaller PRs