Skip to content

Releases: wevm/mppx

mppx@0.6.28

24 May 02:44
2bc16ff

Choose a tag to compare

Patch Changes

  • 6c789fa: Added store key prefix options for Store constructors and Tempo charge, session, and subscription stores.
  • b051e6c: Stripped Set-Cookie from upstream responses in Proxy.scrubResponse so an upstream service cannot set cookies under the proxy's origin.
  • 1ee47a2: Added server-side Stripe Connect settlement options for Stripe charges.

mppx@0.6.27

19 May 21:12
9fd0e85

Choose a tag to compare

Patch Changes

  • 27d9218: Updated Tempo chain imports to use the viem/tempo/chains entrypoint.
  • 22d8eed: Updated viem and ox dependencies to their latest published versions and fixed sponsored Tempo transaction gas estimation with the new versions.

mppx@0.6.26

19 May 00:10
dcccbcc

Choose a tag to compare

Patch Changes

  • 3d9a9cf: Added dev_second subscription periods.
    Added mppx.tempo.subscription.renew.
    Raised default sponsor limits for subscription payments.

mppx@0.6.25

16 May 17:17
36ee87c

Choose a tag to compare

Patch Changes

  • 6c4af82: Fixed Tempo charge hash receipt verification to collapse paired transfer logs before matching expected transfers.
  • d378d68: Added a Tempo charge sender validation hook for accepting authorized third-party transfer senders.

mppx@0.6.24

15 May 17:55
dacbc78

Choose a tag to compare

Patch Changes

  • bec7b56: Added challenge ordering hooks for client-side challenge filtering and sorting.
  • 8f766f8: Fixed bug where forged scope metadata could result in cross route bypass of requests.

mppx@0.6.23

15 May 09:00
a8dd942

Choose a tag to compare

Patch Changes

  • c370c93: Added fee payer support and an optional feePayerPolicy parameter to tempo.subscription so activation and renewal payments can be sponsored without consuming the access key's spending limit.

mppx@0.6.22

15 May 06:08
a31e383

Choose a tag to compare

Patch Changes

  • 281fc16: Fixed Tempo subscription wallet_authorizeAccessKey RPC payload to send scopes (the spec-compliant field) instead of allowedCalls, and to hex-encode limits[].limit so the parameters match the encoded variant of the wallet_authorizeAccessKey schema.

mppx@0.6.21

15 May 04:46
3000648

Choose a tag to compare

Patch Changes

  • d752fb5: Added typed client payment events for challenge handling, credential creation, payment responses, and failures.
  • 55a5b8f: Added typed server events for payment challenges, failed payments, and verified payments.

mppx@0.6.20

12 May 21:33
85c7e38

Choose a tag to compare

Patch Changes

  • 868c2bf: Added Date challenge expirations and numeric Tempo subscription period counts.
  • 868c2bf: Added Tempo subscription key authorization, subscription receipt identifiers, activation replay protection, renewal idempotency, and dynamic access key handling.

mppx@0.6.19

11 May 04:43
8260375

Choose a tag to compare

Patch Changes

  • 4fffc6a: Fixed pre-broadcast simulation in tempo.charge and tempo.session by stripping feeToken and feePayerSignature from the simulation request, so the node does not try to recover feePayerSignature against a sender signature that viem's call action never includes.