Skip to content

Bump cosmos-sdk v0.53.0 (#2250) - main backport #2273

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

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

Conversation

pinosu
Copy link
Contributor

@pinosu pinosu commented May 26, 2025

  • Bump cosmos-sdk v0.53.0

  • remove crisis module

  • fix simulations

  • Suppress lint errors

  • Fix golangci-lint warnings

  • Remove unnecessary loop copy

  • Updates

  • [autofix.ci] apply automated fixes

  • fix: Disable IAVL prunning to prevent dangling goroutines in tests

  • fix: Try to use newer golangci

  • Increase resources for lint

  • Update golangci-lint (Update golangci-lint #2269)

  • Remove deprecated golangci-lint configs

  • Update golangci-lint

  • Apply linter fixes


* Bump cosmos-sdk v0.53.0

* remove crisis module

* fix simulations

* Suppress lint errors

* Fix golangci-lint warnings

* Remove unnecessary loop copy

* Updates

* [autofix.ci] apply automated fixes

* fix: Disable IAVL prunning to prevent dangling goroutines in tests

* fix: Try to use newer golangci

* Increase resources for lint

* Update golangci-lint (#2269)

* Remove deprecated golangci-lint configs

* Update golangci-lint

* Apply linter fixes

---------

Co-authored-by: Christoph Otter <chris@confio.gmbh>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Kulik <tomek.kulik2@gmail.com>
@pinosu pinosu requested review from kulikthebird and chipshort May 26, 2025 14:03
Copy link

codecov bot commented May 26, 2025

Codecov Report

Attention: Patch coverage is 93.91304% with 7 lines in your changes missing coverage. Please review.

Project coverage is 44.89%. Comparing base (5a9b50c) to head (6cf6986).

Files with missing lines Patch % Lines
app/upgrades/v060/upgrades.go 0.00% 3 Missing ⚠️
app/app.go 98.16% 2 Missing ⚠️
app/export.go 50.00% 1 Missing ⚠️
tests/wasmibctesting/utils.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2273      +/-   ##
==========================================
- Coverage   44.90%   44.89%   -0.01%     
==========================================
  Files          79       80       +1     
  Lines       11035    11029       -6     
==========================================
- Hits         4955     4952       -3     
+ Misses       5643     5641       -2     
+ Partials      437      436       -1     
Files with missing lines Coverage Δ
app/upgrades.go 67.85% <ø> (-16.63%) ⬇️
app/export.go 9.67% <50.00%> (+0.30%) ⬆️
tests/wasmibctesting/utils.go 0.00% <0.00%> (ø)
app/app.go 86.59% <98.16%> (+1.35%) ⬆️
app/upgrades/v060/upgrades.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

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

Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants