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

Feature Request: JSON-RPC method eth_getRawTransactionByHash needed #7370

Closed
web3dev2023 opened this issue Aug 29, 2024 · 2 comments · Fixed by #7425
Closed

Feature Request: JSON-RPC method eth_getRawTransactionByHash needed #7370

web3dev2023 opened this issue Aug 29, 2024 · 2 comments · Fixed by #7425

Comments

@web3dev2023
Copy link

web3dev2023 commented Aug 29, 2024

I have migrated to Nethermind recently and found out that the eth_getRawTransactionByHash JSON-RPC method is not implemented on Nethermind.

Reconstructing the raw transaction using eth_getTransactionByHash and the(v, r, s)signatures is possible but very hard for most users. Therefore I hope eth_getRawTransactionByHash can be implemented.

@web3dev2023 web3dev2023 changed the title JSON-RPC method eth_getRawTransactionByHash needed Feature Request: JSON-RPC method eth_getRawTransactionByHash needed Aug 29, 2024
@MarekM25
Copy link
Contributor

I'm curious, which client supports eth_getRawTransactionByHash? Also, could you share why you need this method?

@KevinMB0220
Copy link

This is my first issue, and I’m excited to contribute. My name is Kevin, and I’m a member of Dojo Coding. I’ve noticed that the JSON-RPC method eth_getRawTransactionByHash is not implemented in Nethermind. Implementing this function would make it easier to obtain raw transactions directly, improving the user experience by avoiding the complexity of reconstructing them manually. I’m willing to collaborate on its development and contribute my experience to help bring this solution forward. @web3dev2023

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