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 August 28, 2025 05:56
@songgaoye songgaoye requested review from JayT106 and XinyuCRO and removed request for a team August 28, 2025 05:56

This comment has been minimized.

@songgaoye songgaoye requested a review from thomas-nguy August 28, 2025 05:59
Copy link

codecov bot commented Aug 28, 2025

Codecov Report

❌ Patch coverage is 50.41322% with 60 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.09%. Comparing base (b1436a5) to head (f7fe206).

Files with missing lines Patch % Lines
cmd/chain-maind/app/dump_root.go 48.71% 59 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1191      +/-   ##
==========================================
- Coverage   31.02%   29.09%   -1.94%     
==========================================
  Files         106      115       +9     
  Lines       18910    19329     +419     
==========================================
- Hits         5867     5623     -244     
- Misses      12000    12834     +834     
+ Partials     1043      872     -171     
Flag Coverage Δ
integration_tests ?
integration_tests_byzantine 11.37% <50.41%> (+0.24%) ⬆️
integration_tests_gov 11.59% <50.41%> (+0.24%) ⬆️
integration_tests_grpc 11.59% <50.41%> (+0.24%) ⬆️
integration_tests_ibc 25.10% <50.41%> (+0.16%) ⬆️
integration_tests_ledger 11.58% <50.41%> (+0.24%) ⬆️
integration_tests_slow 11.58% <50.41%> (+0.24%) ⬆️
integration_tests_solomachine 11.40% <50.41%> (+0.24%) ⬆️
integration_tests_upgrade 11.59% <50.41%> (+0.24%) ⬆️
unit_tests 12.42% <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.

@github-actions github-actions bot added the ci label Aug 28, 2025
@songgaoye songgaoye changed the title feat: add dump iavl root and memiavl root feat: add dump iavl root and memiavl root cmd Aug 28, 2025
@songgaoye songgaoye requested a review from randy-cro September 1, 2025 07:28
@songgaoye songgaoye changed the title feat: add dump iavl root and memiavl root cmd feat: add dump iavl root and memiavl root cmds Sep 2, 2025
@songgaoye songgaoye changed the title feat: add dump iavl root and memiavl root cmds feat: add dump iavl root cmd Sep 19, 2025
@songgaoye
Copy link
Contributor Author

dump memiavl in this crypto-org-chain/cronos-store#6

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

Successfully merging this pull request may close these issues.

5 participants