Skip to content

Support EIP-7708 #262

Description

@blmalone

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions