Skip to content

Conversation

@songgaoye
Copy link
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! :)

@songgaoye songgaoye requested a review from a team as a code owner September 26, 2025 04:49
@songgaoye songgaoye requested review from XinyuCRO and thomas-nguy and removed request for a team September 26, 2025 04:49
@songgaoye songgaoye marked this pull request as draft September 26, 2025 04:49
@socket-security
Copy link

socket-security bot commented Sep 26, 2025

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/โ€‹google.golang.org/โ€‹grpc@โ€‹v1.71.0 โต v1.72.275 +1100100100100
Updatedgolang/โ€‹github.com/โ€‹cosmos/โ€‹cosmos-sdk@โ€‹v0.50.14 โต v0.53.476 +1100100100100
Updatedgolang/โ€‹cosmossdk.io/โ€‹api@โ€‹v0.7.6 โต v0.9.276 +1100100100100
Updatedgolang/โ€‹google.golang.org/โ€‹genproto/โ€‹googleapis/โ€‹api@โ€‹v0.0.0-20250106144421-5f5ef82da422 โต v0.0.0-20250528174236-200df99c418a80 +1100100100100
Updatedgolang/โ€‹github.com/โ€‹spf13/โ€‹cobra@โ€‹v1.8.1 โต v1.9.195100100100100
Updatedgolang/โ€‹github.com/โ€‹spf13/โ€‹pflag@โ€‹v1.0.5 โต v1.0.79710010010080
Updatedgolang/โ€‹cosmossdk.io/โ€‹store@โ€‹v1.1.1 โต v1.1.299100100100100
Updatedgolang/โ€‹cosmossdk.io/โ€‹x/โ€‹tx@โ€‹v0.13.7 โต v0.14.099 +1100100100100
Updatedgolang/โ€‹github.com/โ€‹linxGnu/โ€‹grocksdb@โ€‹v1.9.2 โต v1.9.10-0.20250331012329-9d5f074653d1100 +1100100100100
Updatedgolang/โ€‹github.com/โ€‹spf13/โ€‹cast@โ€‹v1.7.1 โต v1.9.2100100100100100
Addedgolang/โ€‹github.com/โ€‹crypto-org-chain/โ€‹cronos-store/โ€‹versiondb@โ€‹v0.0.0-20250912125026-c998a90e2881100100100100100
Updatedgolang/โ€‹cosmossdk.io/โ€‹errors@โ€‹v1.0.1 โต v1.0.2100100100100100
Updatedgolang/โ€‹cosmossdk.io/โ€‹core@โ€‹v0.11.1 โต v0.11.3100 +1100100100100
Addedgolang/โ€‹github.com/โ€‹crypto-org-chain/โ€‹cronos-store/โ€‹store@โ€‹v0.0.0-20250912125026-c998a90e2881100100100100100
Updatedgolang/โ€‹cosmossdk.io/โ€‹math@โ€‹v1.4.0 โต v1.5.3100100100100100
Updatedgolang/โ€‹cosmossdk.io/โ€‹log@โ€‹v1.4.1 โต v1.6.0100100100100100

View full report

@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

โŒ Patch coverage is 14.28571% with 18 lines in your changes missing coverage. Please review.
โœ… Project coverage is 33.80%. Comparing base (b1436a5) to head (e8cfa61).

Files with missing lines Patch % Lines
x/nft/client/testutil/test_helpers.go 0.00% 18 Missing โš ๏ธ
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1203      +/-   ##
==========================================
+ Coverage   31.02%   33.80%   +2.77%     
==========================================
  Files         106      114       +8     
  Lines       18910    19228     +318     
==========================================
+ Hits         5867     6500     +633     
+ Misses      12000    11652     -348     
- Partials     1043     1076      +33     
Flag Coverage ฮ”
integration_tests 24.17% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_byzantine 11.13% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_gov 11.35% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_grpc 11.35% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_ibc 24.95% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_ledger 11.34% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_slow 11.34% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_solomachine 11.16% <100.00%> (+<0.01%) โฌ†๏ธ
integration_tests_upgrade 11.35% <100.00%> (+<0.01%) โฌ†๏ธ
unit_tests 12.50% <14.28%> (?)

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants