ethereum-studio icon indicating copy to clipboard operation
ethereum-studio copied to clipboard

Unable to repeat Deploy after modifying contract arguments

Open filippsen opened this issue 5 years ago • 0 comments

Environment/Browser

Live.

Description

After having deployed the contract once, it is not possible to perform subsequent redeployment with different contract arguments.

Steps to reproduce

  1. From Hello World
  2. Compile
  3. Deploy
  4. Configure
  5. Change either argument type or value
  6. Deploy

Expected result

Expected it to detect the changes and redeploy. Reference:

Contract freshly compiled, not recompiling.
Contract has changed, redeploying..
[...]

Actual result

Warning messages:

Contract on chain is the same, not redeploying.
Done.

The work around is touch the code and perform another Compile before repating Deploy.

filippsen avatar Nov 12 '19 15:11 filippsen