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

Bump github.com/cosmos/cosmos-sdk from 0.45.12 to 0.46.10 #562

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2023

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

Release notes

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

v0.46.10

Cosmos SDK v0.46.10 Release Notes

This release improves CPU profiling when using the --cpu-profile flag, and fixes a possible way to DoS a node.

Please see the CHANGELOG for an exhaustive list of changes.

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

NOTE: Add or update the following replace in the go.mod of your application:

// use informal system fork of tendermint
replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.26

v0.46.9

Cosmos SDK v0.46.9 Release Notes

This release introduces bug fixes and improvements. Notably an extra config in the app.toml, iavl-lazy-loading, to enable lazy loading of IAVL store. Changes to be made in the app.toml can be found in the CHANGELOG.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.8...v0.46.9

NOTE: Add or update the following replace in the go.mod of your application:

// use informal system fork of tendermint
replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.26

v0.46.8

Cosmos SDK v0.46.8 Release Notes

This release introduces bug fixes and improvements. Notably, the SDK have now switched to Informal Systems' Tendermint fork. Their fork has no changes compared to the upstream Tendermint, but it is now maintained by Informal Systems. Chains are invited to do the same.

Moreover, this release contains a store fix. The changes have been tested against a v0.46.x chain mainnet with no issues. However, there is a low probability of an edge case happening. Hence, it is recommended to do a coordinated upgrade to avoid any issues.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.7...v0.46.8

NOTE: The changes mentioned in v0.46.3 are no longer required. The following replace directive can be removed from the chains.

# Can be deleted from go.mod
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
</tr></table> 

... (truncated)

Changelog

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

v0.46.10 - 2022-02-16

Improvements

  • (cli) #14953 Enable profiling block replay during abci handshake with --cpu-profile.

v0.46.9 - 2022-02-07

Improvements

  • (deps) #14846 Bump btcd.

  • (deps) Bump Tendermint version to v0.34.26.

  • (store) #14189 Add config iavl-lazy-loading to enable lazy loading of iavl store, to improve start up time of archive nodes, add method SetLazyLoading to CommitMultiStore interface.

    • A new field has been added to the app.toml. This alllows nodes with larger databases to startup quicker
    # IAVLLazyLoading enable/disable the lazy loading of iavl store.
    # Default is false.
    iavl-lazy-loading = ""  

Bug Fixes

  • (cli) #14919 Fix never assigned error when write validators.
  • (store) #14798 Copy btree to avoid the problem of modify while iteration.
  • (cli) #14799 Fix Evidence CLI query flag parsing (backport #13458)

v0.46.8 - 2023-01-23

Improvements

  • #13881 Optimize iteration on nested cached KV stores and other operations in general.
  • (x/gov) #14347 Support v1.Proposal message in v1beta1.Proposal.Content.
  • (deps) Use Informal System fork of Tendermint version to v0.34.24.

Bug Fixes

  • (x/group) #14526 Fix wrong address set in EventUpdateGroupPolicy.
  • (ante) #14448 Return anteEvents when postHandler fail.

API Breaking

  • (x/gov) #14422 Remove Migrate_V046_6_To_V046_7 function which shouldn't be used for chains which already migrated to 0.46.

v0.46.7 - 2022-12-13

Features

  • (client) #14051 Add --grpc client option.

... (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.45.12 to 0.46.10.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.46.10/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.12...v0.46.10)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  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 Feb 17, 2023
@Reecepbcups Reecepbcups deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.10 branch March 28, 2023 04:14
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