2.11.1: coupled set to viem 2.56.3 and mppx 0.9.2, x402 dev set 2.25.0, sdk 2.7.9 floor - #124
Merged
Conversation
…0, vitest 5, dev tooling
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
Dependency sweep, 2026-09-05, and the 2.11.1 version bump. This is the verifier half of the coupled settle set moving: viem 2.56.1 to 2.56.3 (runtime dependency) and mppx 0.9.1 to 0.9.2 (dev), alongside pay 0.5.3 on the agent side and the four merchants downstream. mppx 0.9.2 keeps the Tempo proof credential's EIP-712 domain at version 3, read from
dist/tempo/internal/proof.js, so verification stays compatible with agents on either side of the bump; the rest of its diff is additive Stripe PaymentIntent options and a middleware intent-key fix. The dev-only@x402set (core, evm, extensions) moves to 2.25.0 as a set: server-side additions only (FacilitatorCapabilityError, a background-init handler, server-owned info fields), the client bundle is byte-identical. Also vitest and coverage 4 to 5, knip 6.34.0, typescript-eslint 8.69.0,@types/node26.4.1, and the@agent-score/sdkfloor to^2.7.9.Held: eslint 10,
@eslint/js10, TypeScript 7 (registered holds). fastify, hono and jose are current under the release-age soak.Worked with Varun, who asked for the SDK-first sweep.
Type of change
Public API
none
Test plan
bun installtwice, second a no-op (Checked 768 installs across 743 packages); manifest diff confined to the packages above.bun run lint,typecheck,knip,buildexit 0;bun run test: 1824 passed, 4 skipped across 120 files on Vitest 5. The live all-rails settle for this coupled bump ran from pay 0.5.3 against the live FullEnrich store (Base, Tempo and Solana ungated, Base gated), recorded on pay's PR; the merchants re-run it on the new verifier once they take 2.11.1.Checklist