Skip to content

Releases: MetaMask/multichain-api-client

0.10.1

04 Dec 12:04
3e95186

Choose a tag to compare

Fixed

  • fix: make sure getUniqueId is called on each windowPostMessageTransport request to avoid RPC request with id already seen. error on extension when using firefox (#91)

0.10.0

02 Dec 11:12
aeb6e05

Choose a tag to compare

Added

  • feat: add tron scope types (#83)

Fixed

  • fix: warmup timeout (#87)

0.9.0

26 Nov 13:43
b1949a6

Choose a tag to compare

Added

  • feat: add Bitcoin support (#80)

0.8.1

11 Nov 17:18
8c4b0f0

Choose a tag to compare

Fixed

  • fix: use randomly generated request id on windowPostMessageTransport and externallyConnectableTransport to avoid conflicts across disconnect/reconnect cycles in firefox (#81)

0.8.0

23 Sep 13:34
6f27605

Choose a tag to compare

Added

  • fix: add timeout feature in transport to prevent remove connections from dropping (#73)

0.7.0

23 Sep 08:57
9f6fc7a

Choose a tag to compare

Added

  • feat: allow partial revokes via wallet_revokeSession (#75)

0.6.5

01 Aug 09:40
ead8b24

Choose a tag to compare

Added

  • feat: expand EIP155 RPC types and methods (#69)

Fixed

  • fix: enhance MetaMask extension ID detection with retry logic (#70)

0.6.4

26 Jun 18:38
640f03e

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

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

Choose a tag to compare

Fixed

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