Skip to content

Fixes #1826 - Add a cross-network dynamic address capability#1835

Draft
ted-ross wants to merge 1 commit intomainfrom
multi-van-dev
Draft

Fixes #1826 - Add a cross-network dynamic address capability#1835
ted-ross wants to merge 1 commit intomainfrom
multi-van-dev

Conversation

@ted-ross
Copy link
Copy Markdown
Member

@ted-ross ted-ross commented Nov 4, 2025

Fixes #1826 - Added a test for the cross-network feature Fixes #1826 - Fixed asan issue
Fixes #1826 - Added support for edge-style cross-net dynamic addresses. Fixes #1826 - Make the test less resource-intensive for the CI Fixes #1826 - Introduced the inter-network role and inter-network-specific statistics Fixes #1826 - Renamed entity managedRouter => network; Added a doc file describing the feature. Fixes #1826 - Removed the backward-compatibility features to simplify the patch.
This will need to be carried separately until the next major release.
For inter-network deliveries, strip only the origin and trace annotations.

@ted-ross ted-ross self-assigned this Nov 4, 2025
@ted-ross
Copy link
Copy Markdown
Member Author

ted-ross commented Nov 4, 2025

This PR will not be merged until v4.0.0. It is here for review and testing.

@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@ted-ross ted-ross force-pushed the multi-van-dev branch 3 times, most recently from f3675b2 to e075448 Compare November 10, 2025 16:06
@ted-ross ted-ross force-pushed the multi-van-dev branch 2 times, most recently from 9776674 to 2bc1d29 Compare December 17, 2025 20:09
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 27, 2026

Codecov Report

❌ Patch coverage is 70.30303% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.7%. Comparing base (60cd6ec) to head (479368f).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1835     +/-   ##
=======================================
- Coverage   70.5%   65.7%   -4.9%     
=======================================
  Files        209     204      -5     
  Lines      47838   47233    -605     
  Branches    5156    5282    +126     
=======================================
- Hits       33765   31043   -2722     
- Misses     11608   14116   +2508     
+ Partials    2465    2074    -391     
Flag Coverage Δ
pysystemtests 77.0% <40.0%> (+0.7%) ⬆️
systemtests 59.8% <71.2%> (-7.6%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
unittests 65.7% <72.1%> (-4.9%) ⬇️
systemtests 65.7% <72.1%> (-4.9%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Fixes #1826 - Added a test for the cross-network feature
Fixes #1826 - Fixed asan issue
Fixes #1826 - Added support for edge-style cross-net dynamic addresses.
Fixes #1826 - Make the test less resource-intensive for the CI
Fixes #1826 - Introduced the inter-network role and inter-network-specific statistics
Fixes #1826 - Renamed entity managedRouter => network;  Added a doc file describing the feature.
Fixes #1826 - Removed the backward-compatibility features to simplify the patch.
              This will need to be carried separately until the next major release.
For inter-network deliveries, strip only the origin and trace annotations.
Added network configuration to the 'skstat -g' output
Delay the effect of network-id changes to allow the UPDATE operation to complete.
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.

Inter-network connectivity.

2 participants