Skip to content
Merged
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
9 changes: 0 additions & 9 deletions .changeset/irs-capability-extended-surface.md

This file was deleted.

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

## 3.4.0

### Minor Changes

- [#202](https://github.com/OpenZeppelin/openzeppelin-ui/pull/202) [`f0aee8b`](https://github.com/OpenZeppelin/openzeppelin-ui/commit/f0aee8b713c2a421b517aaf00ddb24d58804053d) Thanks [@pasevin](https://github.com/pasevin)! - Extend `IRSCapability` with factory identity lookup, key-purpose probe, and holder management-key grant.

Adds `getFactoryIdentity`, `hasIdentityKeyPurpose`, and `grantHolderManagementKey` with discriminated read results (`read_failed` distinct from negative answers). Aligns the shared capability contract with adapter-evm 2.4.0+ so consumers no longer need structural casts at the IRS boundary.

**Breaking for implementors:** any external `IRSCapability` implementor must now provide all three members or fail to compile; consumers calling the capability are unaffected. No in-repo or in-adapters implementor is impacted today (only adapter-evm implements IRS, and it already ships these methods), so practical blast radius is limited to out-of-tree implementations.

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/ui-types",
"version": "3.3.0",
"version": "3.4.0",
"private": false,
"description": "Shared TypeScript type definitions for the OpenZeppelin UI ecosystem.",
"type": "module",
Expand Down
Loading