Skip to content

Releases: OpenZeppelin/openzeppelin-adapters

@openzeppelin/adapters-vite@3.0.0

04 Jun 17:33
45f7190

Choose a tag to compare

Patch Changes

  • Updated dependencies [2863f20, 9d6de1a]:
    • @openzeppelin/adapter-polkadot@2.1.0
    • @openzeppelin/adapter-evm@2.1.0

@openzeppelin/adapter-polkadot@2.1.0

04 Jun 17:33
45f7190

Choose a tag to compare

Patch Changes

  • #36 2863f20 Thanks @pasevin! - Point Polkadot Hub mainnet access control indexer default to the Pasevin-hosted GraphQL endpoint.

@openzeppelin/adapter-evm@2.1.0

04 Jun 17:33
45f7190

Choose a tag to compare

Minor Changes

  • #43 9d6de1a Thanks @pasevin! - Add RI tokenized-deposits EVM capabilities (erc3643, erc4626, irs) as sub-path exports for server-side consumption. Implementations live in @openzeppelin/adapter-evm-core (bundled internally) with injected signAndBroadcast write paths, mocked test coverage, and tier-isolation conformance.

    Pinned vendored ABI sources (FR-017a)

    Capability Source Pinned version
    ERC-3643 (T-REX) github.com/ERC-3643/ERC-3643 @tokenysolutions/t-rex@4.1.6
    ERC-4626 github.com/OpenZeppelin/openzeppelin-contracts (IERC4626.sol) @openzeppelin/contracts@5.6.1 (EIP-4626 Final)
    IRS / ONCHAINID github.com/ERC-3643/ERC-3643 + github.com/onchain-id/solidity @tokenysolutions/t-rex@4.1.6, @onchain-id/solidity@2.2.1

    Requires @openzeppelin/ui-types with the RI capability interfaces published first (FR-022).

@openzeppelin/adapter-stellar@2.0.2

21 May 07:10
87a51cd

Choose a tag to compare

Patch Changes

  • #33 40d0265 Thanks @pasevin! - Point default access control indexer URLs to Pasevin-hosted GraphQL endpoints for 21 synced networks (EVM mainnets/testnets, Polkadot hub/moonbase testnets, Stellar mainnet/testnet).

@openzeppelin/adapter-polkadot@2.0.2

21 May 07:10
87a51cd

Choose a tag to compare

Patch Changes

  • #33 40d0265 Thanks @pasevin! - Point default access control indexer URLs to Pasevin-hosted GraphQL endpoints for 21 synced networks (EVM mainnets/testnets, Polkadot hub/moonbase testnets, Stellar mainnet/testnet).

@openzeppelin/adapter-evm@2.0.2

21 May 07:10
87a51cd

Choose a tag to compare

Patch Changes

  • #33 40d0265 Thanks @pasevin! - Point default access control indexer URLs to Pasevin-hosted GraphQL endpoints for 21 synced networks (EVM mainnets/testnets, Polkadot hub/moonbase testnets, Stellar mainnet/testnet).

@openzeppelin/adapters-vite@2.0.0

07 Apr 05:17
1f4bc3c

Choose a tag to compare

Patch Changes

  • Updated dependencies [481f206, c620934, 15ba208, fc1bf41]:
    • @openzeppelin/adapter-evm@2.0.0
    • @openzeppelin/adapter-polkadot@2.0.0
    • @openzeppelin/adapter-stellar@2.0.0
    • @openzeppelin/adapter-solana@2.0.0
    • @openzeppelin/adapter-midnight@2.0.0

@openzeppelin/adapter-stellar@2.0.0

07 Apr 05:17
1f4bc3c

Choose a tag to compare

Major Changes

  • #24 fc1bf41 Thanks @pasevin! - Replace monolithic adapter classes with capability factories and createRuntime on ecosystemDefinition. Remove EvmAdapter and StellarAdapter from the public API.

Patch Changes

  • #27 481f206 Thanks @pasevin! - Move internal workspace packages (adapter-runtime-utils, adapter-evm-core) from dependencies
    to devDependencies so they are not listed in the published package metadata. These packages are
    bundled at build time via tsdown noExternal and are never resolved from npm by consumers.

    Also add adapter-evm-core to adapter-polkadot's noExternal list so it is correctly bundled
    into the built output rather than left as a bare external import.

  • #24 c620934 Thanks @pasevin! - Allow adapter ui-kit configuration to accept partial overrides while preserving default
    initialization behavior. This keeps adapter releases aligned with the relaxed
    UiKitCapability.configureUiKit contract and adds regression coverage for empty and partial
    override merges.

@openzeppelin/adapter-solana@2.0.0

07 Apr 05:17
1f4bc3c

Choose a tag to compare

Major Changes

  • #24 15ba208 Thanks @pasevin! - Migrate polkadot, solana, and midnight to capabilities and createRuntime on ecosystemDefinition.
    Remove monolithic adapter classes and createAdapter exports (Phase 10 / US8 follow-on adapters).

Patch Changes

  • #27 481f206 Thanks @pasevin! - Move internal workspace packages (adapter-runtime-utils, adapter-evm-core) from dependencies
    to devDependencies so they are not listed in the published package metadata. These packages are
    bundled at build time via tsdown noExternal and are never resolved from npm by consumers.

    Also add adapter-evm-core to adapter-polkadot's noExternal list so it is correctly bundled
    into the built output rather than left as a bare external import.

@openzeppelin/adapter-polkadot@2.0.0

07 Apr 05:17
1f4bc3c

Choose a tag to compare

Major Changes

  • #24 15ba208 Thanks @pasevin! - Migrate polkadot, solana, and midnight to capabilities and createRuntime on ecosystemDefinition.
    Remove monolithic adapter classes and createAdapter exports (Phase 10 / US8 follow-on adapters).

Patch Changes

  • #27 481f206 Thanks @pasevin! - Move internal workspace packages (adapter-runtime-utils, adapter-evm-core) from dependencies
    to devDependencies so they are not listed in the published package metadata. These packages are
    bundled at build time via tsdown noExternal and are never resolved from npm by consumers.

    Also add adapter-evm-core to adapter-polkadot's noExternal list so it is correctly bundled
    into the built output rather than left as a bare external import.

  • #24 c620934 Thanks @pasevin! - Allow adapter ui-kit configuration to accept partial overrides while preserving default
    initialization behavior. This keeps adapter releases aligned with the relaxed
    UiKitCapability.configureUiKit contract and adds regression coverage for empty and partial
    override merges.