Arachnid / solidity-stringutils

Basic string utilities for Solidity
Apache License 2.0
1.12k stars 369 forks source link

support for solidity 0.5.x #36

Open chirag-parmar opened 5 years ago

chirag-parmar commented 5 years ago

Does the library support solidity version 0.5.x? I am getting this error "Source file requires different compiler version" for solc version 0.5.4

Arachnid commented 5 years ago

Thanks for making changes! Would you send us a PR ?

chirag-parmar commented 5 years ago

Here it is. https://github.com/Arachnid/solidity-stringutils/pull/37