Web3E
Web3E copied to clipboard
fix string conversion and import capitalizations
Good evening, This pull request fixes imports on case sensitive systems as Linux. It also fixes the encoding of strings passed as a parameter to smart contract functions. I've found that passing a string parameter to a remote function requires sending the encoded length together with the encoded characters.