Skip to content

Releases: completium/archetype-lang

[1.5.3] - 2024-12-17

17 Dec 08:20
Compare
Choose a tag to compare

Changed

  • Replaced the effect identifier to ensure compatibility with OCaml 5.3 compilation.

[1.5.2] - 2024-04-26

26 Apr 12:33
Compare
Choose a tag to compare

Added

  • beta version of Michelson decompiler

[1.5.1] - 2024-01-15

17 Jan 14:37
Compare
Choose a tag to compare

Added

  • sandbox_exec instruction and make_sandbox_exec_operation expression
  • asset can be initialized with constant parameter

[1.5.0] - 2023-11-23

23 Nov 13:26
Compare
Choose a tag to compare

Added

  • debugger output
  • match_detach instruction
  • multiple variable declaration
  • open_chest update

Fixed

  • nat_to_string bug (since 1.4.3 version)

[1.4.3] - 2023-06-02

02 Jun 14:14
Compare
Choose a tag to compare

Added

  • Side effect in function
  • Function as instruction
  • Native michelson code
  • exp_horner function
  • self for internal call view

Changed

  • BREAKING: bls curves literals

[1.4.2] - 2023-05-03

03 May 13:01
Compare
Choose a tag to compare

Added

  • Global constants
  • Add is_implicit_address function
  • Add create_contract function from arl source
  • Add import declaration from arl and tz source

Removed

  • BREAKING: Formal verification
  • tx_rollup_l2_address type

[1.4.1] - 2023-02-01

01 Feb 10:06
Compare
Choose a tag to compare

Added

  • Ticket support (beta)
  • Add simplify_rational, get_numerator and get_denominator builtin functions
  • Add bytes_to_nat and nat_to_bytes util functions
  • Add head and tail functions for list

Removed

  • Comment of michelson storage in michelson output

Changed

  • Output of michelson
  • Improve michelson generation code

Fixed

  • Complex type of contract interface for bindings

[1.4.0] - 2022-12-06

06 Dec 14:25
Compare
Choose a tag to compare

Added

  • Add min_block_time constant

Changed

  • Improve type-checking (e.g. can now use named composite types in contract parameter)
  • pair is now n-ary (instead of binary right comb)

[1.3.6] - 2022-11-24

24 Nov 16:46
Compare
Choose a tag to compare

Added

  • add tx_rollup_l2_address type

Changed

  • Improve contract interface

[1.3.6-rc1] - 2022-10-31

31 Oct 17:53
Compare
Choose a tag to compare
Pre-release

Fix binding generation for latest version of completium-cli