-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement spec events #108
Comments
hey @serdar @gjermund , note that if at this stage we won't consider support for async acks and the multipayload, then the events are already pretty much aligned with the spec and with serdar suggestion. The minimum required parameters are emitted. I would suggest to icebox this till we decide to implement multipayload and/or async acks. |
|
|
Did a quick check on removing |
Ok, agreed. Will remove the transfer events so! |
Let's also remove any other unnecessary events |
As soon as the IBC Eureka events are finalized (cosmos/ibc#1165) we need to do a full cleanup of the events we currently emit from our contracts.
We likely have some unnecessary events, so the initial plan here is to remove the current events and only implement the spec events. After that, we can decide if we need more events (and if those should also go into the spec).
The text was updated successfully, but these errors were encountered: