🔥 Burn Fat Fast. Discover How! 💪

​​Dear developers! Some of you may have noticed that the lat | Everscale Dev EN

​​Dear developers!

Some of you may have noticed that the latest 1.20 SDK release included 2.1 ABI support.
Soon Solidity and C++ compilers will release the support of ABI 2.1 as well. 

ABI 2.1 includes support of `String` type which may require some code updates from you, if you work with contracts, that contain string parameters. 

Working with ABI 2.0 you had to convert string to bytes and back. 
In ABI 2.1 you will no longer need to do it. Therefore, after you compile you contract that included strings with ABI 2.1 and include it into your project, SDK will raise errors, until you remove this type conversion and start passing strings into contracts as is.

Stay tuned!

#SDK