ethereum-studio
ethereum-studio copied to clipboard
Unable to repeat Deploy after modifying contract arguments
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
- From Hello World
- Compile
- Deploy
- Configure
- Change either argument type or value
- 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.