Web3-Builders-Alliance / wba-mtw-testnet

Wba mtw chain
Apache License 2.0
5 stars 0 forks source link

Bump github.com/cosmos/ibc-go/v5 from 5.0.0-rc1 to 5.0.0 #16

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps github.com/cosmos/ibc-go/v5 from 5.0.0-rc1 to 5.0.0.

Release notes

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

v5.0.0

This release bumps the Cosmos SDK to v0.46.1 (for more information, see Cosmos SDK v0.46 Release Notes) and Tendermint to v0.34.21 (for more information, see Tendermint 0.34.21 changelog). It also introduces several code style improvements flagged by linting tools. We present here a summary of the most relevant changes, but please see the v5.0.0 changelog for the full set of changes included in this release.

core/02-client

apps/27-interchain-accounts

  • Support for Cosmos-SDK simulation has been added.
  • The InterchainAccount gRPC query endpoint and CLI query have been added to the controller submodule to allow end users the ability to inspect the interchain account address generated on the host chain. has been added the controller submodule to allow users to retrieve the registered interchain account addresses on the host chain.
  • A MessageRouter interface has been added. It has replaced the *baseapp.MsgServiceRouter used in the controller and host keepers.

testing

Special thanks to our external contributors on this release: @​faddat @​Taztingo @​jhernandezb


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.46.1 and ibc-go v5.0.0, please follow:

  1. 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.
  2. The migration from ibc-go v1 to v2.
  3. The migration from ibc-go v2 to v3.
  4. The migration from ibc-go v3 to v4.
  5. The migration from ibc-go v4 to v5.

v5.0.0-rc2

This release bumps the Cosmos SDK to v0.46.1 (for more information, see Cosmos SDK v0.46 Release Notes) and Tendermint to v0.34.21 (for more information, see Tendermint 0.34.21 changelog). It also introduces several code style improvements flagged by linting tools. We present here a summary of the most relevant changes in comparison to v5.0.0-rc1. Please see the v5.0.0 changelog for the full set of changes included in this pre-release.

core/02-client

apps/27-interchain-accounts

  • Support for Cosmos-SDK simulation has been added.
  • The InterchainAccount gRPC query endpoint has been added the controller submodule to allow users to retrieve the registered interchain account addresses on the host chain.

Special thanks to our external contributors on this release: @​faddat @​Taztingo @​jhernandezb


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

... (truncated)

Changelog

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

v5.0.0 - 2022-09-28

Dependencies

  • #1653 Bump SDK version to v0.46
  • #2124 Bump SDK version to v0.46.1

API Breaking

  • (testing)#2028 New interface ibctestingtypes.StakingKeeper added and set for the testing app StakingKeeper setup.
  • (core/04-channel) #1418 NewPacketId has been renamed to NewPacketID to comply with go linting rules.
  • (core/ante) #1418 AnteDecorator has been renamed to RedundancyDecorator to comply with go linting rules and to give more clarity to the purpose of the Decorator.
  • (core/ante) #1820 RedundancyDecorator has been renamed to RedundantRelayDecorator to make the name for explicit.
  • (testing) #1418 MockIBCApp has been renamed to IBCApp and MockEmptyAcknowledgement has been renamed to EmptyAcknowledgement to comply with go linting rules
  • (apps/27-interchain-accounts) #2058 Added MessageRouter interface and replaced *baseapp.MsgServiceRouter with it. The controller and host keepers of apps/27-interchain-accounts have been updated to use it.
  • (apps/27-interchain-accounts)#2302 Handle unwrapping of channel version in interchain accounts channel reopening handshake flow. The host submodule Keeper now requires an ICS4Wrapper similarly to the controller submodule.

Improvements

  • (27-interchain-accounts) #1352 Add support for Cosmos-SDK simulation to ics27 module.
  • (linting) #1418 Fix linting errors, resulting compatiblity with go1.18 linting style, golangci-lint 1.46.2 and the revivie linter. This caused breaking changes in core/04-channel, core/ante, and the testing library.

Features

  • (apps/27-interchain-accounts) #2193 Adding InterchainAccount gRPC query endpont to ICS27 controller submodule to allow users to retrieve registered interchain account addresses.

Bug Fixes

  • (27-interchain-accounts) #2308 Nil checks have been added to ensure services are not registered for nil host or controller keepers.
  • (makefile) #1785 Fetch the correct versions of protocol buffers dependencies from tendermint, cosmos-sdk, and ics23.
  • (modules/core/04-channel)#1919 Fixed formatting of sequence for packet "acknowledgement written" logs.

v3.1.0 - 2022-04-16

Dependencies

  • #1300 Bump SDK version to v0.45.4

API Breaking

State Machine Breaking

Improvements

  • (transfer) #1342 DenomTrace grpc now takes in either an ibc denom or a hash instead of only accepting a hash.
  • (modules/core/04-channel) #1160 Improve uint64 -> string performance in Logger.
  • (modules/core/04-channel) #1279 Add selected channel version to MsgChanOpenInitResponse and MsgChanOpenTryResponse. Emit channel version during OpenInit/OpenTry
  • (modules/core/keeper) #1284 Add sanity check for the keepers passed into ibckeeper.NewKeeper. ibckeeper.NewKeeper now panics if any of the keepers passed in is empty.
  • (transfer) #1414 Emitting Sender address from fungible_token_packet events in OnRecvPacket and OnAcknowledgementPacket.
  • (modules/core/04-channel) #1464 Emit a channel close event when an ordered channel is closed.

... (truncated)

Commits
  • ed56c0b update changelog for v5.0.0 release
  • 7e5c0e2 revert #2361 (#2410)
  • 1b538f7 docs: add ics29 integration for sdk module (#2394) (#2408)
  • 833f578 Update v4-to-v5.md
  • 1313dc9 Update CLI to recover expired client for SDK 46 updates to gov module (backpo...
  • e0e157d docs: updating v3->v4 migration docs with fee middleware (#2127) (#2390)
  • 64269cc docs: migration docs v4 to v5 (#1826) (#2385)
  • 259522d docs: include ics4Wrapper in hostkeeper.NewKeeper ics27 integration docs (...
  • b6921cd fix: ica handshake reopening channel - use GetAppVersion in favour of `chan...
  • e4ff2c6 Add scoped keeper interface for interchain app (backport #2035) (#2361)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #22.