Skip to content

feat: add sharded mempool support for type-3 blob transactions #16756

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

gitToki
Copy link
Contributor

@gitToki gitToki commented Jun 10, 2025

@gitToki gitToki requested review from mattsse and Rjected as code owners June 10, 2025 22:24
@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker Jun 10, 2025
@gitToki gitToki marked this pull request as draft June 10, 2025 22:24
}
}

impl AnnouncementFilteringPolicy for ShardedMempoolAnnouncementFilter {
Copy link
Collaborator

Choose a reason for hiding this comment

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

since this is layered on behaviour, we can make this generic over another policy type that we forward the non type 3 txs to

like SharedMempoolAnnounceFilter<T>

@@ -249,7 +249,7 @@ pub struct TransactionsManager<
N: NetworkPrimitives = EthNetworkPrimitives,
PBundle: TransactionPolicies = NetworkPolicies<
TransactionPropagationKind,
StrictEthAnnouncementFilter,
ShardedMempoolAnnouncementFilter,
Copy link
Collaborator

Choose a reason for hiding this comment

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

this then can be ShardedMempoolAnnouncementFilter<StrictEthAnnouncementFilter>

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Jun 10, 2025
@emhane emhane added the A-networking Related to networking in general label Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-networking Related to networking in general
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants