flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

[EVM] Bridged account creation event consolidation

Open devbugging opened this issue 1 year ago • 2 comments

Currently, the event emitted for COA account creation doesn't have a type that is consistent with other EVM events. The event type ID right now is: A.f8d6e0586b0a20c7.EVM.BridgedAccountCreated.

This is wrong for two reasons:

  • we renamed bridged accounts to COA
  • other EVM service events have the ID schema of: EVM.{name}

The event should probably be renamed to: EVM.COACreated or EVM.CreatedCOA.

devbugging avatar Feb 20 '24 15:02 devbugging