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

v0.3.1 - Andromeda

Pre-release
Pre-release
Compare
Choose a tag to compare
@ejfitzgerald ejfitzgerald released this 10 Jun 14:38
· 917 commits to master since this release
421fdf4

Andromeda is a feature release and brings a number of new updates across the Ledger and the Etch language. The following outlines a few of the updates from the various components of the ledger

Core

  • New transaction format
  • Initial fee implementation
  • Chain and transaction sync performance improvements
  • VM intermediate representation (IR) support
  • Fix a number of minor issues in HTTP and VM subsystems

Etch Language

  • Print replaced with print and printLn
  • State variables now has support for non-primitive types.
  • Add utility methods for the String and Array classes
  • getBlockNumber() now available inside Smart contract @actions

Math Library

  • Tensor reworked for performance improvements
  • Partial support for vectorised BLAS implementations
  • Added native FixedPoint implementations

Machine Learning Library

  • Various new Ops implementations (embeddings, Convolution2D etc.)