ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.36k stars 888 forks source link

Gas limit issues #57

Open LianaHus opened 3 years ago

LianaHus commented 3 years ago
vrde commented 3 years ago

I got bitten by this bug today, and it took me quite some time (and help from others) to find out the culprit.

I guess it takes some time to fix the bug properly, in the meantime may I suggest to hide the Gas limit input when the user is connected to Web3 Provider or Injected Web3? That would help users to avoid those kind of mistakes.

image

Thanks :)