Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Version 0.2.2

Compare
Choose a tag to compare
@hedgar2017 hedgar2017 released this 28 Jan 11:14

Changelog

Compiler

  • fixed incorrect multi-line comment location tracking in some cases

Virtual machine

  • fixed the bug where contract instance aggregation caused a stack underflow
  • fixed the false-positive type errors in some conditionals
  • fixed the incorrect storage address output after manual VM runs

Zargo

  • fixed interface descriptions and help messages

Book

  • added the Contract::fetch function description
  • added the std::collections::MTreeMap initialization example
  • fixed some obsolete information