-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat: move mev.rs from reth to rpc-types-mev #970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty, some early comments
we also want a feature in rpc-types for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to not have a ton of modules just for single types
I'm fine with separating eth and mev modules
yeah, it's reasonable, I tried to split it by endpoint but it seems to be a bit much in the end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* feat: move mev.rs from alloy to rpc-types-mev * fmt * doc: update README * feature rpc-types-mev * dev: use alloy_serde directly * dev: split to bundle_stats and u256_numeric_string * dev(refactor): split to multiple files based on endpoint * dev: add mev as features and re export in lib * fmt * dev: simplify * dev: merge to eth_calls, mev_calls and stats
Ref paradigmxyz/reth#9027