ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
599 stars 410 forks source link

Deploying a contract from bytecode doesn't add a watch for it #462

Open ghost opened 6 years ago

ghost commented 6 years ago

@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.