noislabs / noisd

13 stars 3 forks source link

Bump github.com/cosmos/cosmos-sdk from 0.45.14 to 0.46.11 #22

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cosmos/cosmos-sdk from 0.45.14 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: https://github.com/cosmos/cosmos-sdk/compare/v0.46.10...v0.46.11

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: https://github.com/cosmos/cosmos-sdk/compare/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: https://github.com/cosmos/cosmos-sdk/compare/v0.46.8...v0.46.9

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

</tr></table> 

... (truncated)

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.

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

  • (store/cache) #13881 Optimize iteration on nested cached KV stores and other operations in general.

  • (deps) #14846 Bump btcd.

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

  • (store/cache) #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 - 2022-01-23

Improvements

  • (store/cache) #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

... (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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.