• Felix Lange's avatar
    common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) · e0fde022
    Felix Lange authored
    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.
    e0fde022
solidity_test.go 3.38 KB