sweep: stamp ant-protocol 2.2.0 and saorsa-core 0.26.0 — 2026-06-18#60
Merged
Conversation
Metadata-only verification refresh. ant-protocol bumped to 2.2.0 (added WitnessedCloseGroup / ResponderView re-exports, bumped saorsa-core dependency). saorsa-core bumped to 0.26.0 (new quorum-witnessed close-group API, internal DHT sort-order refactor). No developer-facing docs surface changed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011PdDcd7X5C1aSz7sYqjSnz
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.
Upstream verification refresh — metadata-only, no prose changes.
Upstream
ant-protocol:34c11cb9f626290b18263ebe8e10e172e5523424→ca95e6e1951ed622bd7d594e3211cee59e2eb3d8saorsa-core:180454671b87debcb2afbd83f2d8126c41b0dd02→dff6b0ec43680cfe7b026ba42ffd90501734e94dSource artifacts inspected
ant-protocol/Cargo.toml— version and dependency bumpsant-protocol/src/lib.rs— transport module re-export additionssaorsa-core/Cargo.toml— version bumpsaorsa-core/src/lib.rs— new public type re-exportssaorsa-core/src/dht_network_manager.rs— newWitnessedCloseGroupandResponderViewtypes; internal sort-order changeDeveloper-facing change
Internal refactor; no developer-facing impact.
ant-protocol2.1.3 → 2.2.0 bumps thesaorsa-coredependency and addsDHTNode,ResponderView, andWitnessedCloseGroupre-exports throughant_protocol::transport.saorsa-core0.25.0 → 0.26.0 adds a quorum-witnessed close-group selection API and changes the candidate-pool sort from reachability-then-distance to pure XOR distance — both are internal DHT-layer changes that do not surface in any rendered docs claim.Files changed in this PR
docs/architecture/system-overview.md— ant-protocol and saorsa-core verification blocksdocs/core-concepts/payment-model.md— ant-protocol verification blockdocs/reference/glossary.md— ant-protocol and saorsa-core verification blocksdocs/reference/source-repositories.md— ant-protocol and saorsa-core verification blocksskills/start/version.json—verified_commits.ant-protocolrefreshedskills/start/SKILL.md—verified_commits.ant-protocolandverified_daterefreshedplanning/sweeps/2026-06-18.md— run summary (new file)Verification run
python3 scripts/sweep_poll.pyre-run on prepared branch:status: ok, 0 drifted records — passedpython3 -m json.tool skills/start/version.json: JSON valid — passedversionandpublished_dateunchanged, body byte-identical to base — passedversion.jsonkey set unchanged (no keys added or removed) — passedDHTNode,WitnessedCloseGroup,ResponderViewconfirmed present insaorsa-core/src/dht_network_manager.rsatdff6b0ec; all three re-exported inant-protocol/src/lib.rsatca95e6e1— passedUncertainties
None. All 9 drifted records classified metadata-only with clear evidence: the diff is a version bump plus new Rust types with no impact on any rendered docs surface.
Generated by Claude Code