Release 0.83.0

Improved relation querying performance

CSL relations used to slow down quite significantly as the number of events on the ledger increased. In the new version of CSL, we’ve dramatically sped up the computation and querying of relations. As such, reports that iterated over relations using the for construct should now run much faster on larger ledgers.

Scenario testing in CSL

CSL’s unit testing support has been extended with support for scenario testing, in which contracts are provided with a sequence of events that should be supported. Please refer to the documentation for the Features for Testing CSL module in the standard library for details.