Skip to content

chore(antd): bump ant-core to ant-cli-v0.2.0, drop saorsa-core patch#29

Merged
Nic-dorman merged 1 commit intomainfrom
chore/bump-ant-core-v0.2.0
Apr 28, 2026
Merged

chore(antd): bump ant-core to ant-cli-v0.2.0, drop saorsa-core patch#29
Nic-dorman merged 1 commit intomainfrom
chore/bump-ant-core-v0.2.0

Conversation

@Nic-dorman
Copy link
Copy Markdown
Collaborator

Summary

  • Pins ant-core to tag = "ant-cli-v0.2.0" (was floating git = "..." at commit b0c501a, ~40 commits behind the v0.2.0 release of 2026-04-24)
  • Drops the [patch.crates-io] saorsa-core block — the Windows IPv6 fixes (saorsa-labs PRs #91/#92) it was bridging now ship in saorsa-core 0.24.0, which gets pulled transitively via ant-node 0.11.0
  • Lockfile resolves to a single saorsa-core 0.24.0 (ant-core's dev-only saorsa-core = "0.23" doesn't propagate to antd consumers)

What this brings in from upstream

  • ant-cli v0.2.0 GA (was on a pre-RC commit) — wire-compat with mainnet restored after the rc-2026.4.2 saorsa-core 0.24-rc.1 incident
  • ant-node 0.11.0 (now from crates.io, was a git rev)
  • Daemon adopts running node processes on startup, transparent ant-node auto-upgrade, CORS allow-origin tightening
  • External-signer Visibility::Public API (additive — file_prepare_upload shim preserved, antd source unaffected)
  • IPv6 dual-stack default (clients on hosts without working v6 may need --ipv4-only)

Test plan

  • cargo check --all-targets — clean
  • cargo test --bins — 16/16 passing
  • CI green on this branch
  • After merge: tag v0.4.0 to trigger antd binary release workflow

🤖 Generated with Claude Code

Pulls in ~40 upstream commits since the prior floating pin (b0c501a),
including the IPv6 dual-stack default, transparent ant-node auto-upgrade,
daemon adoption of running nodes, and the external-signer Visibility API.

The [patch.crates-io] saorsa-core block is no longer needed: the Windows
IPv6 fixes (PR #91/#92) it was bridging now ship in saorsa-core 0.24.0,
which gets pulled transitively via ant-node 0.11.0. ant-core's own dev-
dependency on saorsa-core 0.23 doesn't propagate to antd, so the resolver
unifies on a single saorsa-core 0.24.0.

cargo check + cargo test --bins clean (16/16 unit tests pass).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Nic-dorman Nic-dorman merged commit 6e24e42 into main Apr 28, 2026
3 checks passed
@Nic-dorman Nic-dorman deleted the chore/bump-ant-core-v0.2.0 branch April 28, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant