Skip to content

Decouple gossip#3950

Closed
pawanjay176 wants to merge 5 commits intosigp:eip4844from
pawanjay176:decouple-gossip
Closed

Decouple gossip#3950
pawanjay176 wants to merge 5 commits intosigp:eip4844from
pawanjay176:decouple-gossip

Conversation

@pawanjay176
Copy link
Copy Markdown
Member

Issue Addressed

N/A

Proposed Changes

Start decoupling gossip logic according to ethereum/consensus-specs#3244

};
crate::publish_pubsub_message(network_tx, PubsubMessage::BeaconBlock(block.clone()))?;

/* TODO: publish all blob sidecars associated with this block */
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

there's an open discussion whether to do blob publishing separately
ethereum/beacon-APIs#300
PR: ethereum/beacon-APIs#302

@realbigsean
Copy link
Copy Markdown
Member

@pawanjay176 would it be helpful if we rebase this on the main blob branch and merge it?

@pawanjay176
Copy link
Copy Markdown
Member Author

I think this will overlap with some of the caching stuff we are doing. But I can cherry pick the gossip validation changes in this PR and we can continue with the caching stuff in another PR.

@pawanjay176
Copy link
Copy Markdown
Member Author

Relevant work extracted into #4092

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