subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.23k stars 151 forks source link

[frontier-evm] No easy way to get parent transaction hash of an `EVM.Log` #211

Open abernatskiy opened 1 year ago

abernatskiy commented 1 year ago

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.