Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 4.53 KB

File metadata and controls

90 lines (57 loc) · 4.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add integrationType: wagmi to wagmi metamask connector(#215)

Changed

  • Update getInfuraRpcUrls calls to use new options object parameter (#211)

Changed

  • Bump workspace dependencies:
    • @metamask/connect-evm@0.7.0
    • @metamask/connect-multichain@0.9.0

Changed

  • Update wagmi MetaMask connector (#202)

Removed

  • Remove explicit dependency on @metamask/mobile-wallet-protocol-core (#201)
  • Remove explicit dependency on @metamask/mobile-wallet-protocol-wallet-client (#201)

Changed

  • Bump workspace dependencies:
    • @metamask/connect-multichain@0.7.0

Fixed

  • Fix malformed reported dapp URL causing issues in the wallet (#187)

Changed

  • Add Metro bundler configuration with Node.js module shims to support APK bundling (#182)
  • Enable unstable_transformImportMeta in Babel config for import.meta support in dependencies (#182)
  • Set explicit Android package identifier for APK builds (#182)
  • Add dotenv and readable-stream as dev dependencies for Metro config (#182)
  • Bump workspace dependencies:
    • @metamask/connect-evm@0.5.0
    • @metamask/connect-multichain@0.6.0

Fixed

  • Make sure Multichain UI card is rendered after Multichain connection established by aligning the SDKProvider with the browser playground's event-emitter pattern, broken after merging in Connect Multichain Singleton PR which caused the React Native SDKProvider's transport.onNotification callback to be silently dropped, preventing session and status updates from ever reaching the UI (#181)
  • Fix JSON parse error on startup by replacing createSyncStoragePersister with createAsyncStoragePersister for React Native's async AsyncStorage API (#182)
  • Fix Connect (Multichain) button not rendering by correcting useSDK() destructuring (state -> status: state) (#182)

Changed

  • Bump workspace dependencies:
    • @metamask/connect-multichain@0.5.3
  • BREAKING: Update connect/disconnect button labels to include connector names ("Connect" → "Connect (Multichain)", "Disconnect" → "Disconnect (Multichain)" / "Disconnect All") for clarity and consistency with other connector buttons (#161)
  • Update to use hex chain ID format for @metamask/connect-evm API compatibility (#150)

Added

  • Initial release