Feature request: implementation of eth_getRawTransactionByHash #664
Unanswered
MagicalTux
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Hey @MagicalTux, Thank you for opening this discussion. Why would you want this type of endpoint? For what would you use it for? This is not a standard JSON-RPC Ethereum endpoint |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature request: implementation of
eth_getRawTransactionByHash
Description
Ethereum RPC API has
eth_getRawTransactionByHash
which can be useful to debug issues/etc. The method simply returns a transaction's raw bytes as stored on the blockchain and should be fairly simple to implement.Your environment
Expected behaviour
Actual behaviour
Relevant code
https://github.com/0xPolygon/polygon-edge/blob/develop/jsonrpc/eth_endpoint.go#L230
Beta Was this translation helpful? Give feedback.
All reactions