docs: gRPC new services, CLI diagnostic flags, external-signer transport parity#54
Draft
JimCollinson wants to merge 1 commit into
Draft
docs: gRPC new services, CLI diagnostic flags, external-signer transport parity#54JimCollinson wants to merge 1 commit into
JimCollinson wants to merge 1 commit into
Conversation
- grpc-services.md: add UploadService (PrepareFileUpload, PrepareDataUpload, FinalizeUpload) and WalletService (GetAddress, GetBalance, Approve); extend ChunkService with PrepareChunk and FinalizeChunk RPCs - command-reference.md: add --upgrade-channel <stable|beta> to ant node add; add --all-peers and --peer-count diagnostic flags to ant chunk get - python.md: fix incorrect claim that wallet and external-signer operations are REST-only; the gRPC client now implements these at parity with REST - use-external-signers-for-upload-payments.md: remove stale claim that REST is required for full finalize response surface; gRPC UploadService exposes data_map, data_map_address, and store_data_map at full parity with REST Verified against ant-sdk cac111f35bdc30cf05a82468d5fa84d594626d87 and ant-client eeba52b997415164421999287d54fce6beae3bd3.
2 tasks
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.
Summary
Prose updates for three upstream surface changes that landed between the 2026-05-28 and 2026-05-29 sweeps:
docs/sdk/reference/grpc-services.md— Documents three new gRPC services added in ant-sdkcac111f:UploadService(PrepareFileUpload, PrepareDataUpload, shared PrepareUploadResponse, FinalizeUpload),WalletService(GetAddress, GetBalance, Approve), and extendedChunkService(PrepareChunk, FinalizeChunk).docs/cli/command-reference.md— Adds--upgrade-channel <stable|beta>to theant node addparameters table and--all-peers/--peer-countdiagnostic flags to theant chunk gettable, per ant-clienteeba52b.docs/sdk/reference/language-bindings/python.md— Corrects the claim that wallet and external-signer methods are REST-only. The gRPC bindings now implement these methods (previously stubs).docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md— Updates Step 5 to reflect gRPC parity with REST for the full external-signer flow (data_map, data_map_address, store_data_map all available on gRPC UploadService and ChunkService).All four pages have their verification blocks advanced to the new upstream SHAs.
Verification
cac111f35bdc30cf05a82468d5fa84d594626d87eeba52b997415164421999287d54fce6beae3bd3Test plan
cac111f--upgrade-channel,--all-peers,--peer-countflags match ant-client CLI source ateeba52bcac111f(not stubs)FinalizeUploadRequest.store_data_mapandFinalizeUploadResponse.data_mapexist in gRPC proto atcac111fhttps://claude.ai/code/session_01Ya1BxEQEh3TbvgrvELwwQk
Generated by Claude Code