Skip to content

feat(cli): add --cold-boot flag to cli to allow changing cold boot …#875

Merged
Rexagon merged 1 commit intomasterfrom
feature/cold-boot-flag
Aug 25, 2025
Merged

feat(cli): add --cold-boot flag to cli to allow changing cold boot …#875
Rexagon merged 1 commit intomasterfrom
feature/cold-boot-flag

Conversation

@Rexagon
Copy link
Copy Markdown
Member

@Rexagon Rexagon commented Aug 22, 2025

  • Fixes initial node state when ColdBootType::Genesis mode was used;
  • Adds a new flag to the node cli to overwrite the default cold boot type (can be used for testing).

@Rexagon Rexagon requested review from 0xdeafbeef and pashinov August 22, 2025 12:50
@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=875

Available test options:

  • Run all tests: gh workflow run network-tests.yml -f pr_number=875
  • Run specific test: gh workflow run network-tests.yml -f pr_number=875 -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.

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 22, 2025

Codecov Report

❌ Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.73%. Comparing base (17f5762) to head (80ac39d).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
cli/src/node/mod.rs 0.00% 8 Missing ⚠️
cli/src/cmd/node/mod.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #875      +/-   ##
==========================================
- Coverage   46.75%   46.73%   -0.03%     
==========================================
  Files         324      324              
  Lines       57782    57792      +10     
  Branches    57782    57792      +10     
==========================================
- Hits        27018    27007      -11     
- Misses      29335    29350      +15     
- Partials     1429     1435       +6     

☔ 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.

@Rexagon Rexagon added this pull request to the merge queue Aug 25, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 25, 2025
@Rexagon Rexagon added this pull request to the merge queue Aug 25, 2025
Merged via the queue into master with commit f1911d3 Aug 25, 2025
26 of 29 checks passed
@Rexagon Rexagon deleted the feature/cold-boot-flag branch August 25, 2025 14:43
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.

3 participants