Is your feature request related to a problem? Please describe.
Currently, tracking internal ETH transfers requires heavy and slow transaction tracing. Unlike standard ERC-20 tokens, native ETH transfers do not emit predictable logs.
Describe the solution you'd like
Support EIP-7708 log extraction in cryo. The dataset should allow parsing and exporting these new execution layer system logs into Parquet or CSV format alongside standard events.
Describe alternatives you've considered
Relying on expensive debug_traceTransaction calls to reconstruct internal value transfers.
Additional context
EIP-7708 simplifies indexing by introducing a unified, queryable signal for all ETH transfers across EOAs and smart contracts.
Is your feature request related to a problem? Please describe.
Currently, tracking internal ETH transfers requires heavy and slow transaction tracing. Unlike standard ERC-20 tokens, native ETH transfers do not emit predictable logs.
Describe the solution you'd like
Support EIP-7708 log extraction in
cryo. The dataset should allow parsing and exporting these new execution layer system logs into Parquet or CSV format alongside standard events.Describe alternatives you've considered
Relying on expensive
debug_traceTransactioncalls to reconstruct internal value transfers.Additional context
EIP-7708 simplifies indexing by introducing a unified, queryable signal for all ETH transfers across EOAs and smart contracts.