liquidity icon indicating copy to clipboard operation
liquidity copied to clipboard

Use EmitTypedEvent instead of EmitEvent which is deprecated

Open bsrinivas8687 opened this issue 4 years ago • 1 comments

Summary

In the latest version of Cosmos SDK (current v0.42.x) type EmitEvent is deprecated so it's better go with EmitTypedEvent

This will be a breaking change for the clients which depends on events

Thoughts?

Problem Definition

Proposal


For Admin Use

  • [x] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged
  • [ ] Contributor assigned/self-assigned

bsrinivas8687 avatar May 20 '21 16:05 bsrinivas8687

Yes. We are aware of the fact that EmitEvent and EmitEvents will be deprecated. Since we're using Cosmos SDK v0.42.4 for the latest develop branch, we decided to follow what they use.

jaybxyz avatar May 27 '21 07:05 jaybxyz