MetaMask / test-dapp

The sample dapp used for e2e testing and metamask-extension QA
https://metamask.github.io/test-dapp/
MIT License
596 stars 349 forks source link

feat: Add support for Send EIP1559 tx without suggested gas values #320

Closed seaona closed 6 months ago

seaona commented 6 months ago

Description

This PR adds support for SendEIP1559 transactions without suggested gas values. This adds another flow for testing and fixes the issues encountered in certain network conditions, when gas values are high and the dapp suggested values are off, making tx's fail. More context here.

Screenshots

Screenshot from 2024-04-16 14-15-29

https://github.com/MetaMask/test-dapp/assets/54408225/104b2d72-e82e-4a69-966d-532fe2e3ac75

Manual Testing Steps

  1. Connect to the test dapp
  2. Trigger a SendEIP1559 Without suggested gas tx
  3. See gas is set to Market, instead of Dapp Suggested