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 #1243

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 accepet as well.

solcJ update to 0.5.0 is here: https://github.com/tbocek/solcJ/commit/ab19eb45006812c6af7ee3301cb317f0754be79e

tbocek commented 5 years ago

Need to work on that, does not work in all cases