Skip to content

Fix/consensus/sync#1088

Open
Mododo wants to merge 3 commits into
masterfrom
fix/consensus/sync
Open

Fix/consensus/sync#1088
Mododo wants to merge 3 commits into
masterfrom
fix/consensus/sync

Conversation

@Mododo
Copy link
Copy Markdown
Member

@Mododo Mododo commented May 22, 2026

Pull Request Checklist

NODE CONFIGURATION MODEL CHANGES

Yes

Added mempool node config param weak_dag_round_links with default 7.

BLOCKCHAIN CONFIGURATION MODEL CHANGES

None


COMPATIBILITY

Full

SPECIAL DEPLOYMENT ACTIONS

Not Required


PERFORMANCE IMPACT

No impact expected


TESTS

Unit Tests

No coverage

Network Tests

No coverage

Manual Tests

transfers-30k with node sync and manual vset change


Notes/Additional Comments:

* move peer resolve out of task tracker
* download task copy could resolve into `Cancelled()` when its round is dropped
* allow one restart on TKA used to start
@Mododo Mododo added this to the 020 Consensus milestone May 22, 2026
@Mododo Mododo requested review from 0xdeafbeef and Rexagon May 22, 2026 15:36
@Mododo Mododo self-assigned this May 22, 2026
@Mododo Mododo added the C-consesus Consesus module label May 22, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 22, 2026

🧪 Network Tests

To run network tests for this PR, use:

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

Available test options:

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

Codecov Report

❌ Patch coverage is 60.21505% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.62%. Comparing base (b0a5a87) to head (3e9d562).

Files with missing lines Patch % Lines
consensus/src/dag/verifier.rs 66.66% 7 Missing and 4 partials ⚠️
consensus/src/engine/lifecycle/recover.rs 0.00% 10 Missing ⚠️
consensus/src/dag/dag_round.rs 75.67% 9 Missing ⚠️
consensus/src/intercom/dependency/downloader.rs 0.00% 4 Missing ⚠️
consensus/src/engine/lifecycle/args.rs 0.00% 1 Missing ⚠️
consensus/src/engine/lifecycle/session.rs 0.00% 1 Missing ⚠️
consensus/src/intercom/peer_schedule/impl_.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1088      +/-   ##
==========================================
+ Coverage   57.57%   57.62%   +0.05%     
==========================================
  Files         464      464              
  Lines       77109    77128      +19     
  Branches    77109    77128      +19     
==========================================
+ Hits        44395    44445      +50     
+ Misses      30701    30663      -38     
- Partials     2013     2020       +7     

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

@Mododo Mododo force-pushed the fix/consensus/sync branch from 6136a0b to 3e9d562 Compare May 25, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-consesus Consesus module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant