Skip to content

fix(distribution): replace cosmos sdk fork with official version#1173

Merged
thomas-nguy merged 8 commits intocrypto-org-chain:release/v6from
thomas-nguy:thomas/distrbution-bug-official
Jul 10, 2025
Merged

fix(distribution): replace cosmos sdk fork with official version#1173
thomas-nguy merged 8 commits intocrypto-org-chain:release/v6from
thomas-nguy:thomas/distrbution-bug-official

Conversation

@thomas-nguy
Copy link
Copy Markdown
Contributor

👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

@socket-security
Copy link
Copy Markdown

socket-security bot commented Jul 9, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedgolang/​github.com/​cosmos/​cosmos-sdk@​v0.50.1476100100100100

View full report

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 9, 2025

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 34.25%. Comparing base (6eee1f1) to head (0382e96).
Report is 1 commits behind head on release/v6.

Files with missing lines Patch % Lines
app/upgrades.go 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           release/v6    #1173      +/-   ##
==============================================
+ Coverage       31.85%   34.25%   +2.40%     
==============================================
  Files              93      101       +8     
  Lines           17120    17423     +303     
==============================================
+ Hits             5453     5968     +515     
+ Misses          10725    10503     -222     
- Partials          942      952      +10     
Flag Coverage Δ
integration_tests 24.05% <20.00%> (-0.01%) ⬇️
integration_tests_byzantine 11.17% <20.00%> (+<0.01%) ⬆️
integration_tests_gov 11.41% <20.00%> (+<0.01%) ⬆️
integration_tests_grpc 11.41% <20.00%> (+<0.01%) ⬆️
integration_tests_ibc 26.64% <20.00%> (-0.01%) ⬇️
integration_tests_ledger 11.39% <20.00%> (+<0.01%) ⬆️
integration_tests_slow 11.39% <20.00%> (+<0.01%) ⬆️
integration_tests_solomachine 11.20% <20.00%> (+<0.01%) ⬆️
integration_tests_upgrade 11.41% <20.00%> (+<0.01%) ⬆️
unit_tests 11.86% <20.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.

Copy link
Copy Markdown
Contributor

@calvinaco calvinaco left a comment

Choose a reason for hiding this comment

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

LGTM

@thomas-nguy thomas-nguy changed the title fix(distribution): apply patch from cosmos sdk fix(distribution): replace cosmos sdk fork with official version Jul 9, 2025
@thomas-nguy thomas-nguy merged commit bcd5bcb into crypto-org-chain:release/v6 Jul 10, 2025
32 of 35 checks passed
@thomas-nguy thomas-nguy deleted the thomas/distrbution-bug-official branch July 10, 2025 04:58
github-merge-queue bot pushed a commit that referenced this pull request Jul 11, 2025
…) (#1174)

* fix(distribution): replace cosmos sdk fork with official version (#1173)

* fix changelog
JayT106 pushed a commit to JayT106/chain-main that referenced this pull request Aug 29, 2025
…pto-org-chain#1173) (crypto-org-chain#1174)

* fix(distribution): replace cosmos sdk fork with official version (crypto-org-chain#1173)

* fix changelog
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.

4 participants