Skip to content

Incomplete migration to typed DexEvent in dex_parsers.py #1

@croghostrider

Description

@croghostrider

After the recent refactoring that introduced strongly-typed event handling via the DexEvent dataclass and EventType enum, not all parsers in dex_parsers.py were updated accordingly.

Some parser functions still return legacy dict-based event structures instead of the new:

DexEvent(type=EventType.<TYPE>, data=<TypedEvent>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions