@openzeppelin/adapter-solana@2.0.0
·
57 commits
to main
since this release
Major Changes
- #24
15ba208Thanks @pasevin! - Migrate polkadot, solana, and midnight tocapabilitiesandcreateRuntimeonecosystemDefinition.
Remove monolithic adapter classes andcreateAdapterexports (Phase 10 / US8 follow-on adapters).
Patch Changes
-
#27
481f206Thanks @pasevin! - Move internal workspace packages (adapter-runtime-utils,adapter-evm-core) fromdependencies
todevDependenciesso they are not listed in the published package metadata. These packages are
bundled at build time viatsdownnoExternaland are never resolved from npm by consumers.Also add
adapter-evm-coretoadapter-polkadot'snoExternallist so it is correctly bundled
into the built output rather than left as a bare external import.