Skip to content

18.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 14:49
8b8f169

@metamask/connect-multichain 0.7.0

Changed

  • Correct README documentation across connect-solana, connect-evm, and connect-multichain to match actual API behaviour. (#194)
  • Redact logs (#191)
  • Pin eciesjs to exact version 0.4.17 (#188)

Fixed

  • Fix uncaught exception in parseWalletError when the wallet returns error codes outside the EIP-1193 provider range (1000–4999), such as standard JSON-RPC codes like -32603 (Internal error). This prevented Solana request rejections from being handled gracefully. (#189)

@metamask/connect-solana 0.3.0

Changed

  • Correct README documentation across connect-solana, connect-evm, and connect-multichain to match actual API behaviour. (#194)
  • Add missing changelogs from Release/17.0.0 (#186)

Fixed

  • Explicitly disconnect only Solana scopes when calling SolanaClient.disconnect(). Previously calling this function would result in the wallet connection being terminated entirely even if other ecosystems (evm, bitcoin, etc) were still connected (#193)

@metamask/browser-playground 0.3.1

Changed

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

@metamask/react-native-playground 0.1.3

Changed

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

Fixed

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