Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2022

Bumps github.com/cosmos/ibc-go from 1.2.2 to 1.4.0.

Release notes

Sourced from github.com/cosmos/ibc-go's releases.

v1.4.0

This release includes a fix for a security vulnerability identified in transfer application. User funds in accounts and staking delegations are NOT at risk.

The only other change in this release (see CHANGELOG) is the bump of the Cosmos SDK to v0.45.1 (for more information, see Cosmos SDK v0.45.1 Release Notes).


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.44.3 and ibc-go v2.0.0, please follow the migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x AND the migration from ibc-go v1 to v2.

v.1.3.0

This release includes a fix for a security vulnerability identified in transfer application. User funds in accounts and staking delegations are NOT at risk.

For the release line v1.x, we recommend NOT to use any version of ibc-go < v1.3.0.

Please see the CHANGELOG for the full set of changes included in this release.


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.44.3 and ibc-go v2.0.0, please follow the migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x AND the migration from ibc-go v1 to v2.

v1.2.6

This release includes an improvement to minimize channel logging by only emitting the packet sequence, source port/channel, destination port/channel upon packet receives, acknowledgements and timeouts.

Check out the v1.2.6 changelog for more information about this change and see previous changes in the v1.2.x release series.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.2.5

This release fixes the module name emitted as part of OnChanOpenInit event and bumps the Cosmos SDK from v0.44.4 to v0.44.5 (for more information, see Cosmos SDK v0.44.5 Release Notes).

Check out the v1.2.5 changelog for more information about the changes and see previous changes in the v1.2.x release series.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.2.4

This release introduces an improvement to enable proto service reflection and bumps the Cosmos SDK from v0.44.3 to v0.44.4 (for more information, see Cosmos SDK v0.44.4 Release Notes).

Check out the v1.2.4 changelog for more information about the changes and see previous changes in the v1.1.x release series.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.2.3

This release bumps the Cosmos SDK from v0.44.2 to v0.44.3 and Tendermint from v0.34.13 to v0.34.14. For more information, see Cosmos SDK v0.44.3 Release Notes and Tendermint v0.34.14 Changelog.

To learn more about ibc-go versioning, please read our RELEASES.md.

Changelog

Sourced from github.com/cosmos/ibc-go's changelog.

v1.4.0 - 2022-03-15

Dependencies

  • #851 Bump SDK version to v0.45.1

v1.3.0 - 2022-03-15

Dependencies

  • #1073 Bump SDK version to v0.44.6
  • #948 Bump ics23/go to v0.7

State Machine Breaking

  • (transfer) #818 Error acknowledgements returned from Transfer OnRecvPacket now include a deterministic ABCI code and error message.

Features

  • #679 New CLI command query ibc-transfer denom-hash <denom trace> to get the denom hash for a denom trace; this might be useful for debug

Bug Fixes

  • (client) #941 Classify client states without consensus states as expired
  • (transfer) #978 Support base denoms with slashes in denom validation
  • (channel) #995 Call packet.GetSequence() rather than passing func in AcknowledgePacket log output

v1.2.6 - 2022-02-03

Improvements

  • (channel) #692 Minimize channel logging by only emitting the packet sequence, source port/channel, destination port/channel upon packet receives, acknowledgements and timeouts.

v1.2.5 - 2021-12-15

Dependencies

  • #589 Bump SDK version to v0.44.5

Bug Fixes

  • (modules/core) #603 Fix module name emitted as part of OnChanOpenInit event. Replacing connection module name with channel.

v1.2.4 - 2021-12-05

Dependencies

  • #567 Bump SDK version to v0.44.4

Improvements

... (truncated)

Commits
  • aec6265 Merge pull request from GHSA-j658-c98j-fww4 (#1124)
  • 22a834e update changelog
  • 9277b11 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (backpor...
  • 706d19b build(deps): bump github.com/cosmos/cosmos-sdk from 0.44.5 to 0.45.0 (backpor...
  • 09c8870 call packet.GetSequence() rather than passing the func as argument (backport ...
  • 8a813a1 deps: revert bump to SDK 0.45.1 (#1073)
  • ddec59b chore: fix broken link (#972) (#1063)
  • fc211e8 docs: add missing args to NewKeeper in integration docs (#1038) (#1051)
  • a8058e2 chore: replace error string in transfer acks with const (backport #818) (#992)
  • 3a65b0a fix: classify client states without consensus states as expired (backport #94...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/cosmos/ibc-go](https://github.com/cosmos/ibc-go) from 1.2.2 to 1.4.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v1.4.0/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v1.2.2...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 15, 2022

Superseded by #87.

@dependabot dependabot bot closed this Jun 15, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/ibc-go-1.4.0 branch June 15, 2022 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant