Releases: MetaMask/multichain-api-client
Releases · MetaMask/multichain-api-client
0.6.4
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
Fixed
- fix: handle multichain api not responding on page load (issue #16550) (#65)
0.6.2
Fixed
- fix: avoid race conditions by using a pending port for chrome.runtime.connect (#61)
0.6.1
Changed
- fix: export transport getters from index.ts to bypass automatic detection (#59)
- fix: remove console.error/warn (#57)
0.6.0
Changed
- Make getMultichainClient synchronous (#55)
0.5.0
Changed
- feat: get extensionId using window.postMessage (#51)
0.4.0
Changed
- Bump
@metamask/providers
from 21.0.0
to 22.0.1
(#48)
- Add ability to unsubscribe from notifications (#49)
0.3.0
Changed
- Replace
caip-x
with caip-348
for externally_connectable transport (#40)
0.2.0
Added
- Add Firefox window.postMessage transport (#36)
0.1.1
Fixed
- Bm/remove request timeout (#31)