Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

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

Open
ghost opened this issue Feb 14, 2018 · 2 comments
Open

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

ghost opened this issue Feb 14, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 14, 2018

@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
Copy link
Author

ghost commented Feb 14, 2018

@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
Copy link
Author

ghost commented Feb 14, 2018

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

The node never had its own Solidity compiler. It only ever used solc found in your PATH.

On Jul 20, 2017 12:31, "Alex Beregszaszi" ***@***.***> wrote: Since the eth_compile RPC method was removed, isn't this issue kind of obsolete now? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <[#538 (comment)](https://github.com/ethereum/mist/issues/538#issuecomment-316650036)>, or mute the thread <[https://github.com/notifications/unsubscribe-auth/AAH6GQuHkLQ2Xjg0w3YxF3ii2_PxVCzmks5sPx5UgaJpZM4IVVSA](https://github.com/notifications/unsubscribe-auth/AAH6GQuHkLQ2Xjg0w3YxF3ii2_PxVCzmks5sPx5UgaJpZM4IVVSA)> .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants