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.13 to 0.50.3 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps github.com/cosmos/cosmos-sdk from 0.46.13 to 0.50.3.

Release notes

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

v0.50.3

Cosmos SDK v0.50.3 Release Notes

💬 Release Discussion

🚀 Highlights

Some months ago Cosmos SDK Eden was released. Missed the announcement? Read it here. For this month patch release of the v0.50.x line, a few features and improvements were added to the SDK.

Notably, we added and fixed the following:

  • Introduced a new bank query, DenomOwnersByQuery resolving issues with denoms containing slashes
  • Improve the block gas meter resetting in baseapp

📝 Changelog

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1. Note, that the next SDK release, v0.51.0, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

v0.50.2

Cosmos SDK v0.50.2 Release Notes

💬 Release Discussion

🚀 Highlights

A month ago, Cosmos SDK Eden was released. Missed the announcement? Read it here. For second patch release of the v0.50.x line, a few features and improvements were added to the SDK.

Notably, we added and fixed the following:

  • Allow to import base64 encoded pubkeys in the keyring using <appd> keys add <name> --pubkey-base64 <base64-pubkey>
  • A bug when migrating from v0.45/v0.46 directly to v0.50 due to missing ConsensusParams
  • An issue when simulating gas for transactions when using a multisig

📝 Changelog

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.x. Note, that the next SDK release, v0.51.0, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

Eden (v0.50)

Official Release Announcement

... (truncated)

Changelog

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

v0.50.3 - 2023-01-15

Features

  • (types) #18991 Add SignerExtractionAdapter to PriorityNonceMempool/Config and provide Default implementation matching existing behavior.
  • (gRPC) #19043 Add halt_height to the gRPC /cosmos/base/node/v1beta1/config request.

Improvements

  • (x/bank) #18956 Introduced a new DenomOwnersByQuery query method for DenomOwners, which accepts the denom value as a query string parameter, resolving issues with denoms containing slashes.
  • (x/gov) #18707 Improve genesis validation.
  • (x/auth/tx) #18772 Remove misleading gas wanted from tx simulation failure log.
  • (client/tx) #18852 Add WithFromName to tx factory.
  • (types) #18888 Speedup DecCoin.Sort() if len(coins) <= 1
  • (types) #18875 Speedup coins.Sort() if len(coins) <= 1
  • (baseapp) #18915 Add a new ExecModeVerifyVoteExtension exec mode and ensure it's populated in the Context during VerifyVoteExtension execution.
  • (testutil) #18930 Add NodeURI for clientCtx.

Bug Fixes

  • (baseapp) #19058 Fix baseapp posthandler branch would fail if the runMsgs had returned an error.
  • (baseapp) #18609 Fixed accounting in the block gas meter after module's beginBlock and before DeliverTx, ensuring transaction processing always starts with the expected zeroed out block gas meter.
  • (baseapp) #18895 Fix de-duplicating vote extensions during validation in ValidateVoteExtensions.

v0.50.2 - 2023-12-11

Features

  • (debug) #18219 Add debug commands for application codec types.
  • (client/keys) #17639 Allows using and saving public keys encoded as base64.
  • (server) #17094 Add a shutdown-grace flag for waiting a given time before exit.

Improvements

  • (telemetry) #18646 (cosmos/cosmos-sdk#18646) Enable statsd and dogstatsd telemetry sinks.
  • (server) #18478 Add command flag to disable colored logs.
  • (x/gov) #18025 Improve <appd> q gov proposer by querying directly a proposal instead of tx events. It is an alias of q gov proposal as the proposer is a field of the proposal.
  • (version) #18063 Allow to define extra info to be displayed in <appd> version --long command.
  • (codec/unknownproto)#18541 Remove the use of "protoc-gen-gogo/descriptor" in favour of using the official protobuf descriptorpb types inside unknownproto.

Bug Fixes

  • (x/auth) #18564 Fix total fees calculation when batch signing.
  • (server) #18537 Fix panic when defining minimum gas config as 100stake;100uatom. Use a , delimiter instead of ;. Fixes the server config getter to use the correct delimiter.
  • #18531 Baseapp's GetConsensusParams returns an empty struct instead of panicking if no params are found.
  • (client/tx) #18472 Utilizes the correct Pubkey when simulating a transaction.
  • (baseapp) #18486 Fixed FinalizeBlock calls not being passed to ABCIListeners.
  • (baseapp) #18627 Post handlers are run on non successful transaction executions too.
  • (baseapp) #18654 Fixes an issue in which gogoproto.Merge does not work with gogoproto messages with custom types.

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.13 to 0.50.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.46.13...v0.50.3)

---
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 Jan 22, 2024
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.

0 participants