You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In eth_getLogs and eth_subscribe operations, we can parse the friendly name of the event being queried or subscribed based on the list of Solidity compiled events.
We should do that and use these names in tracing and metrics.
The additional challenge here is that there can be no events or multiple events in these RPC methods. Initially we could track only the first event if present.
The text was updated successfully, but these errors were encountered:
marcospb19-cw
changed the title
Parse event name in eth_getLogs and eth_subscribe
Observability: Parse event names in eth_getLogs and eth_subscribeAug 5, 2024
In
eth_getLogs
andeth_subscribe
operations, we can parse the friendly name of the event being queried or subscribed based on the list of Solidity compiled events.We should do that and use these names in tracing and metrics.
The additional challenge here is that there can be no events or multiple events in these RPC methods. Initially we could track only the first event if present.
The text was updated successfully, but these errors were encountered: