Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/binary-safe-cli-output.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-sponsored-charges.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/receipt-extension-fields.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-mainnet-account-fund.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-open-readback-block-pin.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# mppx

## 0.8.6

### Patch Changes

- adf5207: Preserve raw response bytes when writing CLI response bodies to stdout.
- a2bfcc5: Normalize sponsored Tempo charge transactions before client signing.
- 591ecf4: Preserved method-specific extension fields on receipts. `Receipt.from`, `Receipt.deserialize`, and `Receipt.fromResponse` previously stripped fields outside the base set; they now pass unknown fields through, per the core spec's Payment-Receipt provision ("Payment method specifications MAY define additional fields for receipts").
- 7fd4ecb: Removed the mainnet network option from `mppx account fund`.
- 00d72b0: Fixed a read-after-write race in Tempo session channel open/top-up verification. The on-chain read-back now pins to the block that included the management transaction (instead of reading `latest`) and retries transient failures, so a lagging load-balanced RPC replica can no longer reject a valid open with `on-chain channel state does not match open receipt`.

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"[!start-pkg]": "",
"name": "mppx",
"type": "module",
"version": "0.8.5",
"version": "0.8.6",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://github.com/wevm/mppx#readme",
Expand Down