Skip to content

Releases: MetaMask/multichain-api-client

0.6.4

26 Jun 18:38
640f03e
Compare
Choose a tag to compare

Changed

  • feat: custom error classes (#58)
  • doc: add doc to extend RPC API and create custom transports (#64)

Fixed

  • fix: delay getSession to first request (#67)

0.6.3

23 Jun 15:45
c376f23
Compare
Choose a tag to compare

Fixed

  • fix: handle multichain api not responding on page load (issue #16550) (#65)

0.6.2

10 Jun 20:10
b916f6c
Compare
Choose a tag to compare

Fixed

  • fix: avoid race conditions by using a pending port for chrome.runtime.connect (#61)

0.6.1

04 Jun 08:20
0ebfed5
Compare
Choose a tag to compare

Changed

  • fix: export transport getters from index.ts to bypass automatic detection (#59)
  • fix: remove console.error/warn (#57)

0.6.0

14 May 17:42
9d18570
Compare
Choose a tag to compare

Changed

  • Make getMultichainClient synchronous (#55)

0.5.0

23 Apr 19:19
e57ecfc
Compare
Choose a tag to compare

Changed

  • feat: get extensionId using window.postMessage (#51)

0.4.0

23 Apr 10:21
9df239f
Compare
Choose a tag to compare

Changed

  • Bump @metamask/providers from 21.0.0 to 22.0.1 (#48)
  • Add ability to unsubscribe from notifications (#49)

0.3.0

17 Apr 21:07
8ae6b37
Compare
Choose a tag to compare

Changed

  • Replace caip-x with caip-348 for externally_connectable transport (#40)

0.2.0

17 Apr 19:10
4918cf0
Compare
Choose a tag to compare

Added

  • Add Firefox window.postMessage transport (#36)

0.1.1

09 Apr 12:52
7a2a857
Compare
Choose a tag to compare

Fixed

  • Bm/remove request timeout (#31)