Add partial message support for gossipsub integration#10262
Closed
raulk wants to merge 1 commit intoConsensys:masterfrom
Closed
Add partial message support for gossipsub integration#10262raulk wants to merge 1 commit intoConsensys:masterfrom
raulk wants to merge 1 commit intoConsensys:masterfrom
Conversation
Integrate jvm-libp2p partial message support for PeerDAS data column propagation. Key changes: - Update jvm-libp2p dependency to include partial message support - Add publishPartial() method to GossipNetwork interface - Implement partial message publishing in LibP2PGossipNetwork - Add --p2p-gossip-partial-messages CLI flag (disabled by default) Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <[email protected]> Co-Authored-By: Happy <[email protected]>
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Integrates jvm-libp2p partial message support for bandwidth-efficient PeerDAS data column propagation.
Key changes:
publishPartial()method with default no-op implementationGossip.publishPartial()--p2p-gossip-partial-messagesoption (disabled by default)Dependencies
This PR depends on: libp2p/jvm-libp2p#433
Test plan
Note
Introduces partial message support in the gossip stack and wires a CLI toggle to control it.
io.libp2p:jvm-libp2p:developfor partial message capabilityGossipNetworkwithpublishPartial(topic, PartialMessage)(default throws UnsupportedOperationException)publishPartialinLibP2PGossipNetworkviaGossip.publishPartial--p2p-partial-messages-enabled(default: disabled) inP2POptionsMuxFirewallTestmocksNettyTransportinstead ofTransportWritten by Cursor Bugbot for commit aacd3fb. This will update automatically on new commits. Configure here.