-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify which events must be emitted on IBC msgs #606
Comments
There is some very clear Go code for this: https://github.com/cosmos/ibc-go/blob/main/modules/core/04-channel/keeper/events.go I would be happy just adding those to the spec, so it is clear for other implementations. |
Or... we decide these events are not part of the spec? |
Definitely the events relayers should expect need to be part of the spec. Otherwise relayers will have to implement different parsing logic for each implementation. We should standardize on the format that relayers can expect |
Has there been research into how other protocols emit events? Dont want to tie other protocols into cosmos style events, since IBC is generally agnositc. |
@AdityaSripal I guess this is connected to #534, right? |
No description provided.
The text was updated successfully, but these errors were encountered: