chore(sweep): stamp verification SHAs — 2026-06-10#57
Merged
Conversation
Metadata-only sweep. Seven upstream repos moved since the last stamp; all changes are internal refactors or build/CI updates with no developer-facing impact. - ant-sdk cac111f → e102df9 (release v0.9.2 — dependency bumps, Dockerfile) - ant-client eeba52b → 84332e2 (defer token approval, Merkle retry improvements) - ant-node d91a4a3 → fb7494e (price-based quote freshness, VerificationContext enum) - ant-protocol 83b6b4e → ffaf12d (CI and dependency bumps) - saorsa-core 7ca2fda → a681772 (repo URL corrections, timestamp gate removal) - saorsa-transport 260b522 → 2ee8e94 (repo ownership docs update) - saorsa-pqc 2ab931e → 56e7b43 (CI fix) 54 docs pages stamped. Skill verified_commits updated.
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
cac111f35bdc30cf05a82468d5fa84d594626d87→e102df9b3ea1a17fba7cf731081f515d89552b82eeba52b997415164421999287d54fce6beae3bd3→84332e2d752499df5402da797e5d8bba547bc58bd91a4a32955e2eddc829cbf44cad31da4cde6f06→fb7494e84dd02f664fce83cebd210a4c73ddcfe283b6b4e2b12c217fe2728cd6bd9d923e50b86708→ffaf12d41c1f129ed92051e04aaf5d6f8e94eec77ca2fda6700be4941bc181924691afebf12589fe→a681772c042b8215f36a9a860510d1fdb54b7540260b522926d6d64baf5891f168a72388764d250b→2ee8e944ae32c3667ca8b588365a65a41f4b0f142ab931e2533f1df6aa446636fbcf6e95b5bf5a21→56e7b435de76f868f285b93cc470000fc6f5eec4Not drifted:
self_encryption,evmlib,ant-keygen,ant-merkle.Source artifacts inspected
antd/Cargo.toml,antd/Cargo.lock,deploy/Dockerfile(ant-sdk)ant-cli/src/main.rs,ant-cli/src/commands/data/file.rs,ant-core/src/data/client/file.rs,ant-core/src/data/client/merkle.rs(ant-client)src/payment/verifier.rs,src/payment/quote.rs,src/payment/pricing.rs,src/replication/audit.rs,src/node.rs(ant-node).github/workflows/,Cargo.toml,Cargo.lock(ant-protocol)src/network.rs,src/transport_handle.rs,src/dht_network_manager.rs,README.md(saorsa-core).github/,README.md,docs/(saorsa-transport).github/workflows/,Cargo.toml,Cargo.lock,benches/(saorsa-pqc)Developer-facing change
Internal refactors; no developer-facing impact.
fix/defer-token-approval— removed the eagerapprove_token_spend()call from CLI startup (deferred to payment time); improved partial DataMap store error reporting in JSON mode; retry logic improvements for quorum-short Merkle upload chunks. Theapprove_token_spend()method still exists inant-core's public API; no docs page documented the eager CLI auto-approval behavior.fix/audit-failure-log-add-first-failed-key— replaced time-based quote freshness (24 h wall-clock expiry + 5 min skew) with a price-based staleness tolerance (25 %); addedVerificationContext(ClientPut vs Replication) to skip present-tense checks on already-settled replication receipts; alignedQuoteGeneratorpricing source withPaymentVerifierfreshness source. All internal node behavior; no documented developer surface changed.timestampfield toP2PEvent::Message). Library-internal only.Files changed in this PR
docs/**/*.mdfiles —source_commit:andverified_date:inside<!-- verification: -->blocks onlyskills/start/version.json—verified_commitsvalues updatedskills/start/SKILL.md—verified_commitsvalues andverified_date:updatedplanning/sweeps/2026-06-10.md— new run summaryVerification run
python3 scripts/sweep_poll.pyre-run on the prepared branch:status: ok, 0 drifted records remainingskills/start/version.jsonandskills/start/SKILL.mdfrontmatter parsed: key sets unchanged,versionandpublished_dateunchanged (SKILL.md body not modified — linked-release rule does not apply)docs/core-concepts/payment-model.mddiff: onlysource_commit:andverified_date:lines inside<!-- verification: -->blocks changed; no prose touchedUncertainties
None. All seven upstream changes were inspected at the pinned
head_sha; all are internal to their respective library/build layers with no developer-visible API or behavior changes that the docs describe.Generated by Claude Code