Skip to content

@openzeppelin/adapter-polkadot@2.0.0

Choose a tag to compare

@oz-release-app oz-release-app released this 07 Apr 05:17
· 57 commits to main since this release
1f4bc3c

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.