Skip to content
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

Consider using ibc ante handler #807

Open
4 tasks
jhernandezb opened this issue May 29, 2023 · 1 comment
Open
4 tasks

Consider using ibc ante handler #807

jhernandezb opened this issue May 29, 2023 · 1 comment

Comments

@jhernandezb
Copy link

Summary of Bug

Stride seems to be using the standard ante handler from cosmos sdk, which does not include the ibc ante handler which helps removing redundant packets, see https://github.com/cosmos/ibc-go/blob/v7.0.1/modules/core/ante/ante.go#L24

More on ante handler configuration
https://github.com/cosmos/ibc-go/blob/v7.0.1/testing/simapp/ante_handler.go#L44

Version

Steps to Reproduce

Just check any receive tx on mintscan there is multiple txs with the same packet

Screenshots

Additional context


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants