daml
daml copied to clipboard
The Daml smart contract language
Cherry-pick into the canton sync after https://github.com/DACH-NY/canton/pull/21919 is merged
`com.digitalasset.daml.lf.language.LanguageVersion#Ordering` compare V1 and V2 LF Version. It does not really make sens to compare V1 and V2 version, so we better should drop this Ordering in favor of the...
A `Text.isNotEmpty` function is needed frequently enough to warrant being added to the standard library. Some might say that a `Text.isNotEmpty` function is not necessary. It is true that Daml...
# Affected Daml version Daml version used: 2.9.4: ``` daml version --assistant yes SDK versions: 2.9.4 (default SDK version for new projects, daml assistant version) ``` # Bug description Tool...