Skip to content

feat(txpool): announce blob txs within 1 fee-jump of execution#22878

Closed
figtracer wants to merge 1 commit into
paradigmxyz:mainfrom
figtracer:feat/blob-announce-suppression
Closed

feat(txpool): announce blob txs within 1 fee-jump of execution#22878
figtracer wants to merge 1 commit into
paradigmxyz:mainfrom
figtracer:feat/blob-announce-suppression

Conversation

@figtracer
Copy link
Copy Markdown
Contributor

Blob transactions in the blob sub-pool were never announced to peers, only promoted txs in the pending pool were. This adds early announcements for blob txs with priority >= -1 (within 1 fee-jump of executable), giving peers earlier visibility on near-executable blob txs.

When fees change (new block), txs that cross into the threshold get announced. If fees spike and a tx falls below threshold, its announced flag resets so it can be re-announced when fees recover.

Reference: ethereum/go-ethereum#33893

@figtracer figtracer force-pushed the feat/blob-announce-suppression branch from ab1a7ed to 5c6d3b9 Compare March 8, 2026 22:24
@figtracer
Copy link
Copy Markdown
Contributor Author

might not be that relevant in practice but imo this is nice to keep things tidy

@figtracer figtracer force-pushed the feat/blob-announce-suppression branch from 5c6d3b9 to 4d03f34 Compare March 8, 2026 22:31
@figtracer figtracer marked this pull request as ready for review March 8, 2026 22:32
@github-project-automation github-project-automation Bot moved this to Backlog in Reth Tracker Mar 8, 2026
@figtracer figtracer closed this Mar 10, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Reth Tracker Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant