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

rpc: add ExtendedTransaction type #1317

Closed
wants to merge 2 commits into from

Conversation

tcoratger
Copy link
Contributor

In reth, we have quite a few places in the code where we are using WithOtherFields<Transaction> and this is quite cumbersome to manipulate and a little bit long to write/read.

https://github.com/paradigmxyz/reth/blob/05f862af41e74319ba00a1254d3a74192d304cce/crates/rpc/rpc/src/txpool.rs#L34

As a consequence an ExtendedTransaction could be useful for easier manipulations.

@emhane
Copy link
Member

emhane commented Sep 20, 2024

this type is on it's way out anyway paradigmxyz/reth#9774

@emhane emhane closed this Sep 20, 2024
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.

2 participants