-
Notifications
You must be signed in to change notification settings - Fork 592
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
chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.4.0 to 8.5.1 #8707
chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.4.0 to 8.5.1 #8707
Conversation
Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.4.0 to 8.5.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v8.5.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v8.4.0...v8.5.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
ClientCtx: initClientCtx, | ||
TxConfigOpts: tx.ConfigOptions{ | ||
EnabledSignModes: tx.DefaultSignModes, | ||
TextualCoinMetadataQueryFn: authtxconfig.NewGRPCCoinMetadataQueryFn(initClientCtx), | ||
}, | ||
} |
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.
This is safe to delete, txconfigOpts was deprecated with cosmos sdk client v2.0.0-beta.3 bump. Tested with CLI to confirm
Bumps github.com/cosmos/ibc-go/v8 from 8.4.0 to 8.5.1.
Release notes
Sourced from github.com/cosmos/ibc-go/v8's releases.
Changelog
Sourced from github.com/cosmos/ibc-go/v8's changelog.
Commits
6b25543
prepare changelog for v8.5.1 release34a0d01
fix: attempt to fix panics for unresolvable imports by using GogoResolver (ba...94c9773
Update CHANGELOG.md3077be1
Update CHANGELOG.mdf77fbb8
deps: bump cosmos-sdk to v0.50.9 (backport #6828) (#7227)a495e2e
deps(release/v8.5.x): bump ics23 to v0.11.0 (#7222)27630bb
backport-v8.5.x: self client/consensus state removal from connection handshak...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)