Skip to content

SmartC v2.2.1

Latest
Compare
Choose a tag to compare
@deleterium deleterium released this 12 Feb 13:35
· 50 commits to main since this release

What's Changed

  • Added getAccountBalance() support by @Wekuz / @deleterium
  • Compiler now warns when using not initialized variables
  • Changed strategy for functions passing and returning values (saving use of user stack)
  • New keyword inline for functions declaration (saving use of code stack)

New Contributors

  • @Wekuz made their first contribution!