Skip to content

feat(optimism): Simplify trait bounds in revalidate_interop_txs_stream#19500

Merged
mattsse merged 1 commit intoparadigmxyz:mainfrom
Fibonacci747:feat/relax-bounds
Nov 5, 2025
Merged

feat(optimism): Simplify trait bounds in revalidate_interop_txs_stream#19500
mattsse merged 1 commit intoparadigmxyz:mainfrom
Fibonacci747:feat/relax-bounds

Conversation

@Fibonacci747
Copy link
Copy Markdown
Contributor

Removed redundant bounds (MaybeInteropTransaction, Clone, Sync, 'static) from TItem in revalidate_interop_txs_stream() since the function body does not use them.
Cleaned up unused import of MaybeInteropTransaction
Kept only PoolTransaction, Transaction, and Send which are actually required by access_list(), hash(), and concurrent buffering.

Copy link
Copy Markdown
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

seems okay

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Nov 5, 2025
@mattsse mattsse added this pull request to the merge queue Nov 5, 2025
Merged via the queue into paradigmxyz:main with commit ba8be3f Nov 5, 2025
42 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reth Tracker Nov 5, 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
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.

2 participants