mppx@0.3.14
·
338 commits
to main
since this release
Patch Changes
- 345425f: Removed
expiresfrom charge request schemas (tempo, stripe). Expiry is now conveyed exclusively via theexpiresauth-param on the Challenge, not duplicated in the request body. Server handlers default toExpires.minutes(5)whenexpiresis not explicitly provided. - eb19f32: Added
modeparameter totempo.charge()client —'push'(client broadcasts tx, sends hash) and'pull'(client signs tx, server broadcasts). Defaults to'push'for JSON-RPC accounts,'pull'otherwise.