Release 2.8.2: move settle set to pympp 0.11 + x402 2.21 (verified) - #130
Merged
Conversation
Moves the coupled settle set forward after verifying it end to end (the registry gate, run in full this time rather than deferred): - pympp 0.10.1 -> 0.11.0: 0.11 switches credential canonicalization to RFC 8785 / JCS, which is exactly what mppx 0.9.1 (the JS counterpart) already uses, so this ALIGNS the two implementations rather than diverging. pympp has no EIP-712 zero-amount proof (that domain-v3 mechanism is mppx-only), so the mppx-0.8.0 break class does not apply. 0.11's Mpp.create now reads .name off each method; the one test that stubbed a bare object() is updated to a method-shaped stub. - x402 2.20.0 -> 2.21.0: the Base mainnet USDC EIP-712 domain is unchanged (all USD Coin entries still version "2"); 2.21 only refactored constants.py into default_assets.py. No wire change on the rail we settle. Verification: full suite 1868 passed; ruff, format, ty all clean (ty validates the 0.11/2.21 API surface our code calls). Standing obligation: a live all-rails settle against a pympp-0.11 merchant is the final cross-impl confirmation and runs as a post-deploy smoke. Co-Authored-By: Claude Opus 4.8 <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
Releases
agentscore-commerce2.8.2, moving the coupled MPP settle set forward: pympp 0.10.1 -> 0.11.0 and x402 2.20.0 -> 2.21.0. Both were verified against the registry's gate (run in full this time, not deferred):Mpp.createnow reads.nameoff each method; the one test that stubbed a bareobject()is updated to a method-shaped stub.USD Coinentries stillversion: "2"); 2.21 only refactoredconstants.pyintodefault_assets.py. No wire change on the rail we settle.Type of change
Public API
None. No exported symbols or wire formats changed; this bumps two peer-dep versions and updates one test stub for pympp 0.11's
.namemethod contract.Test plan
uv run pytest(1868 passed, 4 skipped, 95.37% coverage),uv run ruff check+ruff format --check+uv run ty checkall clean — ty validates the pympp-0.11 / x402-2.21 API surface our code calls. Standing obligation: a live all-rails settle against a pympp-0.11 merchant is the final cross-implementation confirmation and runs as a post-deploy smoke.Checklist