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
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 withprint
andprintLn
State
variables now has support for non-primitive types.- Add utility methods for the
String
andArray
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.)