Skip to content
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

Refactor unverified forkchoice event #4487

Merged
merged 15 commits into from
Oct 6, 2022

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented Oct 6, 2022

Renaming to make clear everywhere that the forkchoice is not verified, so it will be clear in case there will be a future event for a verified forkchoice. Finalized block hash no more optional.

Signed-off-by: Fabio Di Fabio fabio.difabio@consensys.net

PR description

This is the 2nd PR of a series to optimize the initial sync on PoS networks, that is ongoing here #4462, but since it is quite big, I am splitting it in smaller PRs to simplify the code review.

This is mostly a refactoring to make clear everywhere that the forkchoice is not verified, so
in case there will be a future event for a verified forkchoice it will be simpler.
Then the finalized block hash is no more optional, making the code more simple.
The order of hashes is always heah, safe, finalized.

Fixed Issue(s)

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if
    updates are required.

Changelog

Renaming to make clear everywhere that the forkchoice is not verified, so
it will be clear in case there will be a future event for a verified forkchoice.
Finalized block hash no more optional.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 marked this pull request as ready for review October 6, 2022 12:17
@fab-10 fab-10 added the mainnet label Oct 6, 2022
Copy link
Contributor

@jflo jflo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stronger typing and better naming. Good stuff!

fab-10 and others added 8 commits October 6, 2022 19:24
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
* removes pandas

Signed-off-by: Justin Florentine <justin+github@florentine.us>
Renaming to make clear everywhere that the forkchoice is not verified, so
it will be clear in case there will be a future event for a verified forkchoice.
Finalized block hash no more optional.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte enabled auto-merge (squash) October 6, 2022 17:45
Signed-off-by: Justin Florentine <justin+github@florentine.us>
@garyschulte garyschulte merged commit 84eab69 into hyperledger:main Oct 6, 2022
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
* Refactor unverified forkchoice event

Renaming to make clear everywhere that the forkchoice is not verified, so
it will be clear in case there will be a future event for a verified forkchoice.
Finalized block hash no more optional.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants