sweep: stamp ant-sdk 7a113b3 → 7853b76 (2026-05-28)#52
Merged
Conversation
Upstream ant-sdk moved from 7a113b390522d76d28b8f3e5b4078f9c9418d46f to 7853b76d99ef9e308140b763f23d043559b204c4. Changes in that range are an internal refactor plus PHP client bug fix and new async client additions — no developer-facing docs prose changes on the pages touched here. Prose-impacting pages (visibility:public now supported on /v1/data/prepare) are handled in a companion draft PR on claude/prose-2026-05-28-data-prepare-public. Updates: 46 docs verification blocks, skills/start/version.json, and skills/start/SKILL.md frontmatter. Adds planning/sweeps/2026-05-28.md.
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
7a113b390522d76d28b8f3e5b4078f9c9418d46f→7853b76d99ef9e308140b763f23d043559b204c4Source artifacts inspected
antd/src/rest/upload.rs— removal of 501 guard forvisibility:"public"on/v1/data/prepareantd/src/types.rs— updatedPrepareDataUploadRequestdoc commentantd/openapi.yaml— unchanged between SHAs (spec is stale relative to code; noted in Uncertainties)antd-rust/src/client.rs— updated doc comment forprepare_data_uploadantd-php/src/AntdClient.php—tx_hashescast to object for correct JSON serializationantd-go/README.md,antd-js/README.md,antd-py/README.md— added External Signer sectionantd-cpp/include/antd/async_client.hpp,antd-java/…AsyncAntdClient.java— new wallet and external-signer methods on async clientsDeveloper-facing change
The most significant runtime change is that
visibility:"public"is now accepted onPOST /v1/data/prepare(previously returned 501). That is a prose change handled in the companion PRclaude/prose-2026-05-28-data-prepare-public. All other changes in this range — PHP tx_hashes serialization fix, new C++/Java async client methods, documentation of Go/JS/Python external-signer helpers in their READMEs — have no impact on the content of the metadata-only pages stamped here.Files changed in this PR
skills/start/version.json—verified_commits.ant-sdkrefreshedskills/start/SKILL.md— frontmatterverified_commits.ant-sdkandverified_daterefreshedplanning/sweeps/2026-05-28.md— new sweep summaryVerification run
python3 scripts/sweep_poll.pyon this branch:status: "ok", 2 records still drifted (the two prose-PR pages, as expected).<!-- verification: -->blocks was modified (onlysource_commit:,verified_date:, andverified_commitsmap values changed).skills/start/SKILL.mdbody is byte-identical to base — no linked release triggered.docs/sdk/reference/rest-api.md,docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md) are not touched by this PR.Uncertainties
The
antd/openapi.yamlathead_shastill documentsvisibility:"public"on/v1/data/prepareas returning 501 — the spec lags the implementation. The prose PR corrects the rendered docs based on the actual code behavior. A reviewer may wish to open a separate issue to track the stale OpenAPI spec upstream.Generated by Claude Code