Skip to content

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.46.10 to 0.46.11#10

Closed
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.11
Closed

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.46.10 to 0.46.11#10
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps github.com/cosmos/cosmos-sdk from 0.46.10 to 0.46.11.

Release notes

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

v0.46.11

Cosmos SDK v0.46.11 Release Notes

This release includes the migration to CometBFT v0.34.27. This migration should be not be breaking for chains. From v0.46.11+, the following replace is mandatory in the go.mod of your application:

// use cometbft
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27

Additionally, the SDK sets its minimum version to Go 1.19. This is not because the SDK uses new Go 1.19 functionalities, but to signal that we recommend chains to upgrade to Go 1.19 — Go 1.18 is not supported by the Go Team anymore. Note, that SDK recommends chains to use the same major Go version across all of their network. We recommend, as well, chains to perform a coordinated upgrade when migrating from Go 1.18 to Go 1.19+.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.10...v0.46.11

Changelog

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

v0.46.11 - 2022-03-03

Improvements

  • (deps) Migrate to CometBFT. Follow the instructions in the release notes.
  • (store) #15152 Remove unmaintained and experimental store/v2alpha1.
  • (store) #14410 rootmulti.Store.loadVersion has validation to check if all the module stores' height is correct, it will error if any module store has incorrect height.

Bug Fixes

  • #15243 LatestBlockResponse & BlockByHeightResponse types' field sdk_block was incorrectly cast proposer_address bytes to validator operator address, now to consensus address.
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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
ethelbell and others added 2 commits March 10, 2023 10:44
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.10 to 0.46.11.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.46.11/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.46.10...v0.46.11)

---
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 force-pushed the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.11 branch from 3a4d0d8 to 7a00e40 Compare March 10, 2023 02:46
@ethelbell ethelbell force-pushed the main branch 6 times, most recently from b47513e to 2c706a3 Compare March 10, 2023 17:01
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #11.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.11 branch March 20, 2023 07:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant