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 408 forks source link

Contract deploy typed input not honoured #454

Open ghost opened 6 years ago

ghost commented 6 years ago

@karalabe commented on May 2, 2016, 12:56 PM UTC:

I've tried to deploy a contract with a constructor taking an address[] input list as parameter. I've specified the list of addesses as a slice of hex encoded values, which Mist happily accepted and then interpreted in some strange way as the constructor wasn't passed an address slice. Given that the ABI explicitly specified the type, I'd expect either for it to work or Mist to issue an error definitely not accept wrong types (turned out I need to put the hex literals into quotation marks).

This issue was moved by @evertonfraga from ethereum/mist/issues/535.