chore(antd): release v0.9.2 — bump ant-core to ant-cli-v0.2.6#193
Merged
Conversation
Replace the ant-cli-v0.2.3 pin with ant-cli-v0.2.6 (released 2026-06-03). Lockfile picks up the transitive bumps: - ant-core 0.2.4 -> 0.2.7 (workspace internal version inside the v0.2.6 tag) - ant-protocol 2.1.0 -> 2.1.2 - saorsa-core 0.24.3 -> 0.24.5 - self_encryption 0.35.0 -> 0.36.0 (antd direct pin bumped to match ant-core and avoid compiling two semver-incompatible copies; self_encryption is not referenced directly in antd source) v0.2.6 adds an already-stored preflight to the upload engine: chunks already on the network are detected and excluded from payment + PUT, so uploads cost less with no API change. The new PreparedUpload fields (total_chunks, already_stored_addresses) are additive; antd builds and runs unchanged. Surfacing them in the prepare-upload response is tracked for the next release. cargo fmt / clippy -D warnings / test (37/37) all green on dev2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Bumps the
ant-corepin fromant-cli-v0.2.3→ant-cli-v0.2.6(released 2026-06-03) and cuts antd v0.9.2.Diff is intentionally minimal — only
antd/Cargo.toml(3 lines) andantd/Cargo.lock. No antd source changes.Transitive lockfile bumps
ant-core0.2.4 → 0.2.7 (workspace internal version inside the v0.2.6 tag)ant-protocol2.1.0 → 2.1.2saorsa-core0.24.3 → 0.24.5self_encryption0.35.0 → 0.36.0 — antd's direct pin bumped to match ant-core and avoid compiling two semver-incompatible copies (self_encryptionis not referenced directly in antd source)Why
v0.2.6 adds an already-stored preflight to the upload engine: chunks already on the network (deterministic self-encryption) are detected and excluded from payment + PUT. Uploads cost less with no API change. A Merkle-eligible upload can now legitimately come back cheaper, or as
wave_batchif the remaining count drops below the merkle threshold.The new
PreparedUploadfields (total_chunks,already_stored_addresses) are additive — antd's consumption (destructure-with-.., by-ref reads) is unchanged. Surfacing those fields in the prepare-upload response across all SDKs is tracked for the next release.Verification (on dev2, Linux)
cargo build --locked✅cargo fmt --check✅cargo clippy --locked --all-targets -- -D warnings✅cargo test --locked✅ 37/37 passedLanguage SDKs have no source delta in this release, so their suites are unaffected.
🤖 Generated with Claude Code