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

fix: ibc-hooks transfer stack order and add tests #270

Closed
wants to merge 1 commit into from
Closed

Conversation

emidev98
Copy link

@emidev98 emidev98 commented Nov 2, 2023

This pull request fixes an issue with IBC hooks that the TransferStack will always acknowledge any transaction as sucessfully even if the transaction actually failed. To prevent that the transaction stack must be reordered which is what this PR does. Besides that the PR also include some integration tests to be executed as shellscripts so it can increate a little bit the testing coverage.

@emidev98 emidev98 marked this pull request as ready for review November 2, 2023 12:16
app/app.go Show resolved Hide resolved
app/app.go Show resolved Hide resolved
@expertdicer expertdicer closed this Nov 7, 2023
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 this pull request may close these issues.

2 participants