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

Ergo v0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 26 Oct 18:00

⚙ Ergo is now using the brand new Composer Concerto modeling language as its type system!

While this isn't likely to affect many Ergo users, this is a breaking change:

  • If your Ergo code depends on any of the previous system Hyperledger types (Event, Transaction, Concept, Asset, or Participant) those will now be considered by the Ergo compiler to be in the org.accordproject.base namespace.
  • The org.accordproject.base namespace is now reserved for built-in types. If you have CTO models or Ergo code depending on it you should consider renaming to a new namespace.