chore: bump ant-core to ant-cli-v0.3.2 for v0.11.2-rc.2 - #230
Merged
Conversation
ant-core 0.5.1 — merkle payment parity fixes (3x settlement multiplier, padded-tree cost estimates, batch partitioning) + saorsa-core 0.26.3+ refresh. ant-protocol moves to the 2.3.1 line. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Lockstep with antd so the whole SDK ships on one core version (ant-core 0.5.1). The explicit ant-protocol pin moves 2.3.0 -> 2.3.1 to match ant-core's transitive version and avoid evmlib graph skew. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New advisory (Uint shift ops: incorrect overflow flags and truncated shift amounts) failing the antd and ffi audit jobs. Transitive via alloy/evmlib; lockfile-only bump, both crates cargo check clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The ci.yml audit job also audits antd-rust; the first run failed on the antd step before reaching it. Same lockfile-only fix. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 7, 2026
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
The v0.11.2-rc.1 release (pinned to
ant-cli-v0.3.1) was never promoted and has been superseded upstream. This bumps both Rust crates to the latest ant-client release so we can cut v0.11.2-rc.2:ant-coreant-cli-v0.3.1→ant-cli-v0.3.2(ant-core 0.5.0 → 0.5.1)ant-protocolpin 2.3.0 → 2.3.1 to match ant-core's transitive version (avoids a second ant-protocol/evmlib copy in the graph)What's in ant-cli-v0.3.2 (upstream)
Verification
cargo check --lockedclean for bothantd/andffi/rust/on the new lockfilesant-protocol(2.3.1),evmlib(0.9.0),saorsa-core(0.26.4) in both lockfiles — no graph skewAfter merge: tag
v0.11.2-rc.2on main (prerelease — CI keeps it off latest/stable; antd-go umbrella tag is auto-cut).🤖 Generated with Claude Code