feat(peer): recover accepted relay anchors - #4563
Open
M4n5ter wants to merge 2 commits into
Open
Conversation
M4n5ter
force-pushed
the
feat/peer-relay-anchor-recovery
branch
from
September 2, 2026 16:27
f98e1df to
c1a25f7
Compare
M4n5ter
marked this pull request as ready for review
September 2, 2026 16:27
M4n5ter
force-pushed
the
feat/peer-relay-anchor-recovery
branch
2 times, most recently
from
September 2, 2026 18:16
d7f7267 to
073f16a
Compare
M4n5ter
force-pushed
the
feat/peer-relay-anchor-recovery
branch
4 times, most recently
from
September 2, 2026 20:49
85c5c60 to
e18d266
Compare
M4n5ter
force-pushed
the
feat/peer-relay-anchor-recovery
branch
from
September 2, 2026 21:53
e18d266 to
acda82d
Compare
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
M4n5ter
force-pushed
the
feat/peer-relay-anchor-recovery
branch
from
September 2, 2026 23:56
acda82d to
eea3454
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
A discovered HOP-capable peer is not an anchor. Only a successful Relay v2 reservation becomes advertised recovery evidence, and reference ownership is released when that evidence is replaced.
AI use
Tool(s) and scope: Codex implemented and verified the change under maintainer direction.
Checklist
Does this PR entail a change in behavior?