Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Releases: accordproject/ergo

v0.0.68

29 Jun 22:42
Compare
Choose a tag to compare
v0.0.68 Pre-release
Pre-release
  • Moved documentation to docs.accordproject.org
  • New AST with polymorphic annotations and location information
  • Consolidate AST for functions/clauses signatures
  • Support for namespace resolution (#18)
  • Support for standard library
  • New built process, avoiding loading files from disk (for built-in CTOs and stdlib)
  • More errors report location information
  • New syntax for variable declarations (declare constant and let)
  • Remove unused LiftError
  • Bug fixes for foreach and array/record construction

v0.0.67

20 Jun 23:30
Compare
Choose a tag to compare
v0.0.67 Pre-release
Pre-release
  • Add syntax for contract state type (#235)
  • Remove unused information from ErgoNNRC and ErgoCalculus ASTs (#223)
  • Revision of CTO import, now loaded as proper Ergo modules (further prep for #18)
  • Fixes to READMEs

v0.0.66

15 Jun 04:39
Compare
Choose a tag to compare
v0.0.66 Pre-release
Pre-release
  • New Ergo calculus IL
  • cleaner clause -> function translation
  • improves name support
  • allow init clauses as part of dispatch
  • fixes to testing
  • fixes to README

v0.0.65

11 Jun 23:40
Compare
Choose a tag to compare
v0.0.65 Pre-release
Pre-release

Fixes to contract initialization support.

v0.0.64

09 Jun 15:47
Compare
Choose a tag to compare
v0.0.64 Pre-release
Pre-release

Support for emit types and contract state initialization

v0.0.63

07 Jun 14:23
Compare
Choose a tag to compare
v0.0.63 Pre-release
Pre-release
(chore) Up 0.0.63

Signed-off-by: Jerome Simeon <[email protected]>

v0.0.62

03 Jun 19:46
Compare
Choose a tag to compare
v0.0.62 Pre-release
Pre-release
(fix) version of composer with JSON serialization for concepts

Signed-off-by: Jerome Simeon <[email protected]>

v0.0.61

02 Jun 14:47
Compare
Choose a tag to compare
v0.0.61 Pre-release
Pre-release
(fix) Additional dateTime operators

Signed-off-by: Jerome Simeon <[email protected]>

v0.0.60

30 May 00:18
Compare
Choose a tag to compare
v0.0.60 Pre-release
Pre-release
(fix) Aggressive extraction for String.append

Signed-off-by: Jerome Simeon <[email protected]>

v0.0.59

29 May 19:55
Compare
Choose a tag to compare
v0.0.59 Pre-release
Pre-release
(fix) catch conversion errors early for diagnostic

Signed-off-by: Jerome Simeon <[email protected]>