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.
Problem
Currently, when Cosmos SDK modules emit events, these events are not visible to EVM-side indexers and explorers because they don't emit
EventTypeEthereumTxevents. This creates a tracking gap for important state changes that involve fund movements.Examples
Staking Module:
Impact: Users and applications relying on EVM explorers (Etherscan-like tools) cannot track these important transactions, leading to incomplete transaction history.