Skip to content

v0.13.2

Compare
Choose a tag to compare
@turbolent turbolent released this 03 Mar 16:59
· 10684 commits to master since this release

πŸ›  Improvements

  • Make contract update validation optional and disable it by default (#646) @turbolent
  • Delay contract code and value updates to the end of execution (#636) @turbolent
  • Optimize encoding of positive bigints (#637) @turbolent
  • Optimize deferred dictionary keys (#638) @turbolent
  • Refactor String, AuthAccount.Contracts, and DeployedContract type to singleton (#625) @turbolent
  • Refactor AuthAccount, PublicAccount, and Block type to singleton (#624) @turbolent
  • Only record member accesses when origins and occurrences are enabled (#627) @turbolent
  • Cache members for array and dictionary types (#626) @turbolent

🐞 Bug Fixes

πŸ“– Documentation

  • Fix code examples and improve documentation in language reference (#634) @jeroenlm