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

Contract deploy doesn't use the node's own solidity compiler #461

Open ghost opened 6 years ago

ghost commented 6 years ago

@karalabe commented on May 2, 2016, 1:02 PM UTC:

If I have a locally running node and the wallet attaches to it, I'd expect my local solc compiler to be invoked through my local geth and not the bundled one. This one is important to allow using a fresher compiler than one included in the wallet (or simply a different version). However the wallet seems to use it's JavaScript solc compiler, which currently is way behind the latest release.

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

ghost commented 6 years ago

@axic commented on Jul 20, 2017, 9:30 AM UTC:

Since the eth_compile RPC method was removed, isn't this issue kind of obsolete now?

ghost commented 6 years ago

@karalabe commented on Jul 20, 2017, 10:53 AM UTC: