Skip to content

Releases: MetaMask/test-dapp

v5.1.1

14 Jun 21:21
39a45cf
Compare
Choose a tag to compare

[5.1.1]

Fixed

  • Fix RPC info for local Ganache instance (#178)

v5.1.0

14 Jun 17:15
c0760e5
Compare
Choose a tag to compare

Added

  • Use local Ganache instance for wallet_addEthereumChain instead of XDAI (#174)

Fixed

  • Fix event used for accessing provider (#163)
  • fix: replace networkChanged with chainChanged (#162)
  • wait for the transaction to be mined (#138)

5.0.0

03 Feb 15:22
c8b50a1
Compare
Choose a tag to compare

[5.0.0]

Added

  • Add buttons to send transaction and deploy contract that will fail(#139)
  • add deploy and mint buttons for collectibles flow (#136)
  • Add warning when using Test Dapp on Mainnet (#134)
  • Add form to send transaction with parameters(#132)
  • Add button to send EIP1559 transaction (#117)
  • Add button to suggest switching Ethereum chains(#102)
  • Add button to call watch-asset (#112)
  • Add button to suggest adding Ethereum chain (#92)

Fixed

  • Remove known hacked address from send flow. (#129)
  • Fix decimal unit error in send token flow (#131)
  • Fix signTypedData_v3 message (#133)
  • Fix repository standardization issues (#118)
  • Fix addEthereumChain button disable logic (#93)

Use new Provider API

12 May 03:24
d8f1263
Compare
Choose a tag to compare
  • Use new Provider API
    • In particular, ethereum.request instead of enable, send, or sendAsync
  • Publish @metamask/onboarding bundle with package
    • There are now only devDependencies for this packge

v1.0.1

30 Apr 19:17
7563902
Compare
Choose a tag to compare
  • First fully functional release
  • Entire website kept in website/ directory
  • Lint/format such that appearances match underlying values to support XPath in e2e tests