plugeth/common/compiler
Felix Lange e0fde02290 common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522)
The crash when compiling stdin was fixed in solc 0.3.6 (released
2016-08-10). While here, simplify the test so it runs with any solc
version.

Fixes #3484. The byte code was different for each run because recent
solc embeds the swarm hash of contract metadata into the code. When
compiling from stdin the name in the metadata is constant.
2017-01-06 15:39:35 +01:00
..
solidity_test.go common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) 2017-01-06 15:39:35 +01:00
solidity.go common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) 2017-01-06 15:39:35 +01:00