-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: raw_tx_by_hash #6827
feat: raw_tx_by_hash #6827
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.
hmm, I'd prefer keeping the transaction_by_hash
and instead having a new raw_transaction_by_hash() -> PooledTransactionElement
because for these endpoints we don't need the metadata for mined txs, I'm fine with duplicating some code here
@loocapro for the historical eth_getRawTransactionByBlockHash* calls we can simply reuse the existing |
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.
pedantic nit
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Closes: #6760