Skip to content

Enable Cosmos Module Events to be Indexed by EVM Indexers #1000

@djm07073

Description

@djm07073

Problem

Currently, when Cosmos SDK modules emit events, these events are not visible to EVM-side indexers and explorers because they don't emit EventTypeEthereumTx events. This creates a tracking gap for important state changes that involve fund movements.

Examples

Staking Module:

  • When unbonding occurs, funds are transferred but the transaction is not trackable in EVM explorers
  • When rewards are claimed, the fund movement is invisible to EVM indexers

Impact: Users and applications relying on EVM explorers (Etherscan-like tools) cannot track these important transactions, leading to incomplete transaction history.

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