package archetype

  1. Overview
  2. Docs
Archetype language compiler

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.1.tar.gz
md5=c20dcb6608e92be9b9899727ccd71628
sha512=7930c838cfe44c7256dd392aaccabb7b583f3f5ca06c0f5dfbe61f65787ae661eb736bb8ed7ad652dcaf825d5f95c4fcfbc3eee93367819385680d1c15737195

CHANGES.md.html

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.1] - 2020-10-01

Added

  • Add contract metadata tzip-16 (https://gitlab.com/tzip/tzip/-/blob/master/proposals/tzip-16/tzip-16.md)

[1.2.0] - 2020-09-15

Added

  • Michelson backend

  • specification declaration for asset, variable, entry and function

  • fails section in specification declaration

  • xor operator

  • head_tail and reverse builtin functions for list

  • getter entry

Changed

  • remove set_ and map_ prefix for container builtins

  • replace entrysig by contract

[1.1.2] - 2020-08-13

Changed

  • Refactoring of whyml generation

[1.1.1] - 2020-08-11

Added

  • in require and failif section, add custom failed with respectivelly otherwise and with

  • to_string convert argument to a string (only avalaible for nat type for now)

Changed

  • fail can take any type argument

  • dorequire and dofailif take two arguments, the second is for fail

[1.1.0] - 2020-08-05

Added

  • chain_id constant

  • union inter and diff operator for view in formula

  • multi-keys asset : identified by can take several field name

  • nat type (comparison and arithmetic operations)

  • support for entrypoints with entrysig type, entrypoint function and transfer with entrysig and self

  • map and set containers

  • record structure

Removed

  • contract declaration

Changed

  • syntax of composite type (i.e. list<string> instead of string list)

  • rational are mapped to int * nat

Fixed

  • caller as asset key in initialized by section

[1.0.0] - 2020-06-27

Added

  • Introduce container_kind in model

  • pack, unpack functions

  • removeif for collection, aggregate and partition

Changed

  • Replace collection by aggregate

  • Replace list by set container for asset container fields (Aggregate | Partition).

  • Rename action by entry

[0.1.14] - 2020-04-25

Added

  • Crypto functions

  • slice, concat and length functions

  • isnone, issome, getopt option functions

  • floor and ceil functions

  • add percent literal

Update

  • Remove key asset for execution generation

  • Mlw support for new view type

[0.1.13] - 2020-03-05

Added

  • Contract calls

  • Handle rational type

  • Handle date and duration type

  • Add list container

  • Add print-type-contract command (-ptc)

  • Add addupdate method for asset

  • Add bytes type

Changed

  • Add guard condition in Add and UpdateAdd api storage

  • Syntax : add identifier on signature of contract argument

  • Refactor and update syntax for transition

  • Verification api for asset

  • Syntax : extension arguments are enclosed by parentheses

[0.1.12] - 2020-01-09

Added

  • Add Scaml output

Changed

  • Syntax : add ':' between identifier and type in declaration id : type (instead of id1 type1)

  • Syntax : add ',' between arguments in funciton (id1 : type1, id2 : type2) (instead of (id1 : type1) (id2 : type2))

  • Accept transfer is enable by default (use refuse transfer to disable it)

[0.1.11] - 2019-12-12

Added

  • Invariants on constants and variables

  • Date and duration support

  • Shadow fields in asset

Changed

  • Improve loop generation in ligo output (issue #107)

  • Refactoring storage in model module

  • Enchance ligo output printer

  • Remove keys list of assets in order to decrease storage size

[0.1.10] - 2019-11-02

Fixed

  • Fix why3 generation

[0.1.8] - 2019-10-25

Added

  • Add variable declaration var id = val

  • Typing for transition entry

Changed

  • Update syntax for for and iter loop for : loop i in col do ... done

Removed

  • Remove namespace syntax

Fixed

  • Improve LIGO generation

[0.1.6] - 2019-10-15

Added

  • Add focus property command for vscode extension

Changed

  • Update syntax for security predicate arguments

[0.1.5] - 2019-09-28

Added

  • Create a share directory for contracts and extensions

Changed

  • Update of the archetype syntax

  • Fix mlw generation

[0.1.4] - 2019-09-21

Added

  • Initial release of Archetype compiler.

  • The main example is miles_with_expiration.arl contract.

  • For more informations: https://docs.archetype-lang.org