You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This PR was opened by theChangesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openzeppelin/ui-builder-adapter-evm@1.6.0
Minor Changes
#338da33121 Thanks@pasevin! - Add access control service integration and indexer URL configuration
ImplementgetAccessControlService() with lazy initialization on EvmAdapter
AddaccessControlIndexerUrl endpoints for all EVM mainnet networks (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BSC, Polygon zkEVM, ZKsync, Scroll, Linea)
AddaccessControlIndexerUrl endpoints for all EVM testnet networks (Sepolia, Amoy, Arbitrum Sepolia, Optimism Sepolia, Base Sepolia, Fuji, BSC Testnet, Polygon zkEVM Cardona, ZKsync Sepolia, Scroll Sepolia, Linea Sepolia, Monad Testnet)
#338da33121 Thanks@pasevin! - Add self-describing ecosystem metadata to all adapters
Each adapter now exportsecosystemMetadata with display info (name, icon, description, styling classes, default feature config)
New./metadata subpath export for lightweight static imports
Adapters implement theEcosystemExport interface from ui-types
Patch Changes
#338da33121 Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters
#3442b74cde Thanks@pasevin! - fix(adapter): resolve type declarations for internal evm-core package
Adddts.resolve foradapter-evm-core in tsup configs so type declarations are bundled alongside runtime JS. This fixes exported apps failing to compile because.d.ts files referenced the unpublishedadapter-evm-core package.
Also cleans up the type hierarchy:TypedPolkadotNetworkConfig now extends PolkadotNetworkConfig from@openzeppelin/ui-types directly (with narrowed viemChain typing), eliminating its type-level dependency onadapter-evm-core. TypedEvmNetworkConfig similarly extendsEvmNetworkConfig directly.
#343000c6ed Thanks@pasevin! - Re-export adapter classes (EvmAdapter, StellarAdapter, PolkadotAdapter) from package entry points. These exports were accidentally removed during the ecosystemDefinition refactor infeat: add EVM adapter access control module #338, breaking exported app builds that import adapter classes directly.
#338da33121 Thanks@pasevin! - Gate access-control-indexer service form behind feature flag
Tag access-control-indexer network service forms withrequiredFeature: 'access_control_indexer'
ApplyfilterEnabledServiceForms in health check hook to skip disabled services
@openzeppelin/ui-builder-adapter-midnight@1.6.0
Minor Changes
#338da33121 Thanks@pasevin! - Add self-describing ecosystem metadata to all adapters
Each adapter now exportsecosystemMetadata with display info (name, icon, description, styling classes, default feature config)
New./metadata subpath export for lightweight static imports
Adapters implement theEcosystemExport interface from ui-types
Patch Changes
#338da33121 Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters
@openzeppelin/ui-builder-adapter-polkadot@1.6.0
Minor Changes
#338da33121 Thanks@pasevin! - Add access control service integration to Polkadot adapter
ImplementgetAccessControlService() with lazy initialization on PolkadotAdapter
Add access control indexer network service form for Polkadot EVM networks
Re-export access control types from the evm module
#338da33121 Thanks@pasevin! - Add self-describing ecosystem metadata to all adapters
Each adapter now exportsecosystemMetadata with display info (name, icon, description, styling classes, default feature config)
New./metadata subpath export for lightweight static imports
Adapters implement theEcosystemExport interface from ui-types
Patch Changes
#338da33121 Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters
#3442b74cde Thanks@pasevin! - fix(adapter): resolve type declarations for internal evm-core package
Adddts.resolve foradapter-evm-core in tsup configs so type declarations are bundled alongside runtime JS. This fixes exported apps failing to compile because.d.ts files referenced the unpublishedadapter-evm-core package.
Also cleans up the type hierarchy:TypedPolkadotNetworkConfig now extends PolkadotNetworkConfig from@openzeppelin/ui-types directly (with narrowed viemChain typing), eliminating its type-level dependency onadapter-evm-core. TypedEvmNetworkConfig similarly extendsEvmNetworkConfig directly.
#343000c6ed Thanks@pasevin! - Re-export adapter classes (EvmAdapter, StellarAdapter, PolkadotAdapter) from package entry points. These exports were accidentally removed during the ecosystemDefinition refactor infeat: add EVM adapter access control module #338, breaking exported app builds that import adapter classes directly.
#338da33121 Thanks@pasevin! - Gate access-control-indexer service form behind feature flag
Tag access-control-indexer network service forms withrequiredFeature: 'access_control_indexer'
ApplyfilterEnabledServiceForms in health check hook to skip disabled services
@openzeppelin/ui-builder-adapter-solana@1.6.0
Minor Changes
#338da33121 Thanks@pasevin! - Add self-describing ecosystem metadata to all adapters
Each adapter now exportsecosystemMetadata with display info (name, icon, description, styling classes, default feature config)
New./metadata subpath export for lightweight static imports
Adapters implement theEcosystemExport interface from ui-types
Patch Changes
#338da33121 Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters
@openzeppelin/ui-builder-adapter-stellar@1.6.0
Minor Changes
#338da33121 Thanks@pasevin! - Add self-describing ecosystem metadata to all adapters
Each adapter now exportsecosystemMetadata with display info (name, icon, description, styling classes, default feature config)
New./metadata subpath export for lightweight static imports
Adapters implement theEcosystemExport interface from ui-types
#338da33121 Thanks@pasevin! - Add chain-agnostic capability flags and expiration metadata
ReporthasRenounceOwnership from ABI detection, sethasRenounceRole,hasCancelAdminTransfer,hasAdminDelayManagement to false
ImplementgetExpirationMetadata() returningmode: 'required' with label "Expiration Ledger" and unit "ledger number"
Patch Changes
#338da33121 Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters
#343000c6ed Thanks@pasevin! - Re-export adapter classes (EvmAdapter, StellarAdapter, PolkadotAdapter) from package entry points. These exports were accidentally removed during the ecosystemDefinition refactor infeat: add EVM adapter access control module #338, breaking exported app builds that import adapter classes directly.
#338da33121 Thanks@pasevin! - Add defense-in-depth capability checks to Stellar access control service
getOwnership() now validateshasOwnable capability before callingget_owner() when contract is registered
getAdminInfo() now validateshasTwoStepAdmin capability before callingget_admin() when contract is registered
getAdminAccount() now validateshasTwoStepAdmin capability before callingget_admin() when contract is registered
Checks are soft — skipped when contract is not registered to preserve backward compatibility
Throws descriptiveOperationFailed errors instead of confusing on-chain failures
Mirrors the defense-in-depth pattern added to the EVM adapter
@openzeppelin/ui-builder-adapter-evm-core@1.1.0
Minor Changes
#338da33121 Thanks@pasevin! - Add access control module for EVM-compatible contracts
Capability detection for Ownable, Ownable2Step, AccessControl, AccessControlEnumerable, and AccessControlDefaultAdminRules patterns via ABI analysis
On-chain reads for ownership state, admin state, role assignments, and role enumeration via viem public client
Transaction assembly for ownership transfer/accept/renounce, admin transfer/accept/cancel, admin delay change/rollback, and role grant/revoke/renounce as WriteContractParameters
GraphQL indexer client for historical event queries with filtering and pagination, role discovery, pending transfer queries, and grant timestamp enrichment
Input validation for EVM addresses and bytes32 role IDs
Full API parity with the Stellar adapter's AccessControlService (13 unified methods + EVM-specific extensions)
Graceful degradation when indexer is unavailable
#338da33121 Thanks@pasevin! - Add human-readable role labels for EVM access control
Well-known role dictionary (DEFAULT_ADMIN_ROLE, MINTER_ROLE, PAUSER_ROLE, BURNER_ROLE, UPGRADER_ROLE) with resolveRoleLabel()
ABI-based role constant extraction via findRoleConstantCandidates() and discoverRoleLabelsFromAbi()
addKnownRoleIds() accepts { id, label } pairs for externally-provided labels
roleLabelMap threaded through readCurrentRoles(), queryHistory(), and resolveRoleFromEvent()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by theChangesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openzeppelin/ui-builder-adapter-evm@1.6.0
Minor Changes
#338
da33121Thanks@pasevin! - Add access control service integration and indexer URL configurationgetAccessControlService()with lazy initialization on EvmAdapteraccessControlIndexerUrlendpoints for all EVM mainnet networks (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BSC, Polygon zkEVM, ZKsync, Scroll, Linea)accessControlIndexerUrlendpoints for all EVM testnet networks (Sepolia, Amoy, Arbitrum Sepolia, Optimism Sepolia, Base Sepolia, Fuji, BSC Testnet, Polygon zkEVM Cardona, ZKsync Sepolia, Scroll Sepolia, Linea Sepolia, Monad Testnet)#338
da33121Thanks@pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
#338
da33121Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters#344
2b74cdeThanks@pasevin! - fix(adapter): resolve type declarations for internal evm-core packageAdd
dts.resolveforadapter-evm-corein tsup configs so type declarationsare bundled alongside runtime JS. This fixes exported apps failing to compile
because
.d.tsfiles referenced the unpublishedadapter-evm-corepackage.Also cleans up the type hierarchy:
TypedPolkadotNetworkConfignow extendsPolkadotNetworkConfigfrom@openzeppelin/ui-typesdirectly (with narrowedviemChaintyping), eliminating its type-level dependency onadapter-evm-core.TypedEvmNetworkConfigsimilarly extendsEvmNetworkConfigdirectly.#343
000c6edThanks@pasevin! - Re-export adapter classes (EvmAdapter, StellarAdapter, PolkadotAdapter) from package entry points. These exports were accidentally removed during the ecosystemDefinition refactor infeat: add EVM adapter access control module #338, breaking exported app builds that import adapter classes directly.#338
da33121Thanks@pasevin! - Gate access-control-indexer service form behind feature flagrequiredFeature: 'access_control_indexer'filterEnabledServiceFormsin health check hook to skip disabled services@openzeppelin/ui-builder-adapter-midnight@1.6.0
Minor Changes
da33121Thanks@pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
da33121Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters@openzeppelin/ui-builder-adapter-polkadot@1.6.0
Minor Changes
#338
da33121Thanks@pasevin! - Add access control service integration to Polkadot adaptergetAccessControlService()with lazy initialization on PolkadotAdapter#338
da33121Thanks@pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
#338
da33121Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters#344
2b74cdeThanks@pasevin! - fix(adapter): resolve type declarations for internal evm-core packageAdd
dts.resolveforadapter-evm-corein tsup configs so type declarationsare bundled alongside runtime JS. This fixes exported apps failing to compile
because
.d.tsfiles referenced the unpublishedadapter-evm-corepackage.Also cleans up the type hierarchy:
TypedPolkadotNetworkConfignow extendsPolkadotNetworkConfigfrom@openzeppelin/ui-typesdirectly (with narrowedviemChaintyping), eliminating its type-level dependency onadapter-evm-core.TypedEvmNetworkConfigsimilarly extendsEvmNetworkConfigdirectly.#343
000c6edThanks@pasevin! - Re-export adapter classes (EvmAdapter, StellarAdapter, PolkadotAdapter) from package entry points. These exports were accidentally removed during the ecosystemDefinition refactor infeat: add EVM adapter access control module #338, breaking exported app builds that import adapter classes directly.#338
da33121Thanks@pasevin! - Gate access-control-indexer service form behind feature flagrequiredFeature: 'access_control_indexer'filterEnabledServiceFormsin health check hook to skip disabled services@openzeppelin/ui-builder-adapter-solana@1.6.0
Minor Changes
da33121Thanks@pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
da33121Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters@openzeppelin/ui-builder-adapter-stellar@1.6.0
Minor Changes
#338
da33121Thanks@pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-types#338
da33121Thanks@pasevin! - Add chain-agnostic capability flags and expiration metadatahasRenounceOwnershipfrom ABI detection, sethasRenounceRole,hasCancelAdminTransfer,hasAdminDelayManagementto falsegetExpirationMetadata()returningmode: 'required'with label "Expiration Ledger" and unit "ledger number"Patch Changes
#338
da33121Thanks@pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters#343
000c6edThanks@pasevin! - Re-export adapter classes (EvmAdapter, StellarAdapter, PolkadotAdapter) from package entry points. These exports were accidentally removed during the ecosystemDefinition refactor infeat: add EVM adapter access control module #338, breaking exported app builds that import adapter classes directly.#338
da33121Thanks@pasevin! - Add defense-in-depth capability checks to Stellar access control servicegetOwnership()now validateshasOwnablecapability before callingget_owner()when contract is registeredgetAdminInfo()now validateshasTwoStepAdmincapability before callingget_admin()when contract is registeredgetAdminAccount()now validateshasTwoStepAdmincapability before callingget_admin()when contract is registeredOperationFailederrors instead of confusing on-chain failures@openzeppelin/ui-builder-adapter-evm-core@1.1.0
Minor Changes
#338
da33121Thanks@pasevin! - Add access control module for EVM-compatible contracts#338
da33121Thanks@pasevin! - Add human-readable role labels for EVM access control#338
da33121Thanks@pasevin! - Add chain-agnostic capability flags, expiration metadata, and admin delay infohasRenounceOwnership,hasRenounceRole,hasCancelAdminTransfer,hasAdminDelayManagementfrom ABI in feature-detectiongetExpirationMetadata()returningmode: 'none'for ownership andmode: 'contract-managed'for admin transfersdelayInfo(current delay fromdefaultAdminDelay()) ingetAdminInfo()response@openzeppelin/ui-builder-app@0.12.15
Patch Changes
da33121,2b74cde,da33121,000c6ed,da33121,da33121,da33121,da33121,da33121]: