plugeth/internal
Felix Lange 1a9e66915b common/compiler: simplify solc wrapper
Support for legacy version 0.9.x is gone. The compiler version is no
longer cached. Compilation results (and the version) are read directly
from stdout using the --combined-json flag. As a workaround for
ethereum/solidity#651, source code is written to a temporary file before
compilation.

Integration of solc in package ethapi and cmd/abigen is now much simpler
because the compiler wrapper is no longer passed around as a pointer.

Fixes #2806, accidentally
2016-08-17 17:39:04 +02:00
..
build build: add ci.go, use it everywhere 2016-06-22 13:42:39 +02:00
debug cmd/geth: codegansta/cli package renamed to urfave/cli 2016-06-09 15:37:13 +02:00
ethapi common/compiler: simplify solc wrapper 2016-08-17 17:39:04 +02:00
jsre rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
web3ext Merge pull request #2740 from Firescar96/removepeer 2016-07-29 12:34:28 +02:00