openethereum / sol-rs

Solaris - Solidity testing framework in Rust.
GNU General Public License v3.0
54 stars 14 forks source link

replace solc crate by https://github.com/snd/rust_solc #34

Open snd opened 6 years ago

snd commented 6 years ago

i've extracted the code that was used within sol-rs and the parity-bridge to shell out to solc into a crate at https://github.com/snd/rust_solc.

it enables compiling solidity files from rust with a single line of code, uses whichever of solc or solcjs is available, normalizes their outputs (renaming files), has tests and helpful error messages.

proposing to remove the solc folder from sol-rs and use https://github.com/snd/rust_solc instead.

tomusdrw commented 6 years ago

:+1:

ddorgan commented 6 years ago

[clabot: check]