Skip to content

Commit c72a14c

Browse files
brendanjryangithub-actions[bot]
authored andcommitted
chore: release v0.4.1
1 parent 9dc8e1f commit c72a14c

7 files changed

Lines changed: 11 additions & 26 deletions

File tree

.changelog/big-trees-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/keen-slugs-slide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/mild-crabs-whisper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/old-sharks-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/quick-crabs-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.4.1 (2026-03-18)
4+
5+
### Patch Changes
6+
7+
- Updated the testnet escrow contract address to `0xe1c4d3dce17bc111181ddf716f75bae49e61a336`. (by @BrendanRyan, [#90](https://github.com/tempoxyz/pympp/pull/90))
8+
- Updated `examples/api-server/README.md` to replace references to the external `purl` tool with the `pympp` client (`python -m mpp.fetch`) and corrected the `secret_key` documentation to reflect that it is read from the `MPP_SECRET_KEY` env var rather than auto-generated. (by @BrendanRyan, [#90](https://github.com/tempoxyz/pympp/pull/90))
9+
- Added a pluggable `Store` interface and `MemoryStore` implementation for transaction hash replay protection in `ChargeIntent`. When a store is provided, verified tx hashes are recorded and subsequent attempts to reuse the same hash are rejected with a `VerificationError`. (by @BrendanRyan, [#90](https://github.com/tempoxyz/pympp/pull/90))
10+
- Updated mainnet escrow contract address to `0x33b901018174DDabE4841042ab76ba85D4e24f25`. (by @BrendanRyan, [#90](https://github.com/tempoxyz/pympp/pull/90))
11+
- Raised `DEFAULT_GAS_LIMIT` from 100,000 to 1,000,000 for Tempo AA (type-0x76) transactions to account for their higher intrinsic gas cost (~270k for a single TIP-20 transfer). (by @BrendanRyan, [#90](https://github.com/tempoxyz/pympp/pull/90))
12+
313
## 0.4.0 (2026-03-06)
414

515
### Minor Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pympp"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Python SDK for the Machine Payments Protocol (MPP)"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)