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 AbstractBlockPublisher to simplify blob sidecars publishing #7710

Merged

Conversation

StefanBratanov
Copy link
Contributor

PR Description

  • Changed BlockFactory.unblindSignedBlockIfBlinded to accept and return SignedBeaconBlock and use same implementation for Phase0, Deneb
  • Changed AbstractBlockPublisher and its implementations to import and publish block and blob sidecars separately
  • The other changes are mostly in tests

Fixed Issue(s)

helps with block publishing flow for #7654

Documentation

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

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

@StefanBratanov StefanBratanov force-pushed the block_publisher_refactor branch from 887df1f to b448d74 Compare November 15, 2023 11:29
Copy link
Contributor

@zilm13 zilm13 left a comment

Choose a reason for hiding this comment

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

I like the changes, it's more clear now in line with spec changes.
Just some nits

@StefanBratanov StefanBratanov force-pushed the block_publisher_refactor branch from f80e9bc to a88dcfb Compare November 16, 2023 10:05
@StefanBratanov StefanBratanov merged commit ce633ad into Consensys:master Nov 16, 2023
4 checks passed
@StefanBratanov StefanBratanov deleted the block_publisher_refactor branch November 16, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants