Skip to content

fix(network): dirty hack to fill known_peers with true-like k-clo…#1009

Draft
MrWad3r wants to merge 1 commit intomasterfrom
fix/dht-resolve
Draft

fix(network): dirty hack to fill known_peers with true-like k-clo…#1009
MrWad3r wants to merge 1 commit intomasterfrom
fix/dht-resolve

Conversation

@MrWad3r
Copy link
Copy Markdown
Member

@MrWad3r MrWad3r commented Jan 27, 2026

…sest peers on each store_value

Pull Request Checklist

NODE CONFIGURATION MODEL CHANGES

[None] / [Yes]

BLOCKCHAIN CONFIGURATION MODEL CHANGES

[None] / [Yes]


COMPATIBILITY

Affected features:

  • [State]
  • [State. Blockchain Config]
  • [Block]
  • [Block Proof]
  • [Archive]
  • [Persistent State]
  • [Persistent Queue]
  • [Storage. Blocks]
  • [Storage. States]
  • [Storage. Archives]
  • [Queue. Diff]
  • [Queue. Storage]
  • [Queue. Storage. Statistics]
  • [Message Processing Algorithm]
  • [ProcessedUpto]
  • [Collator. Limits]
  • [Collator. Work Units Calculation]
  • [Mempool. Consensus Config]
  • [Mempool. Validation rules]
  • [Mempool. Storage]
  • [Mempool. API tl models]

SPECIAL DEPLOYMENT ACTIONS

[Not Required] / [Required]


PERFORMANCE IMPACT

[No impact expected] / [Expected impact]


TESTS

Unit Tests

[Covered by:] / [No coverage]

Network Tests

[Covered by:] / [No coverage]

Manual Tests

[Manual tests used]

  • [1-255]
  • [transfers]
  • [swaps]

Notes/Additional Comments:

@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=1009

Available test options:

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

Codecov Report

❌ Patch coverage is 98.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 54.41%. Comparing base (8125a19) to head (4506d51).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
network/src/dht/mod.rs 97.82% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1009      +/-   ##
==========================================
+ Coverage   54.40%   54.41%   +0.01%     
==========================================
  Files         402      402              
  Lines       67237    67272      +35     
  Branches    67237    67272      +35     
==========================================
+ Hits        36582    36609      +27     
- Misses      28848    28852       +4     
- Partials     1807     1811       +4     

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

@MrWad3r MrWad3r linked an issue Jan 28, 2026 that may be closed by this pull request
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.

Investigate private overlay and dht tests stuck during execution

1 participant