Skip to content

feat(cli): add archive tool#1051

Open
serejkaaa512 wants to merge 1 commit into
masterfrom
feature/tool-archive
Open

feat(cli): add archive tool#1051
serejkaaa512 wants to merge 1 commit into
masterfrom
feature/tool-archive

Conversation

@serejkaaa512
Copy link
Copy Markdown
Contributor

Pull Request Checklist

NODE CONFIGURATION MODEL CHANGES

[None]

BLOCKCHAIN CONFIGURATION MODEL CHANGES

[None]

COMPATIBILITY

[Yes]

SPECIAL DEPLOYMENT ACTIONS

[Not Required]

PERFORMANCE IMPACT

[No impact expected]

TESTS

Unit Tests

[No coverage]

Network Tests

[No coverage]

Manual Tests

[No coverage]

@github-actions
Copy link
Copy Markdown

🧪 Network Tests

To run network tests for this PR, use:

gh workflow run network-tests.yml -f pr_number=1051

Available test options:

  • Run all tests: gh workflow run network-tests.yml -f pr_number=1051
  • Run specific test: gh workflow run network-tests.yml -f pr_number=1051 -f test_selection=ping-pong

Test types: destroyable, ping-pong, one-to-many-internal-messages, fq-deploy, nft-index, persistent-sync

Results will be posted as workflow runs in the Actions tab.

@serejkaaa512 serejkaaa512 linked an issue Mar 17, 2026 that may be closed by this pull request
3 tasks
@github-actions
Copy link
Copy Markdown

❌ CLI reference check failed in CI.

Please run just update_cli_reference, add the updated docs/cli-reference.md, and push the changes.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

❌ Patch coverage is 0% with 104 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.41%. Comparing base (e9b0a93) to head (0cb94c6).

Files with missing lines Patch % Lines
cli/src/cmd/tools/archive.rs 0.00% 103 Missing ⚠️
cli/src/cmd/tools/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1051      +/-   ##
==========================================
- Coverage   55.54%   55.41%   -0.13%     
==========================================
  Files         416      417       +1     
  Lines       70155    70259     +104     
  Branches    70155    70259     +104     
==========================================
- Hits        38966    38936      -30     
- Misses      29234    29356     +122     
- Partials     1955     1967      +12     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Add tools for manipulating archives

1 participant