• v6.0.0 Stable

    zxq9 released this 2021-05-26 20:06:56 +09:00 | 146 commits to master since this release

    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

    Downloads