Harden authenticated gossip leases - #8
Merged
Merged
Conversation
AI collaborator: GPT-5.6 Terra
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
AI collaborator: GPT-5.6 Terra
AI collaborator: GPT-5.6 Terra
AI collaborator: GPT-5.6 Terra
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\n- replicate owner-signed registration, liveness, and record state rather than unauthenticated ownership hints\n- independently verify leases and expiry before adopting gossip\n- bind the five-name capacity rule to the canonical FCrDNS-verified host, rather than a free-to-rotate owner key\n- deterministically reconcile concurrently gossiped claims per verified host: retain the same first five everywhere and reject over-capacity claims without queueing or automatic later promotion\n- retain the winning signed lease on collision and derive a symmetric, token-seeded outcome so replicas converge\n\n## Validation\n- cargo test --workspace\n- cargo clippy --workspace --all-targets -- -D warnings\n- cargo fmt --all -- --check\n- cargo doc --workspace --no-deps\n- cargo llvm-cov --workspace --summary-only (98.38% line coverage)\n- git diff --check