Merged
Conversation
Prepares the first cross-platform daemon binary release. 0.3.0 under pre-1.0 semver is the minor bump for the breaking REST/gRPC contract change that landed in PR #24: FileUploadPublicResponse and DirUploadPublicResponse (and the UploadPublicResponse proto message) dropped the always-empty 'cost' field in favour of explicit storage_cost_atto, gas_cost_wei, chunks_stored, and payment_mode_used. Parallel to the antd-go/v0.3.0 Go-module tag cut earlier so the daemon binary and the Go SDK stay on the same version line. After merge, pushing tag v0.3.0 at the merge commit will trigger .github/workflows/release.yml for its first real run, producing antd-linux-amd64 / antd-darwin-arm64 / antd-windows-amd64.exe plus SHA256SUMS on the GitHub Release. Co-Authored-By: Claude Opus 4.6 (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.
Summary
antd/Cargo.tomlfrom0.2.0→0.3.0(and regeneratesantd/Cargo.lock).FileUploadPublicResponse/DirUploadPublicResponse/UploadPublicResponseproto dropped the always-emptycostfield in favour of explicitstorage_cost_atto,gas_cost_wei,chunks_stored,payment_mode_used.antd-go/v0.3.0Go-module tag cut yesterday so the daemon binary and Go SDK track the same version line.After this merges (separate action)
Push
v0.3.0at the merge commit:That's the first-ever trigger for
.github/workflows/release.yml. It will build theantdbinary on three targets and publish a GitHub Release with:antd-linux-amd64antd-darwin-arm64antd-windows-amd64.exeSHA256SUMSOnce the release lands, indelible's
.antd-versioncan be updated fromv0.2.0(currently points at nothing) tov0.3.0to start bundling real binaries.Test plan
cargo checkcleancargo fmt --checkcleancargo clippy --locked -- -D warningscleanrelease.ymlcompletes across all three targets, SHA256SUMS generated🤖 Generated with Claude Code