AlphaWallet / Web3E

Web3E Ethereum for Embedded devices running Arduino framework
MIT License
143 stars 45 forks source link

fix string conversion and import capitalizations #25

Open Erty1999 opened 1 year ago

Erty1999 commented 1 year ago

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.