refactor(peer): separate reachability from Mesh ownership - #4561
Open
M4n5ter wants to merge 12 commits into
Open
refactor(peer): separate reachability from Mesh ownership#4561M4n5ter wants to merge 12 commits into
M4n5ter wants to merge 12 commits into
Conversation
M4n5ter
force-pushed
the
refactor/peer-reachability-domain
branch
2 times, most recently
from
September 2, 2026 16:27
897b4f2 to
0d7bf88
Compare
M4n5ter
marked this pull request as ready for review
September 2, 2026 16:27
M4n5ter
force-pushed
the
refactor/peer-reachability-domain
branch
2 times, most recently
from
September 2, 2026 18:46
c87e4e0 to
f7207fb
Compare
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
M4n5ter
force-pushed
the
refactor/peer-reachability-domain
branch
from
September 2, 2026 21:52
ec71c61 to
c9a2ec8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refs #4554
Verification
Verified on the complete stacked head after rebasing from
mainateacfb46aa7ec93273bf468335f4270bba62d35a5:npm run typechecknpm run lintnpm run format:checknpm run rebuildnpm run test:dist- all workspace tests passednpm run check:renderer-architecture- 71 passednpm run check:release- 192 passedgit diff --checkcargo fmt --manifest-path native/runtime-host-peer/Cargo.toml -- --checkcargo clippy --locked --all-targets --manifest-path native/runtime-host-peer/Cargo.toml -- -D warningscargo test --locked --manifest-path native/runtime-host-peer/Cargo.toml- 27 passedReview focus
The lease proves who issued a bounded locator snapshot; it does not grant membership or access. Consumers still authenticate the Runtime Host and require the expected PeerId before retaining or using the lease.
AI use
Tool(s) and scope: Codex implemented and verified the change under maintainer direction.
Checklist
Does this PR entail a change in behavior?