You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: