Skip to content

v0.16.0

Compare
Choose a tag to compare
@cmichi cmichi released this 25 Nov 12:48
· 1027 commits to master since this release
964ad1f

Changed

  • Updated cargo contract new template dependencies to ink! 3.0.0-rc7 - #374
  • Disabled overflow checks in the cargo contract new template - #372
  • Use -Clinker-plugin-lto if lto is enabled (reduces the size of a contract) - #358
  • Deserialize metadata - #368

Added

  • Added a --offline flag to build contracts without network access - #356