chore(deps): bump ant-core to v0.2.5#136
Merged
Merged
Conversation
Pulls the upstream merkle-batch timeout fix (DEFAULT_STORE_TIMEOUT_SECS 10s → 270s) so the client no longer abandons in-flight chunks before the storer's CLOSENESS_LOOKUP_TIMEOUT (240s) can complete. Cross-region close-K membership was hitting the old timeout on virtually every merkle PUT, causing re-targeting and double-stores. Also picks up the spill-dir leak fix: cleanup_stale now reaps on lockfile-release rather than the 24h age guard, preventing disk-fill from non-graceful exits (SIGKILL / OOM / panic abort) under systemd-style restart loops. Transitive bumps: ant-protocol 2.0.3 → 2.1.1, saorsa-core 0.24.2 → 0.24.4, saorsa-transport 0.34.1 → 0.34.2, self_encryption 0.35.0 → 0.36.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 21, 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
Bumps the embedded ant-core data client from
ant-core-v0.2.3toant-core-v0.2.5.Headline fixes
DEFAULT_STORE_TIMEOUT_SECS10s → 270s so the client matches the storer-sideCLOSENESS_LOOKUP_TIMEOUT(240s, post ant-node PR fix(walletconnect): label chain picker entries Mainnet vs Testnet #89) plus a 30s padding. Cross-region close-K membership (sgp1/syd1 storers serving lon1 clients) was firing the old 10s timeout on virtually every merkle PUT, causing re-targeting and double-stores.cleanup_stalenow reaps on lockfile-release rather than the 24h age guard. Prevents disk-fill from~/.local/share/ant/spill/under SIGKILL / OOM / panic-abort + systemd restart loops. The 24h policy was masking a real leak.Transitive bumps
Verification
cargo checkclean — no API breakage on the GUI side.Test plan
npm run tauri:dev— confirm no 10s timeout abandonmentspill_*dir🤖 Generated with Claude Code