-
Notifications
You must be signed in to change notification settings - Fork 647
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
refactor(simapp): re-wire autocli with latest client/v2 changes (backport #4843) #5070
Conversation
* refactor: wire autocli * go mod tidy all + fix textual (cherry picked from commit 016443d) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum # modules/capability/go.mod
@@ -4,7 +4,7 @@ module github.com/cosmos/ibc-go/v8 | |||
|
|||
require ( | |||
cosmossdk.io/api v0.7.2 | |||
cosmossdk.io/client/v2 v2.0.0-20230818115413-c402c51a1508 | |||
cosmossdk.io/client/v2 v2.0.0-20231026141021-0469fc17e158 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be bumped by #5069
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! This is to resolve the failing test about the file resolver?
yup! Looks like it needed this fix for some reason |
This is an automatic backport of pull request #4843 done by Mergify.
Cherry-pick of 016443d has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com