refactor(flashblock): Move all flashblocks related data structure to op-alloy#19608
Merged
klkvr merged 3 commits intoparadigmxyz:mainfrom Nov 12, 2025
Merged
refactor(flashblock): Move all flashblocks related data structure to op-alloy#19608klkvr merged 3 commits intoparadigmxyz:mainfrom
klkvr merged 3 commits intoparadigmxyz:mainfrom
Conversation
c9cb8b6 to
6c3fab0
Compare
CodSpeed Performance ReportMerging #19608 will not alter performanceComparing Summary
|
5339233 to
6f413bb
Compare
6f413bb to
6c4cd3a
Compare
6c4cd3a to
32051fb
Compare
klkvr
approved these changes
Nov 12, 2025
3 tasks
emhane
pushed a commit
to op-rs/op-reth
that referenced
this pull request
Nov 24, 2025
sieniven
pushed a commit
to okx/reth
that referenced
this pull request
Dec 10, 2025
Vui-Chee
added a commit
to okx/reth
that referenced
this pull request
Dec 11, 2025
* dev: chore: Update cargo deps (#65) feat(flashblock): Enable eth_getTransactionByHash support for flashblock (paradigmxyz#19954) feat(flashblocks): Cache recent flashblocks (paradigmxyz#19786) feat(flashblock): improve state root calculation condition (paradigmxyz#19667) feat(flashblocks): add metrics for current block and index (paradigmxyz#19712) refactor(flashblock): Move all flashblocks related data structure to op-alloy (paradigmxyz#19608) chore: add target: flashblock for all flashblock related traces (paradigmxyz#19656) feat(metrics): implement RAII-based block timing with Prometheus support (#60) Fix fmt (#62)
sieniven
pushed a commit
to okx/reth
that referenced
this pull request
Dec 11, 2025
theochap
pushed a commit
to ethereum-optimism/optimism
that referenced
this pull request
Jan 22, 2026
theochap
pushed a commit
to ethereum-optimism/optimism
that referenced
this pull request
Feb 11, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Towards: #18255
Move all flashblocks related data structure to op-alloy, related op-alloy PR: alloy-rs/op-alloy#606