iqlusioninc / liquidity-staking-module

Other
87 stars 29 forks source link

Bump github.com/cosmos/cosmos-sdk from 0.43.0-beta1.0.20210817145924-7b0e7da7c68a to 0.47.3-rc.0 #94

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cosmos/cosmos-sdk from 0.43.0-beta1.0.20210817145924-7b0e7da7c68a to 0.47.3-rc.0.

Release notes

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

v0.47.2

Cosmos SDK v0.47.2 Release Notes

πŸ’¬ Release Discussion

πŸ“ Changelog

Check out the changelog for an exhaustive list of changes or compare changes from last release.

Refer to the upgrading guide when migrating from v0.46.x to v0.47.0.

πŸš€ Highlights

For this second patch release of the v0.47.x line, we focused on fixing bugs and improving the developer experience. Missed the v0.47.0 announcement? Read it here.

Notably, a fix for loading archival states (thank you @​catShaark). Additionally, the release fixes an issue where querying previous block heights would return an incorrect timestamp.

v0.47.1

Cosmos SDK v0.47.1 Release Notes

πŸ’¬ Release Discussion

πŸ“ Changelog

Check out the changelog for an exhaustive list of changes, or compare changes from last release.

Refer to the upgrading guide when migrating from v0.46.x to v0.47.0.

πŸš€ Highlights

This is the first patch release for the v0.47.x line. Missed the v0.47.0 announcement? Read it here.

It includes sweet things we could not include in v0.47.0 due to the feature freeze.

Notably, it introduces a new x/group query for listing of all groups on a chain and a x/gov helper function for commands to use when the command is for submitting a governance proposal.

v0.47.0

Cosmos SDK v0.47.0 Release Notes

✨ Official Release Announcement

πŸ’¬ Release Discussion

πŸ“ Changelog

Check out the changelog for an exhaustive list of changes or compare changes from last release.

... (truncated)

Changelog

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

Changelog

[Unreleased]

Features

  • #15970 Enable SIGN_MODE_TEXTUAL.
  • (types) #15958 Add module.NewBasicManagerFromManager for creating a basic module manager from a module manager.
  • (runtime) #15818 Provide logger through depinject instead of appBuilder.
  • (client) #15597 Add status endpoint for clients.
  • (testutil/integration) #15556 Introduce testutil/integration package for module integration testing.
  • (types) #15735 Make ValidateBasic() error method of Msg interface optional. Modules should validate messages directly in their message handlers (RFC 001).
  • (x/genutil) #15679 Allow applications to specify a custom genesis migration function for the genesis migrate command.
  • (client) #15458 Add a CmdContext field to client.Context initialized to cobra command's context.

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

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.