Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
Failed Deploy action results in stuck transaction entry in Transactions History.
Steps to reproduce
From Hello World
Change network to Ropsten
Open Transactions History panel
Compile
Deploy
Customize the gas settings in MetaMask by clicking the Edit gas fee button. Set Gas Limit to 230000, then proceed with signing.
Expected result
Deployment failure (red indicator in Transactions History).
Actual result
Deploy HelloWorld entry status in Transactions History shows spinning icon forever. Output panel reads:
Transaction mined, verifying code...
Contract code could not be verified on chain. The contract might not have been deployed.
This is possibly a mismatch in the number/type of arguments given to the constructor or could
also be a temporary issue in reading back the contract code from the chain.
Environment/Browser
Requires external networks to be enabled: #144
Description
Failed Deploy action results in stuck transaction entry in Transactions History.
Steps to reproduce
230000
, then proceed with signing.Expected result
Deployment failure (red indicator in Transactions History).
Actual result
Deploy HelloWorld entry status in Transactions History shows spinning icon forever. Output panel reads:
Similar to #117, but for deployments.