Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Version Packages#347

Open
oz-release-app[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#347
oz-release-app[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@oz-release-app
Copy link
Contributor

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()
    • Label resolution precedence: external > ABI-extracted > well-known > undefined
  • #338da33121 Thanks@pasevin! - Add chain-agnostic capability flags, expiration metadata, and admin delay info

    • DetecthasRenounceOwnership,hasRenounceRole,hasCancelAdminTransfer,hasAdminDelayManagement from ABI in feature-detection
    • ImplementgetExpirationMetadata() returningmode: 'none' for ownership andmode: 'contract-managed' for admin transfers
    • PopulatedelayInfo (current delay fromdefaultAdminDelay()) ingetAdminInfo() response

@openzeppelin/ui-builder-app@0.12.15

Patch Changes

  • Updated dependencies [da33121,2b74cde,da33121,000c6ed,da33121,da33121,da33121,da33121,da33121]:
    • @openzeppelin/ui-builder-adapter-evm@1.6.0
    • @openzeppelin/ui-builder-adapter-stellar@1.6.0
    • @openzeppelin/ui-builder-adapter-polkadot@1.6.0
    • @openzeppelin/ui-builder-adapter-solana@1.6.0
    • @openzeppelin/ui-builder-adapter-midnight@1.6.0

@oz-release-appoz-release-appbot requested a review froma team as acode ownerFebruary 20, 2026 16:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2026 Movatter.jp