Releases: MetaMask/test-dapp-multichain
Releases · MetaMask/test-dapp-multichain
0.6.0
Changed
- Improve testability for Connected Scope related work#40 (#41)
- Improvements to detected wallet UX (#39)
- Make
from
and to
addresses the same by default eth_sendTransaction
calls (#37)
0.5.0
Added
- Add custom multi input for chains (#36)
0.4.1
Changed
- Move package entries from
dependencies
into devDependencies
(#33)
0.4.0
Added
- Add input to support requesting accounts as part of
wallet_createSession
call (#31)
- Implement CAIP-294 Wallet Discovery support Multichain API (#22) (#30)
0.3.2
Fixed
- Update entrypoint and github actions expected build directory (#28)
0.3.1
Fixed
- Fix package entrypoints (#26).
0.3.0
Changed
- Make the
connect
method asynchronous in the SDK (#20).
- Update
MetaMaskMultichainProvider
to wait briefly after attempting to connect, allowing the onDisconnect event to fire if the connection fails, and checking the isConnected flag accordingly (#20).
- Changes the
invokeMethodResults
data structure to store both the result and the request object (#20).
- Add a
README.md
for the SDK (#20).
- Add mock SDK wrapper and hook for demonstrating a potential pattern for a Multichain API SDK (#21).
0.2.0
Changed
- Improve styling and layout (#18)
0.1.0
Added
- Add support for injecting accounts into
wallet_invokeMethod
requests (#15)
- Store extension Id in local storage for session preservation across page reloads (#15)
- A bunch of other minor fixes and enhancements (#15)
- Generally make it prettier (#15)
0.0.7
Uncategorized
- fix: add ids for e2e tests (#13)