Skip to content

Feature/consensus/sticky anchors#1086

Open
Mododo wants to merge 4 commits into
masterfrom
feature/consensus/sticky-anchors
Open

Feature/consensus/sticky anchors#1086
Mododo wants to merge 4 commits into
masterfrom
feature/consensus/sticky-anchors

Conversation

@Mododo
Copy link
Copy Markdown
Member

@Mododo Mododo commented May 20, 2026

Pull Request Checklist

NODE CONFIGURATION MODEL CHANGES

None

BLOCKCHAIN CONFIGURATION MODEL CHANGES

None


COMPATIBILITY

incompatible

Affected features:

  • [Mempool. Validation rules]
  • [Mempool. Storage]
  • [Mempool. API tl models]

SPECIAL DEPLOYMENT ACTIONS

genesis rotation


PERFORMANCE IMPACT

No impact expected


TESTS

Unit Tests

No coverage

Network Tests

No coverage

Manual Tests

transfers-30k, manual vset rotation


Notes/Additional Comments:

@Mododo Mododo added this to the 020 Consensus milestone May 20, 2026
@Mododo Mododo requested review from 0xdeafbeef and Rexagon May 20, 2026 11:38
@Mododo Mododo self-assigned this May 20, 2026
@Mododo Mododo added the C-consesus Consesus module label May 20, 2026
@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=1086

Available test options:

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

Codecov Report

❌ Patch coverage is 74.25373% with 138 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.13%. Comparing base (a87ef36) to head (3cde8eb).

Files with missing lines Patch % Lines
consensus/src/dag/verifier.rs 36.66% 20 Missing and 18 partials ⚠️
consensus/src/dag/dag_point_future.rs 39.62% 32 Missing ⚠️
consensus/src/dag/producer.rs 81.17% 16 Missing ⚠️
consensus/src/models/point/data.rs 91.50% 7 Missing and 2 partials ⚠️
consensus/src/models/point/info.rs 86.76% 8 Missing and 1 partial ⚠️
consensus/src/dag/dag_round.rs 72.22% 5 Missing ⚠️
consensus/src/models/point/proto_utils.rs 61.53% 4 Missing and 1 partial ⚠️
consensus/src/dag/commit/mod.rs 91.66% 4 Missing ⚠️
consensus/src/moderator/journal/event.rs 0.00% 4 Missing ⚠️
consensus/src/models/point/impl_.rs 57.14% 3 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1086      +/-   ##
==========================================
+ Coverage   58.97%   59.13%   +0.16%     
==========================================
  Files         459      459              
  Lines       76888    76937      +49     
  Branches    76888    76937      +49     
==========================================
+ Hits        45342    45498     +156     
+ Misses      29434    29312     -122     
- Partials     2112     2127      +15     

☔ 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

C-consesus Consesus module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant