Skip to content
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

build(deps): Bump github.com/cosmos/cosmos-sdk from 0.46.0-rc2 to 0.46.5 in /cosmovisor #112

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 18, 2022

Bumps github.com/cosmos/cosmos-sdk from 0.46.0-rc2 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: cosmos/cosmos-sdk@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: cosmos/cosmos-sdk@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)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.0-rc2 to 0.46.5.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.46.0-rc2...v0.46.5)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2022

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #119.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/cosmovisor/github.com/cosmos/cosmos-sdk-0.46.5 branch November 21, 2022 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Cosmovisor dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants