Add contract and function label/fields to eth_getTransactionByHash
and eth_getTransactionReceipt
#1597
Labels
enhancement
New feature or request
When a transaction or receipt is found with
eth_getTransactionByHash
andeth_getTransactionReceipt
, we have enough data to know the contract/function of the found transaction.We should add contract and function label to related RPC metrics and fields to RPC tracing events/spans to keep track of these information.
The text was updated successfully, but these errors were encountered: