mppx@0.4.9
·
284 commits
to main
since this release
Patch Changes
- d9b651d: Added
Store.redis()adapter for standard Redis clients (ioredis, node-redis, Valkey) with BigInt-safe serialization. - b69bbee: Fixed Express middleware hanging by constructing a Fetch
Requestdirectly from Express'sreqAPI. - 7da6cfd: Fixed SSE header normalization.
- a2c6cc9: Skipped route amount/currency/recipient validation for topUp and voucher credentials. These
POSTs carry no application body so the route's request hook may produce a different amount than the challenge echoed from the original request. The on-chain voucher signature is the real validation.