Skip to content

v6.0.0

Compare
Choose a tag to compare
@radrow radrow released this 26 May 11:07
· 146 commits to master since this release
e2af892

Added

  • Child contracts
  • Chain.clone
  • Chain.create
  • Chain.bytecode_hash
  • Minor support for variadic functions
  • void type that represents an empty type
  • Call.fee builtin

Changed

  • Contract interfaces must be now invocated by contract interface keywords
  • main keyword to indicate the main contract in case there are child contracts around
  • List.sum and List.product no longer use List.foldl

Removed