Skip to content

Create helper functions for publishing of packet sent and acknowledgement sent events #335

Closed
@crodriguezvega

Description

@crodriguezvega

Summary

We currently have some helper functions for publishing events on packet received, packet acknowledged and packet timed out.

https://github.com/cosmos/ibc-go/blob/main/modules/core/04-channel/keeper/events.go

We also emit events for packet sent (here) and acknowledgement sent (here), but those do not have a helper function.

The proposal is to create helper functions for these two events as well. The rationale is to make both packet event emitting code and the code of the functions using it more similar.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions