Upstream sweep 2026-08-06: bump ant-node to 9a50c6b - #89
Open
JimCollinson wants to merge 1 commit into
Open
Conversation
Metadata-only stamp refresh. ant-node db4c851 -> 9a50c6b is a 0.17.0 release bump plus an internal, shadow-mode receiver-side price floor in src/payment/verifier.rs and ADR doc updates. No developer-facing surface changed on any recorded page: the node-side pricing formula on payment-model.md lives in ant-protocol (untouched), and no page documents the price floor. Refresh source_commit/verified_date on the nine ant-node pages plus the skill verified_commits maps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011oB41d2YAcy8VaRh1Ub4tT
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.
Metadata-only stamp refresh from the daily upstream sweep. All 11 drifted records are
ant-nodeand classified metadata-only; no prose PR or manual-review issues were opened.Upstream
ant-node: db4c851 → 9a50c6bSource artifacts inspected
Cargo.toml(release bump0.16.0 → 0.17.0)src/payment/verifier.rs(the onlysrc/change in the range)src/payment/pricing.rs(unchanged in the range; re-exportscalculate_pricefromant-protocol)docs/adr/ADR-0006,docs/adr/ADR-0008, newdocs/adr/ADR-0010upstreamDeveloper-facing change
Internal refactor; no developer-facing impact. The range is a
0.17.0release bump plus a receiver-side price floor added tosrc/payment/verifier.rsthat checks a settled payment against the close group's median commitment-bound price. The floor is an internal node-side economic admission mechanism gated behind an environment variable and defaulting to shadow mode (computed and logged, not enforced), so client-facing behaviour is unchanged: quote collection, payment construction, EVM network choices, cost-estimation endpoints, and payment modes all present the same surface. The node-side pricing formula documented onpayment-model.md(BASELINE + K × (n / D)^2) lives inant-protocol, which this range does not touch.Files changed in this PR
docs/architecture/system-overview.mddocs/core-concepts/payment-model.mddocs/guides/overview.mddocs/guides/set-up-a-local-network.mddocs/guides/test-your-application.mddocs/reference/glossary.mddocs/reference/source-repositories.mddocs/rust/embed-a-node-in-your-application.mddocs/sdk/start-the-local-daemon.mdskills/start/SKILL.md(frontmatterverified_commits.ant-node+verified_date)skills/start/version.json(verified_commits.ant-node)planning/sweeps/2026-08-06.md(new summary)Verification run
source_commit/verified_datelines, theverified_commits.ant-nodevalues, and the new sweep summary changed. No prose, noscripts/,.github/, registries,version,published_date,CHANGELOG.md, or frontmatterversion:moved. Notarget-manifestblock touched.python3 scripts/sweep_poll.pyre-run on this branch:status: "ok",0drifted records,ant-nodefully resolved.version.jsonparses as JSON;SKILL.mdfrontmatter parses as YAML.src/payment/pricing.rsre-grep against the pinned9a50c6bcheckout: thecalculate_priceformula backingpayment-model.mdis unchanged and lives inant-protocol.Uncertainties
The new receiver-side price floor is merged but defaults to shadow mode, so it is treated as an internal mechanism and not documented. If a reviewer wants the group-median price floor surfaced on
payment-model.mdahead of enforcement being enabled by default, that would be a separate prose change.Generated by Claude Code