dymensionxyz / RDK

Server side for dymension Rollapps
Other
15 stars 3 forks source link

build(deps): Bump github.com/cosmos/cosmos-sdk from 0.46.0 to 0.46.5 in /store/tools/ics23 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cosmos/cosmos-sdk from 0.46.0 to 0.46.5.

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.46.5

Cosmos SDK v0.46.5 Release Notes

This release introduces a number of serious bug fixes and improvements. Notably, an upgrade to Tendermint v0.34.23.

If you are planning to migrate to v0.46, please use v0.46.5. All releases prior to v0.46.5 are retracted and must NOT be used (go get directly upgrades the SDK version to >= v0.46.5 thanks to the retraction, current builds are not affected).

If your chain's state has coin metadata, an issue has been discovered in the bank module coin metadata migration. This issue is fixed in v0.46.5.

  • If your chain is already on v0.46 using <= v0.46.4 and has coin metadata, a coordinated upgrade to v0.46.5 is required.
    • Use the helper function Migrate_V0464_To_V0465 for migrating a chain already on v0.46 with versions <=v0.46.4 to the latest v0.46.5 correct state.
  • If your chain is already on v0.46 using <= v0.46.4 but has no coin metadata, this release is non-breaking.

Moreover, serious issues have been found in the group module. These issues are fixed in v0.46.5.

  • If you use the group module, upgrade to v0.46.5 immediately. A coordinated upgrade to v0.46.5 is required.

When a chain is already using <= v0.46.4, but has no coin metadata and no group module, this release is non-breaking.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.4...v0.46.5

NOTE: The changes mentioned in v0.46.3 are still required:

# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

v0.46.4

Cosmos SDK v0.46.4 Release Notes

This release introduces a number of bug fixes, features and improvements.
Notably, a new query for accessing module accounts info by module name (thanks @​gsk967).

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.3...v0.46.4

NOTE: The changes mentioned in v0.46.3 are still required:

# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

v0.46.3

Cosmos SDK v0.46.3 Release Notes

... (truncated)

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.46.5 - 2022-11-17

Features

  • (x/bank) #13891 Provide a helper function Migrate_V0464_To_V0465 for migrating a chain already on v0.46 with versions <=v0.46.4 to the latest v0.46.5 correct state.

Improvements

  • #13826 Support custom GasConfig configuration for applications.
  • (deps) Bump Tendermint version to v0.34.23.

State Machine Breaking

  • (x/group) #13876 Fix group MinExecutionPeriod that is checked on execution now, instead of voting period end.

API Breaking Changes

  • (x/group) #13876 Add GetMinExecutionPeriod method on DecisionPolicy interface.

Bug Fixes

  • (x/group) #13869 Group members weight must be positive and a finite number.
  • (x/bank) #13821 Fix bank store migration of coin metadata.
  • (x/group) #13808 Fix propagation of message events to the current context in EndBlocker.
  • (x/gov) #13728 Fix propagation of message events to the current context in EndBlocker.
  • (store) #13803 Add an error log if IAVL set operation failed.
  • #13861 Allow _ characters in tx event queries, i.e. GetTxsEvent.

v0.46.4 - 2022-11-01

Features

  • (x/auth) #13612 Add Query/ModuleAccountByName endpoint for accessing the module account info by module name.

Improvements

  • (deps) Bump IAVL version to v0.19.4.

Bug Fixes

  • (x/auth/tx) #12474 Remove condition in GetTxsEvent that disallowed multiple equal signs, which would break event queries with base64 strings (i.e. query by signature).
  • (store) #13530 Fix app-hash mismatch if upgrade migration commit is interrupted.

CLI Breaking Changes

  • #13656 Rename server.FlagIAVLFastNode to server.FlagDisableIAVLFastNode for clarity.

API Breaking Changes

  • (context) #13063 Update Context#CacheContext to automatically emit all events on the parent context's EventManager.

... (truncated)

Commits


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

The following labels could not be found: A:automerge.

dependabot[bot] commented 1 year ago

Superseded by #120.