diff --git a/docs/architecture/system-overview.md b/docs/architecture/system-overview.md index 4d3de25..d7ab954 100644 --- a/docs/architecture/system-overview.md +++ b/docs/architecture/system-overview.md @@ -10,36 +10,36 @@ diff --git a/docs/core-concepts/data-types.md b/docs/core-concepts/data-types.md index 3cad58d..42650a3 100644 --- a/docs/core-concepts/data-types.md +++ b/docs/core-concepts/data-types.md @@ -10,8 +10,8 @@ diff --git a/docs/core-concepts/post-quantum-cryptography.md b/docs/core-concepts/post-quantum-cryptography.md index edd36b4..97348d1 100644 --- a/docs/core-concepts/post-quantum-cryptography.md +++ b/docs/core-concepts/post-quantum-cryptography.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/deploy-to-mainnet.md b/docs/guides/deploy-to-mainnet.md index 7fad36b..14dcf25 100644 --- a/docs/guides/deploy-to-mainnet.md +++ b/docs/guides/deploy-to-mainnet.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/overview.md b/docs/guides/overview.md index 20fa087..680de2c 100644 --- a/docs/guides/overview.md +++ b/docs/guides/overview.md @@ -10,15 +10,15 @@ diff --git a/docs/guides/prepare-a-wallet-for-uploads.md b/docs/guides/prepare-a-wallet-for-uploads.md index 925e289..bccd252 100644 --- a/docs/guides/prepare-a-wallet-for-uploads.md +++ b/docs/guides/prepare-a-wallet-for-uploads.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/set-up-a-local-network.md b/docs/guides/set-up-a-local-network.md index 4dae34e..1c32f5d 100644 --- a/docs/guides/set-up-a-local-network.md +++ b/docs/guides/set-up-a-local-network.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/test-your-application.md b/docs/guides/test-your-application.md index 2ced9b6..0747ff0 100644 --- a/docs/guides/test-your-application.md +++ b/docs/guides/test-your-application.md @@ -10,15 +10,15 @@ diff --git a/docs/index.md b/docs/index.md index 2808587..9befca9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,8 +10,8 @@ diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 93e10a3..961dc72 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -10,36 +10,36 @@ diff --git a/docs/rust/embed-a-node-in-your-application.md b/docs/rust/embed-a-node-in-your-application.md index 5c7bc24..139a7e6 100644 --- a/docs/rust/embed-a-node-in-your-application.md +++ b/docs/rust/embed-a-node-in-your-application.md @@ -3,8 +3,8 @@ diff --git a/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md b/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md index 79841fb..8e906ef 100644 --- a/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md +++ b/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md @@ -10,8 +10,8 @@ diff --git a/planning/sweeps/2026-05-13.md b/planning/sweeps/2026-05-13.md new file mode 100644 index 0000000..573b6a6 --- /dev/null +++ b/planning/sweeps/2026-05-13.md @@ -0,0 +1,55 @@ +# Upstream sweep — 2026-05-13 + +## Repos bumped + +| Repo | Recorded SHA | Head SHA | +|------|-------------|---------| +| ant-client | 6cada1d6b318a93e52ea6c34aa4b68fc2782c946 | 91d5f18e3fbf5125fc6b5bbc46bb0a1fe6356ae8 | +| ant-node | 0c2f2c97aa0b7a2f1000aaa4a3a2a2d629da4e5d | 8b68b2d7f4662faf67ed7812dc6cb37de0c74a8b | +| ant-protocol | 8955144bd2473d1bb5f3b6753061eb104b552070 | 93e63b8a41a97c37c24d1164a3ee5525e002ddcd | +| saorsa-core | db94fe0e7d0209b619caab576d747288ac0cc935 | 5f482af334b4703a78f9a051b38fd79d5478c607 | +| saorsa-transport | 5d2408e1fd394570f993529a610cb8c76f493952 | 7d02af138f4b9ea77239a908837ad3cc56366d73 | + +## Classification + +All five repos landed stability-improvement merges (PR #78 ant-client, PR #93 ant-node, PR #5 ant-protocol, PR #115 saorsa-core, PR #79 saorsa-transport). Two records on ant-client produced developer-facing changes and are deferred to the prose PR: + +- `docs/cli/command-reference.md` — `--store-timeout-secs` description stale; new `--chunk-get-timeout-secs` flag missing +- `docs/rust/library-reference.md` — `ClientConfig` type description incomplete after addition of `merkle_store_timeout_secs` and `chunk_get_timeout_secs` + +All remaining records are metadata-only and are stamped in this sweep PR. + +## Pages updated (metadata-only stamp) + +- docs/architecture/system-overview.md +- docs/cli/use-the-cli.md +- docs/core-concepts/data-types.md +- docs/core-concepts/keys-addresses-and-datamaps.md +- docs/core-concepts/overview.md +- docs/core-concepts/payment-model.md +- docs/core-concepts/post-quantum-cryptography.md +- docs/guides/build-read-only-features.md +- docs/guides/deploy-to-mainnet.md +- docs/guides/overview.md +- docs/guides/prepare-a-wallet-for-uploads.md +- docs/guides/set-up-a-local-network.md +- docs/guides/test-your-application.md +- docs/index.md +- docs/reference/glossary.md +- docs/reference/source-repositories.md +- docs/rust/README.md +- docs/rust/build-directly-in-rust.md +- docs/rust/embed-a-node-in-your-application.md +- docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md +- docs/sdk/start-the-local-daemon.md +- skills/start/version.json +- skills/start/SKILL.md + +## Deferred to prose PR + +- docs/cli/command-reference.md (ant-client prose) +- docs/rust/library-reference.md (ant-client prose) + +## Target-manifest entries + +None. No `target-manifest.yml` is active. diff --git a/skills/start/SKILL.md b/skills/start/SKILL.md index a54b681..9ad3528 100644 --- a/skills/start/SKILL.md +++ b/skills/start/SKILL.md @@ -29,13 +29,13 @@ keywords: - read-only # Verification block. Re-verify before changing stable claims or examples. -verified_date: "2026-05-11" +verified_date: "2026-05-13" verification_mode: current-merged-truth verified_commits: ant-sdk: 529280c32c024c92b68436abb6ace956c8da66ba - ant-client: 6cada1d6b318a93e52ea6c34aa4b68fc2782c946 - ant-node: 0c2f2c97aa0b7a2f1000aaa4a3a2a2d629da4e5d - ant-protocol: 8955144bd2473d1bb5f3b6753061eb104b552070 + ant-client: 91d5f18e3fbf5125fc6b5bbc46bb0a1fe6356ae8 + ant-node: 8b68b2d7f4662faf67ed7812dc6cb37de0c74a8b + ant-protocol: 93e63b8a41a97c37c24d1164a3ee5525e002ddcd self_encryption: 5f9d1646231da7ca2ce60e84d010acfb6d9c29d0 evmlib: 225acbb1af613193bcc8264b6ede4d7e4a7ac607 diff --git a/skills/start/version.json b/skills/start/version.json index 6ba012d..0fef530 100644 --- a/skills/start/version.json +++ b/skills/start/version.json @@ -9,9 +9,9 @@ "verification_mode": "current-merged-truth", "verified_commits": { "ant-sdk": "529280c32c024c92b68436abb6ace956c8da66ba", - "ant-client": "6cada1d6b318a93e52ea6c34aa4b68fc2782c946", - "ant-node": "0c2f2c97aa0b7a2f1000aaa4a3a2a2d629da4e5d", - "ant-protocol": "8955144bd2473d1bb5f3b6753061eb104b552070", + "ant-client": "91d5f18e3fbf5125fc6b5bbc46bb0a1fe6356ae8", + "ant-node": "8b68b2d7f4662faf67ed7812dc6cb37de0c74a8b", + "ant-protocol": "93e63b8a41a97c37c24d1164a3ee5525e002ddcd", "self_encryption": "5f9d1646231da7ca2ce60e84d010acfb6d9c29d0", "evmlib": "225acbb1af613193bcc8264b6ede4d7e4a7ac607" },