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 .changelog/calm-lakes-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/happy-donkeys-twist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/plain-cats-growl.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0 (2026-04-08)

### Major Changes

- Added TIP-1011 `authorizeKey` support with `KeyRestrictions` struct (T3+) as the new `authorize_key` method, and renamed the previous flat-params variant to `authorize_key_legacy` for pre-T3 compatibility. Updated `IAccountKeychain` ABI with the new function signature and `LegacyAuthorizeKeySelectorChanged` error. (by @DerekCofausper, [#44](https://github.com/tempoxyz/pytempo/pull/44))

### Minor Changes

- Added `AccountKeychain.get_key()` method to query key info from the AccountKeychain precompile, returning signature type, key ID, expiry, enforce limits, and revocation status. Added integration tests for keychain selectors, spending limits, inline key authorization, transaction validation, and encoding round-trips, plus unit tests for the new `get_key` method. (by @DerekCofausper, [#44](https://github.com/tempoxyz/pytempo/pull/44))
- Added `SelectorRule` class for per-selector recipient filtering in call scope restrictions. Extended `CallScope` factory methods (`transfer`, `approve`, `transfer_with_memo`) to accept optional `recipients` lists, and added `CallScope.with_selector` for arbitrary 4-byte selector scoping. Added `AccountKeychain.set_allowed_calls` and `remove_allowed_calls` static methods, and added validation guards to `authorize_key` rejecting conflicting `legacy`/`allowed_calls` combinations. (by @DerekCofausper, [#44](https://github.com/tempoxyz/pytempo/pull/44))

## 0.4.0 (2026-03-16)

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytempo"
version = "0.4.0"
version = "1.0.0"
description = "Web3.py extension for Tempo blockchain - adds support for AA transactions and Tempo-specific features"
readme = "README.md"
requires-python = ">=3.9"
Expand Down