Skip to content

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.54.2 to 0.54.3 in /modules/light-clients/08-wasm#8930

Closed
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/go_modules/modules/light-clients/08-wasm/github.com/cosmos/cosmos-sdk-0.54.3
Closed

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.54.2 to 0.54.3 in /modules/light-clients/08-wasm#8930
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/go_modules/modules/light-clients/08-wasm/github.com/cosmos/cosmos-sdk-0.54.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/cosmos/cosmos-sdk from 0.54.2 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

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.
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.54.2 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.54.2...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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Issues or PRs to update a dependency label May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 13:38
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 6, 2026

PR author is not in the allowed authors list.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.52%. Comparing base (8dd6ff5) to head (0c35560).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8930   +/-   ##
=======================================
  Coverage   66.52%   66.52%           
=======================================
  Files         327      327           
  Lines       17143    17143           
=======================================
  Hits        11404    11404           
  Misses       5048     5048           
  Partials      691      691           
Flag Coverage Δ
08-wasm 65.04% <0.00%> (ø)
ibc-go 66.57% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@srdtrk srdtrk closed this May 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

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.

@dependabot dependabot Bot deleted the dependabot/go_modules/modules/light-clients/08-wasm/github.com/cosmos/cosmos-sdk-0.54.3 branch May 7, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issues or PRs to update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant