Skip to content
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

refactor: extract OP txpool types to a separate crate #14280

Merged
merged 3 commits into from
Feb 6, 2025
Merged

Conversation

klkvr
Copy link
Collaborator

@klkvr klkvr commented Feb 6, 2025

for tx conditionals we'd need access to pool traits/types from payload builder crate which means we can no longer have those in reth-optimism-node

Copy link
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.

lgtm

@fgimenez for vis

Comment on lines +10 to +11
// The `optimism` feature must be enabled to use this crate.
#![cfg(feature = "optimism")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

yeah everything that uses revm + op still must be feature gated

@klkvr klkvr enabled auto-merge February 6, 2025 20:20
@klkvr klkvr added this pull request to the merge queue Feb 6, 2025
Merged via the queue into main with commit 63d5fea Feb 6, 2025
46 checks passed
@klkvr klkvr deleted the klkvr/op-txpool branch February 6, 2025 20:45
@hamdiallam
Copy link
Contributor

Thanks for just republishing my work 👍

@klkvr
Copy link
Collaborator Author

klkvr commented Feb 8, 2025

@hamdiallam really sorry for this, I didn't realize that your PR does the same thing as well

I've added you as a coauthor to #14249 as it was similar but with different approach, but didn't notice you've moved txpool types too :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants