Fixes #1826 - Add a cross-network dynamic address capability#1835
Fixes #1826 - Add a cross-network dynamic address capability#1835
Conversation
|
This PR will not be merged until v4.0.0. It is here for review and testing. |
|
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. |
f3675b2 to
e075448
Compare
e075448 to
3593922
Compare
9776674 to
2bc1d29
Compare
2bc1d29 to
479368f
Compare
Codecov Report❌ Patch coverage is 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
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
479368f to
927f058
Compare
927f058 to
e115703
Compare
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.
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.