You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
If I deploy a contract from Solidity code, it's automatically added as a watched contract. However if I deploy from bytecode, no contract is added to be watched. The reason is similar to the constructor particularization issue that the ABI is missing. I however think that it should be requested from the user and added as a watch. Without the ABI doing bytecode deploys isn't particularly useful. With it however it does become useful.
(Side note, it's important to allow bytecode deploys to enable using local compilers and/or bytecode opposed to some baked in version from the wallet).
@karalabe commented on May 2, 2016, 1:01 PM UTC:
If I deploy a contract from Solidity code, it's automatically added as a watched contract. However if I deploy from bytecode, no contract is added to be watched. The reason is similar to the constructor particularization issue that the ABI is missing. I however think that it should be requested from the user and added as a watch. Without the ABI doing bytecode deploys isn't particularly useful. With it however it does become useful.
(Side note, it's important to allow bytecode deploys to enable using local compilers and/or bytecode opposed to some baked in version from the wallet).
This issue was moved by @evertonfraga from ethereum/mist/issues/537.
The text was updated successfully, but these errors were encountered: