-
Notifications
You must be signed in to change notification settings - Fork 246
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
[Feature] Alloy to easily convert from alloy_rpc_types::Transaction to alloy_concensus::transaction::Transaction #169
Labels
enhancement
New feature or request
Comments
it is not |
ideally this should be done by embedding a consensus transactionenvelope into the rpc response |
cc @klkvr imo we could either solve this by impl a tryform to consensus transaction from rpc |
We solved the problem by subscribing to newPendingTransactions + calling eth_getRawTransactionByHash. |
reopening due to ongoing work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
network, json-rpc
Describe the feature you would like
The reason I need this right now is to be able to subscribe to newPendingTransactions and generate a rlp encoded txs from the tx stream.
Additional context
No response
The text was updated successfully, but these errors were encountered: