We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Just check any receive tx on mintscan there is multiple txs with the same packet
The text was updated successfully, but these errors were encountered:
Closed by:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: