Skip to content

build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.6 to 0.54.3 in /x/feegrant#1081

Open
dependabot[bot] wants to merge 1 commit into
secret-0.50.xfrom
dependabot/go_modules/x/feegrant/github.com/cosmos/cosmos-sdk-0.54.3
Open

build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.6 to 0.54.3 in /x/feegrant#1081
dependabot[bot] wants to merge 1 commit into
secret-0.50.xfrom
dependabot/go_modules/x/feegrant/github.com/cosmos/cosmos-sdk-0.54.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps github.com/cosmos/cosmos-sdk from 0.50.6 to 0.54.3.

Release notes

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

v0.54.3

What's Changed

Full Changelog: cosmos/cosmos-sdk@v0.54.2...v0.54.3

v0.54.2

Cosmos SDK v0.54.2 Release Notes

🚀 Highlights

Announcing Cosmos SDK v0.54

We are pleased to announce the release of Cosmos SDK v0.54! Cosmos SDK v0.54 is part of the 2026.1 release family. This release introduces order of magnitude improvements to network stability and throughput.

See the full v0.54 release notes for more details on what's included in this release.

Upgrading to this verison of the Cosmos SDK from any v0.50.x release will require a coordinated chain upgrade.

For more information on upgrading, please see our upgrade guide.

📝 Changelog

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

v0.53.7

Cosmos SDK v0.53.7 Release Notes

🚀 Highlights

This patch release includes minor functionality additions.

📝 Changelog

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

v0.53.6

Cosmos SDK v0.53.6 Release Notes

🚀 Highlights

This patch release includes minor dependency bumps and functionality additions.

📝 Changelog

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

... (truncated)

Changelog

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

v0.54.3 - 2026-05-05

Improvements

  • (docs) #26362 Regenerate Swagger API spec to reflect current proto state, including authority on consensus params and removal of stale module-config definitions.
  • (tests/e2e) #26374 Reduce flakiness in distribution withdraw-all and tx signature event queries.
  • (mempool) #26014 Application-side mempool integration: extend types/mempool (ExtMempool, RemoveWithReason, SelectBy, removal reasons/callers), wire BaseApp and ABCI utilities for mempool-driven PrepareProposal / proposal handling, and align CometBFT server ABCI plumbing.
  • (abci) #25620 Add support for new application side mempool ABCI methods.
  • (deps) #26383 Bump CometBFT version to v0.39.3
  • (deps) Routine dependency updates across workspace modules (e.g. github.com/cockroachdb/errors, pgregory.net/rapid, github.com/fsnotify/fsnotify, OpenTelemetry contrib, golang.org/x/crypto, github.com/hashicorp/go-plugin, and related bumps). See merged backport PRs since v0.54.2 for the full set.

Bug Fixes

  • (x/gov) #26353 Fix leading comma in proposal_messages event attribute emitted by SubmitProposal.

v0.54.2 - 2026-04-15

This patch release contains only minor dependency bumps.

v0.54.1 - 2026-04-14

Improvements

  • (x/auth) #26297 Cap pagination limit at number of txs within block during GetBlockWithTxs instead of 100.

v0.54.0 - 2026-04-10

Breaking Changes

  • (x/consensus) #25607 Add AuthorityParams to consensus params. When set, the consensus params authority takes precedence over per-keeper authority for all module parameter updates. Keeper constructor signatures are unchanged.
  • (x/staking) #25724 Validate BondDenom in MsgUpdateParams to prevent setting non-existent or zero-supply denoms.
  • #25778 Update log to log v2.
  • #25090 Moved deprecated modules to ./contrib. These modules are still available but will no longer be actively maintained or supported in the Cosmos SDK Bug Bounty program.
    • x/group
    • x/nft
    • x/circuit
    • x/crisis
  • (crypto) #24414 Remove sr25519 support, since it was removed in CometBFT v1.x (see: CometBFT #3646).
  • (x/mint) #25599 Add max supply param.
  • (x/gov) #25615 Decouple x/gov from x/staking by making CalculateVoteResultsAndVotingPowerFn a required parameter to keeper.NewKeeper instead of StakingKeeper. BondedTokens has been renamed to ValidatorPower and TotalBondedTokens has been renamed to TotalValidatorPower to allow for multiple validator power representations.
  • (x/gov) #25617 AfterProposalSubmission hook now includes proposer address as a parameter.
  • (x/gov) #25616 DistrKeeper x/distribution is now optional. Genesis validation ensures distrKeeper is set if distribution module is used as proposal cancel destination.
  • (systemtests) #25930 Move systemtests into testutil and no longer under its own go.mod.
  • (baseapp) #26060 Remove BaseApp.SetStoreMetrics. The StoreMetrics interface never worked, so removing dead code.
  • (store) #26061 Remove store tracing API and all related plumbing:
    • Remove SetTracer, SetTracingContext, and TracingEnabled from MultiStore interface.
    • Remove CacheWrapWithTrace from CacheWrapper interface.
    • Remove BaseApp.SetCommitMultiStoreTracer and tracing context logic from BaseApp.cacheTxContext and FinalizeBlock.
    • Remove io.Writer parameter from servertypes.AppCreator and traceWriter io.Writer from servertypes.AppExporter.

... (truncated)

Commits
  • 046046a Merge pull request #26383 from cosmos/chore/prep-v0.54.3-changelog
  • 7319cd6 tidy all
  • 6cd52bd changelog updates
  • c1bae79 bump CometBFT version to v0.39.3
  • b9792b6 fix: apply greptile review follow-ups for v0.54.3 prep
  • ce69ac2 docs: tweak v0.54.3 mempool changelog wording
  • e803de0 docs: changelog for Krakatoa mempool and CometBFT v0.39.2
  • d6cb07b deps: bump CometBFT to v0.39.2 across workspace
  • 0d36531 Revert "chore(cosmovisor): follow root CometBFT pin via in-repo SDK replace"
  • f37c04d chore(cosmovisor): follow root CometBFT pin via in-repo SDK replace
  • Additional commits viewable in compare view

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

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-version: 0.54.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 6, 2026

Labels

The following labels could not be found: A:automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:x/feegrant dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants