The only way currently is to figure out the subset of calls that emitted the required logs, request them explicitly with their related events, filter out Ethereum.Executed events and decode these. This seems too complicated. In FireSquid it was solved by having an evmTxHash field for these events.
The only way currently is to figure out the subset of calls that emitted the required logs, request them explicitly with their related events, filter out
Ethereum.Executed
events and decode these. This seems too complicated. In FireSquid it was solved by having anevmTxHash
field for these events.