ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.1k forks source link

Compiling with solc 0.5.0 broken #1244

Closed tbocek closed 5 years ago

tbocek commented 5 years ago

When updating to solidity 0.5.0, solc compiling with ethereumj does not work anymore as using stdin requires an explicit "-". For older solc version "-" is not an issue as it is accepted as well.

solcJ update to 0.5.0 is here: tbocek/solcJ@ab19eb4

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 56.829% when pulling cfd795ca0c4babfeff1bc96df5645c920ff1b87f on tbocek:develop into c8177a39a987403c1e7368f01729a4a81d7dfec3 on ethereum:develop.