Skip to content

Releases: MetaMask/multichain-api-client

0.12.0

Choose a tag to compare

@github-actions github-actions released this 26 May 14:18
698ac59

Added

  • chore: added stellar types, mock tests and exports (#102)

Fixed

0.11.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 13:25
decd68f

Added

  • feat: add MetaMask detection functionality (#93)

0.10.1

Choose a tag to compare

@github-actions github-actions released this 04 Dec 12:04
3e95186

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

Choose a tag to compare

@github-actions github-actions released this 02 Dec 11:12
aeb6e05

Added

  • feat: add tron scope types (#83)

Fixed

  • fix: warmup timeout (#87)

0.9.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 13:43
b1949a6

Added

  • feat: add Bitcoin support (#80)

0.8.1

Choose a tag to compare

@github-actions github-actions released this 11 Nov 17:18
8c4b0f0

Fixed

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

0.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 13:34
6f27605

Added

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

0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 08:57
9f6fc7a

Added

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

0.6.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 09:40
ead8b24

Added

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

Fixed

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

0.6.4

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:38
640f03e

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)